389 lines
9.4 KiB
CSS
389 lines
9.4 KiB
CSS
.loading-mask {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.17254902);
|
|
top: 0;
|
|
left: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 999;
|
|
/* 定义一个名为 rotate 的动画,让元素从 0 度旋转到 360 度 */
|
|
}
|
|
.loading-mask .loading-icon {
|
|
width: 50px;
|
|
animation: loadingRotate 2s linear infinite;
|
|
}
|
|
@keyframes loadingRotate {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.boxbox {
|
|
width: 1200px;
|
|
background-color: #fbfbfb;
|
|
border-radius: 12px;
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
.boxbox::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: -5px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 66px;
|
|
background: linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
|
|
border-radius: 18px;
|
|
z-index: -1;
|
|
}
|
|
.boxbox .tab {
|
|
height: 60px;
|
|
font-size: 14px;
|
|
color: #7f7f7f;
|
|
border-bottom: 1px dotted #ebebeb;
|
|
padding-left: 24px;
|
|
}
|
|
.boxbox .tab a {
|
|
color: #7f7f7f;
|
|
}
|
|
.boxbox .tab a:hover {
|
|
text-decoration: underline;
|
|
color: #000000;
|
|
}
|
|
.boxbox .tab .img {
|
|
width: 6px;
|
|
height: 10px;
|
|
margin: 0 10px;
|
|
}
|
|
.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;
|
|
}
|
|
.boxbox .content .content-left {
|
|
min-height: 50vh;
|
|
border-right: 1px dotted #ebebeb;
|
|
padding: 0 25px 0 30px;
|
|
}
|
|
.boxbox .content .content-left .pitch-title {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 20px;
|
|
color: #000000;
|
|
text-align: center;
|
|
padding-top: 33px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.boxbox .content .content-left .major-pitch {
|
|
font-size: 16px;
|
|
font-family: "ArialMT", "Arial", sans-serif;
|
|
color: #333333;
|
|
padding-top: 33px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.boxbox .content .content-left .major-pitch .organ {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
}
|
|
.boxbox .content .content-left .major-pitch .icon {
|
|
width: 14px;
|
|
height: 14px;
|
|
margin: 0 5px;
|
|
}
|
|
.boxbox .content .content-left .message {
|
|
justify-content: space-between;
|
|
margin-bottom: 20px;
|
|
}
|
|
.boxbox .content .content-left .message .total {
|
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
color: #7f7f7f;
|
|
font-size: 14px;
|
|
}
|
|
.boxbox .content .content-left .message .total .sum {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
color: #000000;
|
|
margin: 0 5px;
|
|
}
|
|
.boxbox .content .content-left .message .only {
|
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
color: #7f7f7f;
|
|
text-align: right;
|
|
font-size: 13px;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|
|
.boxbox .content .content-left .message .only .icon {
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-right: 10px;
|
|
}
|
|
.boxbox .content .content-left .list {
|
|
padding-bottom: 30px;
|
|
}
|
|
.boxbox .content .content-left .list .item {
|
|
background-color: #ffffff;
|
|
border: 1px solid #f2f2f2;
|
|
border-radius: 12px;
|
|
padding: 19px 20px 19px 25px;
|
|
}
|
|
.boxbox .content .content-left .list .item:not(:last-of-type) {
|
|
margin-bottom: 10px;
|
|
}
|
|
.boxbox .content .content-left .list .item .num {
|
|
font-family: "Arial-Black", "Arial Black", sans-serif;
|
|
font-weight: 900;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
width: 62px;
|
|
}
|
|
.boxbox .content .content-left .list .item .info .head {
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
}
|
|
.boxbox .content .content-left .list .item .info .head .name {
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
margin-bottom: 5px;
|
|
}
|
|
.boxbox .content .content-left .list .item .info .head .grade {
|
|
font-size: 14px;
|
|
color: #aaaaaa;
|
|
text-align: right;
|
|
width: max-content;
|
|
}
|
|
.boxbox .content .content-left .list .item .info .head .grade .sum {
|
|
font-weight: 650;
|
|
color: #333333;
|
|
}
|
|
.boxbox .content .content-left .list .item .info .name-en {
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
color: #333333;
|
|
margin-bottom: 6px;
|
|
}
|
|
.boxbox .content .content-left .list .item .info .bottom {
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
}
|
|
.boxbox .content .content-left .list .item .info .bottom .btn {
|
|
width: 108px;
|
|
height: 30px;
|
|
background-color: #f95d5d;
|
|
border-radius: 95px;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
}
|
|
.boxbox .content .content-left .list .item .info .bottom .btn .icon {
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-left: 7px;
|
|
}
|
|
.boxbox .content .content-left .list .item .info .bottom .city {
|
|
font-size: 14px;
|
|
color: #7f7f7f;
|
|
line-height: 20px;
|
|
}
|
|
.boxbox .content .content-left .empty-box {
|
|
flex-direction: column;
|
|
height: 300px;
|
|
color: #7f7f7f;
|
|
}
|
|
.boxbox .content .content-left .empty-box .text {
|
|
font-size: 14px;
|
|
margin-top: 10px;
|
|
}
|
|
.boxbox .content .screen-box {
|
|
width: 360px;
|
|
background-color: #fff;
|
|
border-radius: 0 0 12px 0;
|
|
}
|
|
.boxbox .content .screen-box .head {
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
border-bottom: 1px dotted #ebebeb;
|
|
text-align: center;
|
|
padding: 38px 0 22px;
|
|
margin: 0 30px 21px;
|
|
}
|
|
.boxbox .content .screen-box .head .icon {
|
|
width: 18px;
|
|
height: 18px;
|
|
vertical-align: middle;
|
|
}
|
|
.boxbox .content .screen-box .screen-item {
|
|
margin: 0 30px;
|
|
}
|
|
.boxbox .content .screen-box .screen-item .title {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
margin-bottom: 15px;
|
|
}
|
|
.boxbox .content .screen-box .screen-item .title .dot {
|
|
width: 6px;
|
|
height: 16px;
|
|
background-color: #fddf6d;
|
|
border: 1px solid #cab157;
|
|
border-radius: 5px;
|
|
margin-right: 15px;
|
|
}
|
|
.boxbox .content .screen-box .screen-item .list {
|
|
margin-left: 21px;
|
|
margin-bottom: 20px;
|
|
flex-wrap: wrap;
|
|
}
|
|
.boxbox .content .screen-box .screen-item .list .item {
|
|
width: max-content;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
background-color: #f6f6f6;
|
|
border-radius: 48px;
|
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
padding: 0 20px;
|
|
color: #333333;
|
|
cursor: pointer;
|
|
margin-bottom: 10px;
|
|
}
|
|
.boxbox .content .screen-box .screen-item .list .item.pitch {
|
|
background-color: #fff;
|
|
border: 1px solid #6fc16d;
|
|
color: #6fc16d;
|
|
}
|
|
.boxbox .content .screen-box .screen-item .list .item:not(:last-of-type) {
|
|
margin-right: 10px;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major {
|
|
margin: 0 0 0 30px;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .title {
|
|
margin-bottom: 0;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box {
|
|
padding: 15px 0 15px 11px;
|
|
margin-left: 10px;
|
|
z-index: 1;
|
|
position: relative;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-text {
|
|
width: 281px;
|
|
height: 32px;
|
|
background-color: #f6f6f6;
|
|
border-radius: 48px;
|
|
font-size: 14px;
|
|
color: #aaaaaa;
|
|
justify-content: space-between;
|
|
padding: 0 15px;
|
|
cursor: pointer;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-text.pitch {
|
|
background-color: #ffffff;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-text.have {
|
|
border: 1px solid #6fc16d;
|
|
color: #6fc16d;
|
|
background-color: #ffffff;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-list {
|
|
position: absolute;
|
|
z-index: -1;
|
|
background-color: #f2f2f2;
|
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17254902);
|
|
border-radius: 15px;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-list .major-list-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: transparent;
|
|
z-index: -1;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-list .major-list-list {
|
|
margin: 64px 0 20px 11px;
|
|
overflow: auto;
|
|
height: 400px;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-list .major-list-list::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-list .initial {
|
|
flex-direction: column;
|
|
margin-top: 64px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
line-height: 17px;
|
|
color: #aaaaaa;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-list .initial .select {
|
|
font-weight: 650;
|
|
color: #000000;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-list .initial .item {
|
|
padding: 0 7px;
|
|
cursor: pointer;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-list .major-item {
|
|
line-height: 26px;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
cursor: pointer;
|
|
width: max-content;
|
|
padding: 0 15px;
|
|
border-radius: 75px;
|
|
width: fit-content;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-list .major-item:hover {
|
|
background-color: #fff;
|
|
color: #6fc16d;
|
|
}
|
|
.boxbox .content .screen-box .screen-item.major .major-box .major-list .major-item.pitch {
|
|
color: #6fc16d;
|
|
}
|
|
.boxbox .content .screen-box .btn-box {
|
|
border-top: 1px dotted #ebebeb;
|
|
padding-top: 30px;
|
|
margin: 0 30px 21px;
|
|
}
|
|
.boxbox .content .screen-box .btn-box .btn {
|
|
width: 100px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
margin-left: auto;
|
|
background-color: #6fc16d;
|
|
border-radius: 6px;
|
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 15px;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
}
|