no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-17 15:36:52 +08:00
parent 07e76457ad
commit 687159708d
2 changed files with 31 additions and 47 deletions

View File

@ -82,18 +82,17 @@
margin-bottom: 12px;
}
.boxbox .details .right .list .item .organ-item {
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-style: normal;
font-size: 14px;
color: #FFFFFF;
background-color: #f7a602;
color: #ffffff;
border-radius: 6px;
padding: 0 9.5px;
margin-right: 18px;
}
.boxbox .details .right .list .item .text {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
@ -110,7 +109,7 @@
margin-bottom: 20px;
}
.screen-box .title {
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-style: normal;
font-size: 16px;
@ -139,7 +138,7 @@
border-radius: 72px;
cursor: pointer;
font-size: 14px;
color: #AAAAAA;
color: #aaaaaa;
padding: 0 17px;
}
.screen-box .item .input .icon {
@ -160,10 +159,10 @@
height: 40px;
background-color: #6fc16d;
border-radius: 20px;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
color: #ffffff;
margin-top: 25px;
margin-left: 20px;
cursor: pointer;
@ -239,7 +238,7 @@
border-left: 1px solid #ebebeb;
}
.body .content .title {
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-style: normal;
font-size: 22px;
@ -267,12 +266,12 @@
width: 33.33%;
height: 41px;
position: relative;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-size: 15px;
color: #000000;
cursor: pointer;
}
.body .content .organ-list .organ-item .list .item:nth-child(3n+1)::after {
.body .content .organ-list .organ-item .list .item:nth-child(3n + 1)::after {
content: "";
width: 300%;
height: 1px;
@ -305,7 +304,7 @@
}
.body .content .major-list .letter-wrapper .letter {
font-weight: 400;
color: #AAAAAA;
color: #aaaaaa;
line-height: 21px;
font-size: 13px;
}
@ -320,7 +319,7 @@
margin-top: 51px;
}
.body .content .major-list .major-item .major-name {
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial', sans-serif;
font-family: "Arial-BoldMT", "Arial Bold", "Arial", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
@ -339,7 +338,7 @@
margin-right: 12px;
}
.body .content .major-list .major-item .organ-item .name {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
@ -360,7 +359,7 @@
border: 1px solid #d7d7d7;
border-radius: 24px;
font-size: 14px;
color: #6FC16D;
color: #6fc16d;
cursor: pointer;
margin-bottom: 19.5px;
}

View File

@ -95,19 +95,19 @@
}
.organ-item {
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-style: normal;
font-size: 14px;
color: #FFFFFF;
background-color: rgba(247, 166, 2, 1);
color: #ffffff;
// background-color: rgba(247, 166, 2, 1);
border-radius: 6px;
padding: 0 9.5px;
margin-right: 18px;
}
.text {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
@ -115,12 +115,8 @@
}
}
}
}
}
}
.screen-box {
@ -134,7 +130,7 @@
margin-bottom: 20px;
.title {
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-style: normal;
font-size: 16px;
@ -166,7 +162,7 @@
border-radius: 72px;
cursor: pointer;
font-size: 14px;
color: #AAAAAA;
color: #aaaaaa;
padding: 0 17px;
.icon {
@ -199,10 +195,10 @@
height: 40px;
background-color: rgba(111, 193, 109, 1);
border-radius: 20px;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
color: #ffffff;
margin-top: 25px;
margin-left: 20px;
cursor: pointer;
@ -242,10 +238,7 @@
border-top: 1px solid rgba(235, 235, 235, 1);
border-bottom: 1px solid rgba(235, 235, 235, 1);
border-right: none;
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-style: normal;
font-size: 16px;
@ -283,8 +276,6 @@
display: none;
}
}
}
}
@ -295,7 +286,7 @@
border-left: 1px solid #ebebeb;
.title {
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-style: normal;
font-size: 22px;
@ -326,7 +317,7 @@
height: 41px;
position: relative;
&:nth-child(3n+1)::after {
&:nth-child(3n + 1)::after {
content: "";
width: 300%;
height: 1px;
@ -344,9 +335,7 @@
margin-right: 12px;
}
font-family: 'PingFangSC-Regular',
'PingFang SC',
sans-serif;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-size: 15px;
color: #000000;
cursor: pointer;
@ -373,7 +362,7 @@
.letter {
font-weight: 400;
color: #AAAAAA;
color: #aaaaaa;
line-height: 21px;
font-size: 13px;
@ -385,8 +374,6 @@
color: #000000;
}
}
}
}
@ -394,7 +381,7 @@
margin-top: 51px;
.major-name {
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial', sans-serif;
font-family: "Arial-BoldMT", "Arial Bold", "Arial", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
@ -416,7 +403,7 @@
}
.name {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
@ -438,13 +425,12 @@
border: 1px solid rgba(215, 215, 215, 1);
border-radius: 24px;
font-size: 14px;
color: #6FC16D;
color: #6fc16d;
cursor: pointer;
margin-bottom: 19.5px;
&:not(:last-of-type) {
margin-right: 30px;
}
&:hover {
@ -456,7 +442,6 @@
}
}
}
}
}
}
}