no message

This commit is contained in:
A1300399510 2024-11-22 12:16:41 +08:00
parent 385176f8ef
commit d8b8f447c8
2 changed files with 8 additions and 8 deletions

View File

@ -67,7 +67,7 @@ body {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-size: 16px; font-size: 15px;
color: rgba(170, 170, 170, 0.90196078); color: rgba(170, 170, 170, 0.90196078);
} }
.base .left .img { .base .left .img {
@ -83,12 +83,12 @@ body {
cursor: pointer; cursor: pointer;
} }
.base .rigth .img { .base .rigth .img {
width: 25px; width: 23px;
height: 22px; height: 20px;
margin-right: 5px; margin-right: 5px;
} }
.base .rigth .text { .base .rigth .text {
font-size: 16px; font-size: 15px;
color: #333333; color: #333333;
margin-right: 9px; margin-right: 9px;
} }

View File

@ -75,7 +75,7 @@ body {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-size: 16px; font-size: 15px;
color: rgba(170, 170, 170, 0.901960784313726); color: rgba(170, 170, 170, 0.901960784313726);
} }
@ -93,13 +93,13 @@ body {
padding-left: 19px; padding-left: 19px;
cursor: pointer; cursor: pointer;
.img { .img {
width: 25px; width: 23px;
height: 22px; height: 20px;
margin-right: 5px; margin-right: 5px;
} }
.text { .text {
font-size: 16px; font-size: 15px;
color: #333333; color: #333333;
margin-right: 9px; margin-right: 9px;
} }