no message

This commit is contained in:
A1300399510 2024-11-13 17:05:22 +08:00
parent 53e2105873
commit 0916eae0b3
4 changed files with 5 additions and 6 deletions

View File

@ -143,7 +143,6 @@
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;
border-radius: 12px; border-radius: 12px;
margin-right: 10px;
} }
.content .side { .content .side {
border-radius: 12px 0 0 0; border-radius: 12px 0 0 0;
@ -822,6 +821,7 @@
border: none; border: none;
border-radius: 12px; border-radius: 12px;
padding: 20px 10px 0; padding: 20px 10px 0;
margin-left: 10px;
} }
.else .school { .else .school {
margin-bottom: 20px; margin-bottom: 20px;

View File

@ -158,7 +158,6 @@
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;
margin-right: 10px;
.side { .side {
border-radius: 12px 0 0 0; border-radius: 12px 0 0 0;
@ -936,6 +935,7 @@
border: none; border: none;
border-radius: 12px; border-radius: 12px;
padding: 20px 10px 0; padding: 20px 10px 0;
margin-left: 10px;
.school { .school {
margin-bottom: 20px; margin-bottom: 20px;

View File

@ -382,6 +382,7 @@
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;
border-radius: 12px; border-radius: 12px;
margin-bottom: 20px;
} }
.content .header { .content .header {
height: 88px; height: 88px;
@ -392,9 +393,6 @@
color: #000000; color: #000000;
text-align: center; text-align: center;
} }
.content .body {
margin-bottom: 20px;
}
.content .body .left { .content .body .left {
width: 200px; width: 200px;
font-size: 16px; font-size: 16px;

View File

@ -431,6 +431,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;
margin-bottom: 20px;
.header { .header {
height: 88px; height: 88px;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
@ -442,7 +444,6 @@
} }
.body { .body {
// align-items: flex-start; // align-items: flex-start;
margin-bottom: 20px;
.left { .left {
width: 200px; width: 200px;
font-size: 16px; font-size: 16px;