feat: 为上线而修改细节

This commit is contained in:
ZhuRui
2026-09-01 15:24:09 +08:00
parent 887b2f3f07
commit 19afaa66dc
77 changed files with 1014 additions and 258 deletions
+5 -5
View File
@@ -198,7 +198,7 @@
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.news-main .xwzx .kuang .nrs .mingchen {
@@ -390,19 +390,19 @@
margin: 4px 0;
padding: 0;
border: none;
}
.news-main .articlea .pages ul li a {
display: inline-block;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
color: #1a2026;
font-size: 14px;
text-decoration: none;
line-height: 1.6;
}
.news-main .articlea .pages ul li a {
color: inherit;
text-decoration: inherit;
}
.news-main .articlea .pages ul li a:hover {
color: #eb662b;
}