1098 lines
24 KiB
CSS
1098 lines
24 KiB
CSS
.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: -webkit-linear-gradient(0deg, #7b8cd3 0%, #dae3fd 99%);
|
|
background: -moz-linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
|
|
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 .img {
|
|
width: 6px;
|
|
height: 10px;
|
|
margin: 0 15px;
|
|
}
|
|
.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 .details {
|
|
padding: 31px 60px;
|
|
}
|
|
.boxbox .details .logo {
|
|
width: 120px;
|
|
height: 120px;
|
|
position: relative;
|
|
z-index: 1;
|
|
padding-right: 10px;
|
|
padding-bottom: 7px;
|
|
margin-right: 39px;
|
|
display: inline-flex;
|
|
}
|
|
.boxbox .details .right .name {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 32px;
|
|
color: #000000;
|
|
margin-bottom: 6px;
|
|
}
|
|
.boxbox .details .right .name-en {
|
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 14px;
|
|
color: #7f7f7f;
|
|
margin-bottom: 15px;
|
|
}
|
|
.boxbox .details .right .school {
|
|
font-size: 16px;
|
|
color: #333333;
|
|
margin-bottom: 15px;
|
|
}
|
|
.boxbox .details .right .school .icon {
|
|
height: 20px;
|
|
margin-right: 9px;
|
|
}
|
|
.boxbox .details .right .school a {
|
|
color: #333333;
|
|
}
|
|
.boxbox .details .right .school .line {
|
|
margin: 0 13px;
|
|
color: #d7d7d7;
|
|
}
|
|
.boxbox .details .right .word {
|
|
margin-bottom: 15px;
|
|
font-size: 14px;
|
|
color: #7f7f7f;
|
|
}
|
|
.boxbox .details .right .word .img {
|
|
width: 20px;
|
|
height: 14px;
|
|
margin-right: 6px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.body {
|
|
align-items: flex-start;
|
|
}
|
|
.content {
|
|
background-color: #ffffff;
|
|
border: 1px solid #f2f2f2;
|
|
border-radius: 12px;
|
|
margin-right: 10px;
|
|
}
|
|
.content .side {
|
|
border-radius: 12px 0 0 0;
|
|
width: 141px;
|
|
height: 500px;
|
|
position: sticky;
|
|
top: 0;
|
|
flex-direction: column;
|
|
}
|
|
.content .side .item {
|
|
width: 100%;
|
|
height: 56px;
|
|
font-size: 15px;
|
|
color: #555555;
|
|
cursor: pointer;
|
|
}
|
|
.content .side .item.pitch {
|
|
width: 101%;
|
|
background-color: #fbfbfb;
|
|
border-top: 1px solid #ebebeb;
|
|
border-bottom: 1px solid #ebebeb;
|
|
border-right: none;
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 15px;
|
|
color: #000000;
|
|
position: relative;
|
|
}
|
|
.content .side .item.pitch:first-of-type {
|
|
border-top: none;
|
|
}
|
|
.content .side .item.pitch::after {
|
|
content: "";
|
|
width: 5px;
|
|
height: 100%;
|
|
display: block;
|
|
background-color: #6fc16d;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.content .details-box {
|
|
padding-top: 40px;
|
|
padding-left: 50px;
|
|
padding-right: 30px;
|
|
background-color: #fbfbfb;
|
|
border-radius: 0 12px 0 0;
|
|
border-left: 1px solid #ebebeb;
|
|
}
|
|
.content .details-box .block {
|
|
background-color: #ffffff;
|
|
border: 1px solid #ebebeb;
|
|
border-radius: 12px;
|
|
}
|
|
.content .details-box .item-header {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
justify-content: space-between;
|
|
margin-bottom: 22px;
|
|
position: relative;
|
|
}
|
|
.content .details-box .item-header::after {
|
|
content: "";
|
|
width: 6px;
|
|
height: 16px;
|
|
background-color: #fddf6d;
|
|
border: 1px solid #cab157;
|
|
border-radius: 5px;
|
|
margin-right: 14px;
|
|
position: absolute;
|
|
top: 4px;
|
|
left: -20px;
|
|
display: block;
|
|
box-sizing: border-box;
|
|
}
|
|
.content .details-box .item-header .list-btn {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
cursor: pointer;
|
|
}
|
|
.content .details-box .item-header .list-btn .icon {
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-left: 8px;
|
|
}
|
|
.content .details-box .mb40 {
|
|
margin-bottom: 40px;
|
|
}
|
|
.content .details-box .ranking {
|
|
margin-bottom: 40px;
|
|
}
|
|
.content .details-box .ranking .item {
|
|
height: 76px;
|
|
border: 1px solid #ebebeb;
|
|
border-radius: 6px;
|
|
overflow: hidden;
|
|
}
|
|
.content .details-box .ranking .item:not(:last-of-type) {
|
|
margin-bottom: 10px;
|
|
}
|
|
.content .details-box .ranking .item .rank {
|
|
background-color: #ffffff;
|
|
padding: 0 22px;
|
|
justify-content: space-between;
|
|
width: 252px;
|
|
}
|
|
.content .details-box .ranking .item .rank .logo {
|
|
height: 24px;
|
|
}
|
|
.content .details-box .ranking .item .rank .number {
|
|
width: 90px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-radius: 4px;
|
|
font-family: "Arial-Black", "Arial Black", sans-serif;
|
|
font-weight: 900;
|
|
font-size: 18px;
|
|
color: #ffffff;
|
|
position: relative;
|
|
}
|
|
.content .details-box .ranking .item .rank .number.qs {
|
|
background-color: #f7a602;
|
|
}
|
|
.content .details-box .ranking .item .rank .number.times {
|
|
background: -webkit-linear-gradient(311.63353934deg, #fc392d 0%, #3948ff 135%);
|
|
background: -moz-linear-gradient(138.36646066deg, #fc392d 0%, #3948ff 135%);
|
|
background: linear-gradient(138.36646066deg, #fc392d 0%, #3948ff 135%);
|
|
}
|
|
.content .details-box .ranking .item .rank .number.usnews {
|
|
background-color: #025ea7;
|
|
}
|
|
.content .details-box .ranking .item .rank .number.ruanke {
|
|
background-color: #e5122d;
|
|
}
|
|
.content .details-box .ranking .item .rank .number .triangle {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: -5px;
|
|
width: 5px;
|
|
height: 8px;
|
|
}
|
|
.content .details-box .ranking .item .rank-box {
|
|
background-color: #f6f6f6;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.content .details-box .ranking .item .rank-box .itemm {
|
|
font-size: 14px;
|
|
padding-left: 20px;
|
|
}
|
|
.content .details-box .ranking .item .rank-box .itemm .key {
|
|
color: #7f7f7f;
|
|
}
|
|
.content .details-box .ranking .item .rank-box .itemm .value {
|
|
color: #333333;
|
|
}
|
|
.content .details-box .ranking .item .rank-box .itemm:first-of-type {
|
|
margin-bottom: 9px;
|
|
}
|
|
.content .details-box .text-box {
|
|
padding: 20px 16px 20px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.content .details-box .text-box .text-head {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 18px;
|
|
color: #000000;
|
|
text-align: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 20px;
|
|
}
|
|
.content .details-box .text-box .text-head .text-icon {
|
|
width: 16px;
|
|
height: 9px;
|
|
margin: auto auto 11px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.content .details-box .text-box .text-list {
|
|
width: 640px;
|
|
height: 320px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.content .details-box .text-box .text {
|
|
display: inline-block;
|
|
font-size: 15px;
|
|
color: #000000;
|
|
line-height: 32px;
|
|
white-space: pre-line;
|
|
width: 100%;
|
|
}
|
|
.content .details-box .text-box .text.text-center {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.content .details-box .text-box .text.textRef {
|
|
position: absolute;
|
|
color: transparent;
|
|
top: -10000%;
|
|
padding: 20px 16px;
|
|
}
|
|
.content .details-box .text-box .indicate {
|
|
line-height: 12px;
|
|
margin-top: 24px;
|
|
}
|
|
.content .details-box .text-box .indicate .icon {
|
|
width: 7px;
|
|
height: 12px;
|
|
cursor: pointer;
|
|
}
|
|
.content .details-box .text-box .indicate .icon.btn-right {
|
|
transform: rotate(180deg);
|
|
}
|
|
.content .details-box .text-box .indicate .text {
|
|
color: #555555;
|
|
font-size: 13px;
|
|
margin: 0 12px;
|
|
line-height: normal;
|
|
width: fit-content;
|
|
}
|
|
.content .details-box .application-schedule {
|
|
margin-bottom: 40px;
|
|
}
|
|
.content .details-box .application-schedule .list .time {
|
|
padding-top: 19px;
|
|
padding-bottom: 22px;
|
|
text-align: center;
|
|
}
|
|
.content .details-box .application-schedule .list .time .item:first-of-type {
|
|
border-right: 1px dotted #ebebeb;
|
|
}
|
|
.content .details-box .application-schedule .list .time .item .name {
|
|
font-size: 16px;
|
|
color: #000000;
|
|
font-family: "Arial-Black", "Arial Black", sans-serif;
|
|
font-weight: 900;
|
|
margin-bottom: 14px;
|
|
}
|
|
.content .details-box .application-schedule .list .time .item .value {
|
|
font-size: 14px;
|
|
color: #555555;
|
|
}
|
|
.content .details-box .application-schedule .application-else {
|
|
background-color: #f6f6f6;
|
|
border-radius: 6px;
|
|
padding: 14px 10px;
|
|
margin: 0 20px 20px;
|
|
}
|
|
.content .details-box .application-schedule .application-else .item:not(:last-of-type) {
|
|
margin-bottom: 10px;
|
|
}
|
|
.content .details-box .application-schedule .application-else .item .name {
|
|
font-size: 14px;
|
|
color: #7f7f7f;
|
|
margin-right: 11px;
|
|
}
|
|
.content .details-box .application-schedule .application-else .item .value {
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
.content .details-box .demand {
|
|
margin-bottom: 40px;
|
|
padding: 17px 20px;
|
|
}
|
|
.content .details-box .demand .text {
|
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 15px;
|
|
color: #000000;
|
|
line-height: 32px;
|
|
word-break: break-word;
|
|
white-space: pre-line;
|
|
margin-bottom: 32px;
|
|
}
|
|
.content .details-box .demand .title {
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 18px;
|
|
color: #000000;
|
|
margin-bottom: 10px;
|
|
}
|
|
.content .details-box .demand .hint {
|
|
font-size: 15px;
|
|
color: #333333;
|
|
margin-bottom: 21px;
|
|
}
|
|
.content .details-box .demand .list .item {
|
|
background-color: #f6f6f6;
|
|
border-radius: 6px;
|
|
padding: 14px 0 14px 28px;
|
|
position: relative;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.content .details-box .demand .list .item .triangle {
|
|
position: absolute;
|
|
transform: rotate(270deg);
|
|
top: 27px;
|
|
left: 7px;
|
|
}
|
|
.content .details-box .demand .list .item:not(:last-of-type) {
|
|
margin-bottom: 10px;
|
|
}
|
|
.content .details-box .demand .list .item .name {
|
|
font-size: 15px;
|
|
color: #7f7f7f;
|
|
margin-bottom: 8px;
|
|
}
|
|
.content .details-box .demand .list .item .value {
|
|
font-size: 16px;
|
|
color: #000000;
|
|
}
|
|
.content .details-box .tuition {
|
|
height: 140px;
|
|
padding-right: 10px;
|
|
}
|
|
.content .details-box .tuition .tuition-left {
|
|
height: 100%;
|
|
position: relative;
|
|
flex-direction: column;
|
|
}
|
|
.content .details-box .tuition .tuition-left .unit {
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 10px;
|
|
width: 42px;
|
|
height: 20px;
|
|
background-color: #f95d5d;
|
|
border-radius: 15px;
|
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
}
|
|
.content .details-box .tuition .tuition-left .number {
|
|
font-family: "Arial-Black", "Arial Black", sans-serif;
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-size: 20px;
|
|
color: #000000;
|
|
margin-bottom: 9px;
|
|
text-align: center;
|
|
}
|
|
.content .details-box .tuition .tuition-left .text {
|
|
font-size: 15px;
|
|
color: #555555;
|
|
text-align: center;
|
|
}
|
|
.content .details-box .tuition .tuition-right {
|
|
width: 240px;
|
|
height: 120px;
|
|
background-color: #f6f6f6;
|
|
border-radius: 6px;
|
|
padding: 16px 11px;
|
|
}
|
|
.content .details-box .tuition .tuition-right .item {
|
|
justify-content: space-between;
|
|
}
|
|
.content .details-box .tuition .tuition-right .item:not(:last-of-type) {
|
|
margin-bottom: 12px;
|
|
}
|
|
.content .details-box .tuition .tuition-right .item .key {
|
|
font-size: 15px;
|
|
color: #555555;
|
|
}
|
|
.content .details-box .tuition .tuition-right .item .value {
|
|
font-family: "Arial-Black", "Arial Black", sans-serif;
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
}
|
|
.content .details-box .tuition-scholarships {
|
|
margin-bottom: 40px;
|
|
}
|
|
.content .details-box .tuition-scholarships .left {
|
|
margin-right: 39px;
|
|
}
|
|
.content .details-box .tuition-scholarships .right .scholarships {
|
|
width: 180px;
|
|
height: 140px;
|
|
font-size: 15px;
|
|
color: #000000;
|
|
line-height: 34px;
|
|
text-align: center;
|
|
}
|
|
.content .details-box .pattern {
|
|
padding: 20px 16px 33px;
|
|
}
|
|
.content .details-box .pattern .tab {
|
|
width: 180px;
|
|
height: 40px;
|
|
background-color: #f2f2f2;
|
|
border: 1px solid #ebebeb;
|
|
border-radius: 114px;
|
|
margin: 0 auto 33px;
|
|
}
|
|
.content .details-box .pattern .tab .item {
|
|
height: 100%;
|
|
font-size: 16px;
|
|
color: #555555;
|
|
cursor: pointer;
|
|
}
|
|
.content .details-box .pattern .tab .item.pitch {
|
|
background-color: #6fc16d;
|
|
border-radius: 22px;
|
|
color: #ffffff;
|
|
}
|
|
.content .details-box .pattern .introduce .item {
|
|
text-align: center;
|
|
}
|
|
.content .details-box .pattern .introduce .item:not(:last-of-type) {
|
|
border-right: 1px dotted #ebebeb;
|
|
}
|
|
.content .details-box .pattern .introduce .item .value {
|
|
font-size: 16px;
|
|
color: #000000;
|
|
font-family: "Arial-Black", "Arial Black", "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 900;
|
|
margin-bottom: 14.5px;
|
|
}
|
|
.content .details-box .pattern .introduce .item .name {
|
|
font-size: 14px;
|
|
color: #555555;
|
|
}
|
|
.content .details-box .course {
|
|
position: relative;
|
|
padding-top: 19px;
|
|
margin-bottom: 20px;
|
|
font-size: 14px;
|
|
}
|
|
.content .details-box .course .icon {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 16px;
|
|
height: 9px;
|
|
}
|
|
.content .details-box .course .title {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 18px;
|
|
color: #000000;
|
|
text-align: center;
|
|
margin-bottom: 9px;
|
|
}
|
|
.content .details-box .course .hint {
|
|
color: #555555;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
margin-bottom: 21px;
|
|
}
|
|
.content .details-box .course .table-head {
|
|
background-color: #f6f6f6;
|
|
border-top: 1px solid #ebebeb;
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
.content .details-box .course .table-head .item {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
.content .details-box .course .table-body .list:not(:last-of-type) {
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
.content .details-box .course .table-body .item {
|
|
color: #333333;
|
|
padding: 12px 4px;
|
|
}
|
|
.content .details-box .course .table-body .item.name {
|
|
color: #000000;
|
|
text-align: left;
|
|
}
|
|
.content .details-box .course .table-body .item.name .english {
|
|
font-family: "Arial Normal", "Arial", sans-serif;
|
|
color: #aaaaaa;
|
|
}
|
|
.content .details-box .course .table-body .item.credit {
|
|
font-family: "Arial-Black", "Arial Black", sans-serif;
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
}
|
|
.content .details-box .course .item {
|
|
text-align: center;
|
|
}
|
|
.content .details-box .course .item.number {
|
|
width: 134px;
|
|
border-right: 1px solid #ebebeb;
|
|
}
|
|
.content .details-box .course .item.name {
|
|
border-right: 1px solid #ebebeb;
|
|
}
|
|
.content .details-box .course .item.credit {
|
|
width: 80px;
|
|
}
|
|
.content .details-box .link {
|
|
font-size: 15px;
|
|
padding: 17px 20px 24px 15px;
|
|
}
|
|
.content .details-box .link.brochure .img {
|
|
width: 70px;
|
|
height: 70px;
|
|
margin-right: 8px;
|
|
}
|
|
.content .details-box .link.brochure .title {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
color: #000000;
|
|
line-height: normal;
|
|
margin-bottom: 10px;
|
|
}
|
|
.content .details-box .link.brochure .name {
|
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 13px;
|
|
color: #555555;
|
|
}
|
|
.content .details-box .link .title {
|
|
color: #000000;
|
|
line-height: 34px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.content .details-box .link .text {
|
|
text-decoration: underline;
|
|
line-height: 24px;
|
|
color: #333333;
|
|
margin-bottom: 20px;
|
|
}
|
|
.content .details-box .link .btn {
|
|
width: 127px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
cursor: pointer;
|
|
background-color: #f6f6f6;
|
|
border: 1px solid #d7d7d7;
|
|
border-radius: 115px;
|
|
color: #333333;
|
|
margin-left: 10px;
|
|
}
|
|
.content .details-box .link .btn .icon {
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-right: 6px;
|
|
}
|
|
.content .details-box .link .btn.open {
|
|
border: none;
|
|
background-color: #6fc16d;
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
color: #ffffff;
|
|
}
|
|
.content .details-box .degree {
|
|
text-align: center;
|
|
padding: 16px 0 24px;
|
|
}
|
|
.content .details-box .degree .title {
|
|
width: 103px;
|
|
height: 30px;
|
|
position: relative;
|
|
z-index: 1;
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
margin: 0 auto 16px;
|
|
}
|
|
.content .details-box .degree .title .icon {
|
|
width: 103px;
|
|
height: 30px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
}
|
|
.content .details-box .degree .name {
|
|
font-size: 16px;
|
|
color: #000000;
|
|
line-height: 34px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.content .details-box .degree .english {
|
|
font-size: 14px;
|
|
color: #7f7f7f;
|
|
}
|
|
.content .details-box .issue-bj {
|
|
z-index: 1;
|
|
position: relative;
|
|
}
|
|
.content .details-box .issue-bj .issue {
|
|
padding: 0 26px 0 41px;
|
|
margin-left: 5px;
|
|
position: relative;
|
|
}
|
|
.content .details-box .issue-bj .issue .index-bj {
|
|
position: absolute;
|
|
width: 27px;
|
|
height: 24px;
|
|
top: 35px;
|
|
left: -5px;
|
|
z-index: -1;
|
|
}
|
|
.content .details-box .issue-bj .issue .index {
|
|
width: 30px;
|
|
height: 26px;
|
|
background-color: #f95d5d;
|
|
border-radius: 0 5px 5px 0;
|
|
font-family: "Arial-Black", "Arial Black", sans-serif;
|
|
font-weight: 900;
|
|
color: #ffffff;
|
|
position: absolute;
|
|
top: 21px;
|
|
left: -5px;
|
|
}
|
|
.content .details-box .issue-bj .issue .title {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 15px;
|
|
color: #000000;
|
|
padding-top: 20px;
|
|
padding-bottom: 15px;
|
|
border-bottom: 1px dotted #ebebeb;
|
|
line-height: 28px;
|
|
}
|
|
.content .details-box .issue-bj .issue .text {
|
|
font-size: 15px;
|
|
color: #555555;
|
|
line-height: 32px;
|
|
padding: 19px 0;
|
|
}
|
|
.else {
|
|
width: 290px;
|
|
background: -webkit-linear-gradient(270.00883066deg, #f7fbf7 0%, #eaf6ea 100%);
|
|
background: -moz-linear-gradient(179.99116934deg, #f7fbf7 0%, #eaf6ea 100%);
|
|
background: linear-gradient(179.99116934deg, #f7fbf7 0%, #eaf6ea 100%);
|
|
border: none;
|
|
border-radius: 12px;
|
|
padding: 20px 10px 0;
|
|
}
|
|
.else .school {
|
|
margin-bottom: 20px;
|
|
}
|
|
.else .school .logo {
|
|
width: 50px;
|
|
height: 50px;
|
|
background-color: #ffffff;
|
|
border: 1px solid #f6f6f6;
|
|
border-radius: 8px;
|
|
margin-right: 10px;
|
|
}
|
|
.else .school .logo .img {
|
|
height: 30px;
|
|
}
|
|
.else .school .info .name {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 18px;
|
|
color: #000000;
|
|
margin-bottom: 5px;
|
|
}
|
|
.else .school .info .name-en {
|
|
font-size: 13px;
|
|
color: #555555;
|
|
}
|
|
.else .case {
|
|
width: 270px;
|
|
background-color: #ffffff;
|
|
border-radius: 8px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.else .case .head {
|
|
width: 270px;
|
|
height: 45px;
|
|
border-bottom: 1px dotted #ebebeb;
|
|
padding: 0 10px;
|
|
background: linear-gradient(to right, #d8f1d8, rgba(255, 255, 255, 0.501961));
|
|
border-radius: 8px 8px 0 0;
|
|
overflow: hidden;
|
|
}
|
|
.else .case .head .dot {
|
|
width: 14px;
|
|
height: 14px;
|
|
background-color: #e7f7ee;
|
|
border: 1px solid #b7c4bd;
|
|
border-radius: 39px;
|
|
position: relative;
|
|
margin-right: 10px;
|
|
}
|
|
.else .case .head .dot::after {
|
|
content: "";
|
|
width: 6px;
|
|
height: 6px;
|
|
display: block;
|
|
background-color: #72db86;
|
|
border: 1px solid #57a869;
|
|
border-radius: 39px;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.else .case .head .text {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
}
|
|
.else .case .head .img {
|
|
width: 14px;
|
|
height: 14px;
|
|
transform: rotate(270deg);
|
|
}
|
|
.else .case .list .item {
|
|
padding: 20px 10px;
|
|
display: block;
|
|
}
|
|
.else .case .list .item:not(:last-of-type) {
|
|
border-bottom: 1px solid #f6f6f6;
|
|
}
|
|
.else .case .list .item .name {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-size: 15px;
|
|
color: #000000;
|
|
margin-bottom: 8px;
|
|
}
|
|
.else .case .list .item .brief {
|
|
font-size: 14px;
|
|
color: #7f7f7f;
|
|
}
|
|
.else .case .list .item .brief span {
|
|
color: #d7d7d7;
|
|
margin: 0 8px;
|
|
}
|
|
.else .case.mj .list .item {
|
|
padding-top: 15px;
|
|
}
|
|
.else .case.mj .list .item:not(:last-of-type) {
|
|
border-bottom: 1px dotted #ebebeb;
|
|
}
|
|
.else .case.mj .list .name {
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 15px;
|
|
color: #000000;
|
|
}
|
|
.else .case.mj .list .brief-box {
|
|
padding: 10px 15px 10px 10px;
|
|
width: 251px;
|
|
border-radius: 6px;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.else .case.mj .list .brief {
|
|
display: inline-block;
|
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
color: #555555;
|
|
line-height: 20px;
|
|
font-size: 13px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
.else .case.mj .list .brief .avatar {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-right: 5px;
|
|
vertical-align: bottom;
|
|
}
|
|
.base {
|
|
background-color: transparent;
|
|
}
|
|
.base .type1 {
|
|
width: 100%;
|
|
width: 640px;
|
|
height: 100%;
|
|
border-radius: 153px;
|
|
border: 1px solid #dbe0f2;
|
|
background: linear-gradient(to right, #eef7f5, #dbe3fd);
|
|
font-size: 15px;
|
|
color: #000000;
|
|
}
|
|
.base .type1 .btn {
|
|
line-height: 50px;
|
|
margin: 0 24px;
|
|
cursor: pointer;
|
|
}
|
|
.base .type1 .btn .img {
|
|
height: 20px;
|
|
margin-right: 6px;
|
|
}
|
|
.base .type1 .line {
|
|
width: 1px;
|
|
height: 20px;
|
|
background-color: #d7d7d7;
|
|
}
|
|
.base .type1 .add {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
background-color: #7b8cd3;
|
|
border-radius: 158px;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 15px;
|
|
color: #ffffff;
|
|
margin-right: 5px;
|
|
cursor: pointer;
|
|
}
|
|
.base .type1 .add .img {
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-right: 10px;
|
|
}
|
|
.base .type2 {
|
|
width: 100%;
|
|
width: 640px;
|
|
height: 100%;
|
|
background-color: #f2f2f2;
|
|
border: 1px solid #d7d7d7;
|
|
border-radius: 153px;
|
|
}
|
|
.base .type2 .btn {
|
|
padding: 0 20px;
|
|
height: 100%;
|
|
margin-right: 20px;
|
|
border-right: 1px solid #d7d7d7;
|
|
cursor: pointer;
|
|
font-size: 15px;
|
|
color: #000000;
|
|
}
|
|
.base .type2 .btn .img {
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-left: 7px;
|
|
}
|
|
.base .type2 .input-box {
|
|
width: 370px;
|
|
height: 40px;
|
|
margin-right: 10px;
|
|
background-color: #ffffff;
|
|
border-radius: 158px;
|
|
overflow: hidden;
|
|
}
|
|
.base .type2 .input-box .img {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-left: 12px;
|
|
margin-right: 6px;
|
|
}
|
|
.base .type2 .input-box .input {
|
|
height: 100%;
|
|
padding-right: 20px;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.base .type2 .state-box {
|
|
position: relative;
|
|
}
|
|
.base .type2 .state-box.undetermined .state-btn {
|
|
background-color: #f95d5d;
|
|
}
|
|
.base .type2 .state-box.undetermined .state .state-list .state-item.pitch {
|
|
color: #f95d5d;
|
|
}
|
|
.base .type2 .state-box .state-btn {
|
|
width: 100px;
|
|
height: 40px;
|
|
background-color: #04b0d5;
|
|
border-radius: 158px;
|
|
font-size: 15px;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.base .type2 .state-box .state-btn .img {
|
|
width: 11px;
|
|
height: 6px;
|
|
margin-left: 8px;
|
|
}
|
|
.base .type2 .state-box .state-mask {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.base .type2 .state-box .state {
|
|
background-color: #ffffff;
|
|
border: 1px solid #ebebeb;
|
|
border-radius: 12px;
|
|
position: absolute;
|
|
bottom: 40px;
|
|
width: 100px;
|
|
background-color: #f5fcfd;
|
|
box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
|
|
animation: show 0.3s;
|
|
}
|
|
@keyframes show {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.base .type2 .state-box .state .state-item {
|
|
color: #555555;
|
|
font-size: 16px;
|
|
height: 55px;
|
|
cursor: pointer;
|
|
}
|
|
.base .type2 .state-box .state .state-item.pitch {
|
|
color: #04b0d5;
|
|
}
|
|
.base .type2 .state-box .state .delete {
|
|
cursor: pointer;
|
|
height: 55px;
|
|
border-top: 1px dotted #d7d7d7;
|
|
}
|
|
.base .type3 {
|
|
width: 100%;
|
|
width: 640px;
|
|
height: 100%;
|
|
background-color: #f2f2f2;
|
|
border: 1px solid #d7d7d7;
|
|
border-radius: 153px;
|
|
}
|
|
.base .type3 .btn {
|
|
padding: 0 20px;
|
|
height: 100%;
|
|
margin-right: 20px;
|
|
border-right: 1px solid #d7d7d7;
|
|
cursor: pointer;
|
|
font-size: 15px;
|
|
color: #000000;
|
|
}
|
|
.base .type3 .btn .img {
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-left: 7px;
|
|
}
|
|
.base .type3 .add-btn {
|
|
width: 235px;
|
|
height: 40px;
|
|
background-color: #7b8cd3;
|
|
font-size: 15px;
|
|
color: #ffffff;
|
|
border-radius: 158px;
|
|
cursor: pointer;
|
|
}
|
|
.base .type3 .add-btn.already {
|
|
background-color: #fbfbfb;
|
|
font-size: 16px;
|
|
color: #aaaaaa;
|
|
}
|
|
.base .type3 .add-btn .img {
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-right: 10px;
|
|
}
|
|
.upglide {
|
|
font-size: 10px;
|
|
color: #aaaaaa;
|
|
padding-bottom: 60px;
|
|
}
|