修复bug

This commit is contained in:
zhouyanli
2026-07-31 14:06:11 +08:00
parent 8c0a713512
commit 3b66b76e40
11 changed files with 265 additions and 136 deletions

View File

@@ -129,7 +129,8 @@
// border-bottom: 1px solid #f0f0f0;
.article-title {
font-size: 32rpx;
word-break: break-all;
white-space: pre-wrap;
font-weight: bold;
color: #333333;
line-height: 1.4;
@@ -215,6 +216,8 @@
}
.paragraph {
white-space: pre-wrap;
word-break: break-word;
margin-bottom: 20px;
text-align: justify;
text-indent: 2em;
@@ -422,6 +425,8 @@
border-bottom-color: #333333;
.article-title {
word-break: break-all;
white-space: pre-wrap;
color: #ffffff;
}
@@ -472,4 +477,4 @@
}
}
}
</style>
</style>