no message

This commit is contained in:
A1300399510 2024-11-07 16:32:00 +08:00
parent 3bccceb573
commit fd742802d6
4 changed files with 15 additions and 17 deletions

View File

@ -1,11 +1,11 @@
.box {
.boxbox {
width: 1200px;
background-color: #fbfbfb;
border-radius: 12px;
position: relative;
margin-bottom: 20px;
}
.box::after {
.boxbox::after {
content: "";
position: absolute;
top: -5px;
@ -18,29 +18,29 @@
border-radius: 18px;
z-index: -1;
}
.box .tab {
.boxbox .tab {
height: 60px;
font-size: 14px;
color: #7f7f7f;
border-bottom: 1px dotted #ebebeb;
padding-left: 24px;
}
.box .tab .img {
.boxbox .tab .img {
width: 6px;
height: 10px;
margin: 0 15px;
}
.box .tab .current {
.boxbox .tab .current {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 14px;
color: #000000;
}
.box .details {
.boxbox .details {
padding: 31px 60px;
}
.box .details .logo {
.boxbox .details .logo {
width: 120px;
height: 120px;
position: relative;
@ -50,7 +50,7 @@
margin-right: 39px;
display: inline-flex;
}
.box .details .right .name {
.boxbox .details .right .name {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
@ -58,7 +58,7 @@
color: #000000;
margin-bottom: 6px;
}
.box .details .right .name-en {
.boxbox .details .right .name-en {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
@ -66,25 +66,25 @@
color: #7f7f7f;
margin-bottom: 15px;
}
.box .details .right .school {
.boxbox .details .right .school {
font-size: 16px;
color: #333333;
margin-bottom: 15px;
}
.box .details .right .school .icon {
.boxbox .details .right .school .icon {
height: 20px;
margin-right: 9px;
}
.box .details .right .school .line {
.boxbox .details .right .school .line {
margin: 0 13px;
color: #d7d7d7;
}
.box .details .right .word {
.boxbox .details .right .word {
margin-bottom: 15px;
font-size: 14px;
color: #7f7f7f;
}
.box .details .right .word .img {
.boxbox .details .right .word .img {
width: 20px;
height: 14px;
margin-right: 6px;

View File

@ -1,4 +1,4 @@
.box {
.boxbox {
width: 1200px;
background-color: rgba(251, 251, 251, 1);
border-radius: 12px;

View File

@ -1,6 +1,5 @@
.boxbox {
width: 1200px;
height: 396px;
background-color: #ffffff;
border-radius: 12px;
position: relative;

View File

@ -1,6 +1,5 @@
.boxbox {
width: 1200px;
height: 396px;
background-color: rgba(255, 255, 255, 1);
border-radius: 12px;
position: relative;