no message

This commit is contained in:
A1300399510 2024-11-19 15:45:46 +08:00
parent 93c4b6e753
commit 9894f0c58d
6 changed files with 6 additions and 8 deletions

View File

@ -548,7 +548,7 @@
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;
border-radius: 12px; border-radius: 12px;
padding: 21px 15px; padding: 21px 15px 11px;
margin-bottom: 20px; margin-bottom: 20px;
position: relative; position: relative;
} }

View File

@ -616,7 +616,7 @@
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; padding: 21px 15px 11px;
margin-bottom: 20px; margin-bottom: 20px;
position: relative; position: relative;
.name { .name {

View File

@ -91,7 +91,7 @@
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;
border-radius: 12px; border-radius: 12px;
padding: 21px 15px; padding: 21px 15px 11px;
margin-bottom: 20px; margin-bottom: 20px;
position: relative; position: relative;
display: block; display: block;

View File

@ -99,7 +99,7 @@
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; padding: 21px 15px 11px;
margin-bottom: 20px; margin-bottom: 20px;
position: relative; position: relative;
display: block; display: block;

View File

@ -202,7 +202,7 @@
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;
border-radius: 12px; border-radius: 12px;
padding: 21px 15px; padding: 21px 15px 11px;
margin-bottom: 19px; margin-bottom: 19px;
} }
.body .right .list .item .name { .body .right .list .item .name {

View File

@ -219,9 +219,8 @@
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; padding: 21px 15px 11px;
margin-bottom: 19px; margin-bottom: 19px;
// 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;
@ -230,7 +229,6 @@
color: #000000; color: #000000;
margin-bottom: 12px; margin-bottom: 12px;
padding-right: 80px; padding-right: 80px;
// width: 345px;
} }
.english { .english {