no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-25 18:49:14 +08:00
parent 101dbc98db
commit cff3f6f395
2 changed files with 3 additions and 7 deletions

View File

@ -586,13 +586,9 @@
border: 1px solid #ebebeb;
border-radius: 12px;
background-color: #fff;
width: 328px;
padding-top: 18px;
margin-bottom: 20px;
}
.content .details-box .recommend-list .item:nth-of-type(2n - 1) {
margin-right: 10px;
}
.content .details-box .recommend-list .item .school {
font-size: 14px;
color: #333333;

View File

@ -671,12 +671,12 @@
border: 1px solid rgba(235, 235, 235, 1);
border-radius: 12px;
background-color: #fff;
width: 328px;
// width: 328px;
padding-top: 18px;
margin-bottom: 20px;
&:nth-of-type(2n - 1) {
margin-right: 10px;
// margin-right: 10px;
}
.school {
font-size: 14px;
@ -2060,7 +2060,7 @@
}
}
}
.consult-box {
position: relative;