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