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-weight: 400;
font-style: normal;
font-size: 16px;
font-size: 15px;
color: rgba(170, 170, 170, 0.90196078);
}
.base .left .img {
@ -83,12 +83,12 @@ body {
cursor: pointer;
}
.base .rigth .img {
width: 25px;
height: 22px;
width: 23px;
height: 20px;
margin-right: 5px;
}
.base .rigth .text {
font-size: 16px;
font-size: 15px;
color: #333333;
margin-right: 9px;
}

View File

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