no message

This commit is contained in:
A1300399510 2024-12-18 14:32:00 +08:00
parent d65a921ef6
commit c658037233
2 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,7 @@ body {
border-radius: 153px 15px 15px 153px;
margin-right: 5px;
padding: 0 20px;
position: relative;
}
.base .left .text {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
@ -79,6 +80,7 @@ body {
font-style: normal;
font-size: 15px;
color: rgba(170, 170, 170, 0.90196078);
flex: 1;
}
.base .left .img {
width: 20px;
@ -777,6 +779,7 @@ body {
padding: 10px;
cursor: pointer;
line-height: 30px;
display: block;
}
.hint-list .item:not(:last-of-type) {
border-bottom: 1px #e6e4e4 dotted;

View File

@ -86,12 +86,14 @@ body {
border-radius: 153px 15px 15px 153px;
margin-right: 5px;
padding: 0 20px;
position: relative;
.text {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15px;
color: rgba(170, 170, 170, 0.901960784313726);
flex: 1;
}
.img {
@ -878,6 +880,7 @@ body {
padding: 10px;
cursor: pointer;
line-height: 30px;
display: block;
&:not(:last-of-type) {
border-bottom: 1px #e6e4e4 dotted;