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;
border: 1px solid #f2f2f2;
border-radius: 12px;
margin-right: 10px;
}
.content .side {
border-radius: 12px 0 0 0;
@ -822,6 +821,7 @@
border: none;
border-radius: 12px;
padding: 20px 10px 0;
margin-left: 10px;
}
.else .school {
margin-bottom: 20px;

View File

@ -158,7 +158,6 @@
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(242, 242, 242, 1);
border-radius: 12px;
margin-right: 10px;
.side {
border-radius: 12px 0 0 0;
@ -936,6 +935,7 @@
border: none;
border-radius: 12px;
padding: 20px 10px 0;
margin-left: 10px;
.school {
margin-bottom: 20px;

View File

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

View File

@ -431,6 +431,8 @@
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(242, 242, 242, 1);
border-radius: 12px;
margin-bottom: 20px;
.header {
height: 88px;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
@ -442,7 +444,6 @@
}
.body {
// align-items: flex-start;
margin-bottom: 20px;
.left {
width: 200px;
font-size: 16px;