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

View File

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