no message

This commit is contained in:
A1300399510 2024-11-22 12:32:19 +08:00
parent 29fa121c13
commit 2eeb1fad43
2 changed files with 10 additions and 10 deletions

View File

@ -450,7 +450,7 @@
.content .body .right .screen .title {
font-size: 15px;
color: #555555;
padding-top: 27px;
padding-top: 26px;
margin-bottom: 20px;
}
.content .body .right .screen .list {
@ -478,7 +478,7 @@
}
.content .body .right .h {
justify-content: space-between;
padding-top: 27px;
padding-top: 30px;
margin-bottom: 24px;
}
.content .body .right .h .total {
@ -547,7 +547,7 @@
background-color: #ffffff;
border: 1px solid #f2f2f2;
border-radius: 12px;
padding: 21px 15px 11px;
padding: 19px 15px 18px;
margin-bottom: 20px;
position: relative;
}
@ -555,7 +555,7 @@
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 16px;
font-size: 18px;
color: #000000;
margin-bottom: 12px;
padding-right: 80px;
@ -565,7 +565,7 @@
font-weight: 400;
font-style: normal;
font-size: 14px;
color: #555555;
color: #7f7f7f;
margin-bottom: 12px;
}
.content .body .right .list .item .introduce {

View File

@ -506,7 +506,7 @@
.title {
font-size: 15px;
color: #555555;
padding-top: 27px;
padding-top: 26px;
margin-bottom: 20px;
}
@ -538,7 +538,7 @@
.h {
justify-content: space-between;
padding-top: 27px;
padding-top: 30px;
margin-bottom: 24px;
.total {
@ -615,14 +615,14 @@
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(242, 242, 242, 1);
border-radius: 12px;
padding: 21px 15px 11px;
padding: 19px 15px 18px;
margin-bottom: 20px;
position: relative;
.name {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 16px;
font-size: 18px;
color: #000000;
margin-bottom: 12px;
padding-right: 80px;
@ -633,7 +633,7 @@
font-weight: 400;
font-style: normal;
font-size: 14px;
color: #555555;
color: #7f7f7f;
margin-bottom: 12px;
}
.introduce {