style(css): 调整投票项文字大小从18px改为15px

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-12-16 19:06:07 +08:00
parent a7e4a6f9b4
commit 2eb81dcc10
2 changed files with 2 additions and 2 deletions

View File

@@ -485,7 +485,7 @@ body {
margin-right: 12px;
}
.item-box.item-vote .list .list-item .list-top .list-text {
font-size: 18px;
font-size: 15px;
line-height: 24px;
color: #333333;
width: 400px;

View File

@@ -585,7 +585,7 @@ body {
}
.list-text {
font-size: 18px;
font-size: 15px;
line-height: 24px;
color: #333333;
width: 400px;