xg-project-library/css/school.css

699 lines
15 KiB
CSS
Raw Normal View History

2024-11-04 09:26:55 +00:00
.boxbox {
2024-10-29 11:14:25 +00:00
width: 1200px;
background-color: #fbfbfb;
border-radius: 12px;
position: relative;
margin-bottom: 20px;
}
2024-11-04 09:26:55 +00:00
.boxbox::after {
2024-10-29 11:14:25 +00:00
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;
}
2024-11-04 09:26:55 +00:00
.boxbox .tab {
2024-10-29 11:14:25 +00:00
height: 60px;
font-size: 14px;
color: #7f7f7f;
border-bottom: 1px dotted #ebebeb;
padding-left: 24px;
}
2024-11-04 09:26:55 +00:00
.boxbox .tab .img {
2024-10-29 11:14:25 +00:00
width: 6px;
height: 10px;
margin: 0 15px;
}
2024-11-11 06:52:55 +00:00
.boxbox .tab a {
color: #7f7f7f;
}
2024-11-25 03:46:48 +00:00
.boxbox .tab a:hover {
text-decoration: underline;
color: #000000;
}
2024-11-04 09:26:55 +00:00
.boxbox .tab .current {
2024-10-29 11:14:25 +00:00
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 14px;
color: #000000;
}
2024-11-04 09:26:55 +00:00
.boxbox .details {
2024-11-22 04:25:03 +00:00
padding: 31px 60px 40px;
2024-10-29 11:14:25 +00:00
}
2024-11-04 09:26:55 +00:00
.boxbox .details .logo {
2024-10-29 11:14:25 +00:00
width: 120px;
height: 120px;
position: relative;
z-index: 1;
padding-right: 10px;
padding-bottom: 7px;
margin-right: 39px;
display: inline-flex;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .logo .bj {
2024-10-29 11:14:25 +00:00
width: 120px;
height: 120px;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .logo .img {
2024-10-29 11:14:25 +00:00
width: 65px;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .name {
2024-10-29 11:14:25 +00:00
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;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .name-en {
2024-10-29 11:14:25 +00:00
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
color: #555555;
margin-bottom: 22px;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .world {
2024-10-29 11:14:25 +00:00
width: 423px;
padding-bottom: 15px;
margin-bottom: 27px;
border-bottom: 1px solid #ebebeb;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .world .head {
2024-10-29 11:14:25 +00:00
width: 100%;
position: relative;
margin-bottom: 9px;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .world .head::after {
2024-10-29 11:14:25 +00:00
content: "";
position: absolute;
top: 50%;
width: 100%;
height: 1px;
background-color: #ebebeb;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .world .head .icon {
2024-10-29 11:14:25 +00:00
width: 90px;
background-color: #fbfbfb;
position: relative;
z-index: 1;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .world .head .icon .img {
2024-10-29 11:14:25 +00:00
width: 64px;
height: 22px;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .world .list .item {
2024-10-29 11:14:25 +00:00
text-align: center;
flex-direction: column;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .world .list .item .quantity {
2024-10-29 11:14:25 +00:00
font-family: "Arial-Black", "Arial Black", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 18px;
color: #000000;
margin-bottom: 9px;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .world .list .item .ranking-name {
2024-10-29 11:14:25 +00:00
font-family: "HelveticaNeue", "Helvetica Neue", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
color: #555555;
position: relative;
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .world .list .item .ranking-name .ranking-icon {
2024-10-29 11:14:25 +00:00
position: absolute;
right: -10px;
bottom: 0;
width: 8px;
height: 8px;
transform: rotate(270deg);
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .brief {
2024-10-29 11:14:25 +00:00
height: 40px;
background-color: #f6f6f6;
border-radius: 6px;
font-size: 14px;
color: #7f7f7f;
line-height: 28px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px;
2024-11-15 07:28:10 +00:00
transition: all 0.3s;
2024-11-19 10:21:52 +00:00
position: relative;
2024-10-29 11:14:25 +00:00
}
2024-11-04 11:01:08 +00:00
.boxbox .details .right .brief .brief-dom {
color: transparent;
pointer-events: none;
2024-11-19 10:21:52 +00:00
position: absolute;
2024-11-04 11:01:08 +00:00
top: -100000%;
2024-11-19 10:21:52 +00:00
width: 100%;
2024-11-04 11:01:08 +00:00
word-break: keep-all;
}
.boxbox .details .right .brief.brief-show {
height: auto;
flex-direction: column;
}
.boxbox .details .right .brief.brief-show .text {
white-space: break-spaces;
margin-right: 0;
margin-bottom: 15px;
}
.boxbox .details .right .brief.brief-show .img {
transform: rotate(180deg);
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .brief .text {
2024-10-29 11:14:25 +00:00
margin-right: 15px;
2024-11-07 08:25:29 +00:00
width: 878px;
2024-10-29 11:14:25 +00:00
}
2024-11-04 09:26:55 +00:00
.boxbox .details .right .brief .img {
2024-10-29 11:14:25 +00:00
width: 16px;
height: 16px;
cursor: pointer;
}
2024-10-31 04:27:27 +00:00
.hot {
2024-10-29 11:14:25 +00:00
background-color: #ffffff;
border-radius: 12px;
padding: 24px;
margin-bottom: 20px;
}
2024-10-31 04:27:27 +00:00
.hot .header {
2024-10-29 11:14:25 +00:00
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 18px;
color: #000000;
margin-bottom: 15px;
}
2024-10-31 04:27:27 +00:00
.hot .header .icon {
2024-10-29 11:14:25 +00:00
border-radius: 50%;
width: 40px;
height: 40px;
background-color: #fbe3ea;
margin-right: 13px;
}
2024-10-31 04:27:27 +00:00
.hot .header .icon .img {
2024-10-29 11:14:25 +00:00
width: 24px;
height: 24px;
}
2024-10-31 04:27:27 +00:00
.hot .list {
2024-10-29 11:14:25 +00:00
width: 1152px;
margin-bottom: 10px;
2024-11-04 11:01:08 +00:00
overflow: hidden;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item {
2024-11-04 11:01:08 +00:00
width: 1152px;
grid-column-gap: 66px;
2024-10-29 11:14:25 +00:00
display: grid;
grid-template-columns: repeat(2, 1fr);
2024-11-14 06:44:57 +00:00
grid-auto-rows: min-content;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item {
2024-11-05 11:00:36 +00:00
padding: 22px 5px 22px 0;
2024-10-29 11:14:25 +00:00
width: 510px;
2024-11-04 11:01:08 +00:00
height: 90px;
margin-left: 33px;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item:not(:nth-last-child(-n + 2)) {
2024-10-29 11:14:25 +00:00
border-bottom: 1px dotted #ebebeb;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .left .name {
2024-10-29 11:14:25 +00:00
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
color: #000000;
margin-bottom: 6px;
position: relative;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .left .name::after {
2024-10-29 11:14:25 +00:00
content: "";
width: 8px;
height: 8px;
background-color: #f2f2f2;
border: 1px solid #d7d7d7;
border-radius: 39px;
position: absolute;
top: 50%;
left: -20px;
transform: translateY(-50%);
box-sizing: border-box;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .left .text {
2024-10-29 11:14:25 +00:00
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
color: #7f7f7f;
font-size: 14px;
}
2024-11-15 06:18:25 +00:00
.hot .list .list-item .item .left .text .text-text {
font-size: 14px;
font-weight: 400;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .left .text .ranking {
2024-10-29 11:14:25 +00:00
color: #555555;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .left .text .vertical {
2024-10-29 11:14:25 +00:00
color: #d7d7d7;
margin: 0 8px;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .left .text .number {
2024-10-29 11:14:25 +00:00
font-family: "Arial-Black", "Arial Black", sans-serif;
font-weight: 900;
color: #000000;
margin-left: 8px;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate {
2024-10-29 11:14:25 +00:00
position: relative;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .circle {
2024-10-29 11:14:25 +00:00
position: relative;
z-index: 1;
cursor: pointer;
width: 28px;
height: 28px;
background-color: #dbe3fd;
border: 1px solid #afb5ca;
border-radius: 20px;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .circle .img-add {
2024-10-29 11:14:25 +00:00
width: 12px;
height: 12px;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .circle .img-dot {
2024-10-29 11:14:25 +00:00
width: 18px;
height: 8px;
}
2024-11-04 11:01:08 +00:00
.hot .list .list-item .item .operate .select-mask {
position: fixed;
width: 100%;
height: 100%;
z-index: 2;
top: 0;
left: 0;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .select {
2024-10-29 11:14:25 +00:00
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
background-color: #fbfbfb;
border-radius: 8px;
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18039216);
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18039216);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18039216);
transition: all 0.3s;
overflow: hidden;
opacity: 0;
height: 0;
width: 324px;
padding-top: 10px;
flex-direction: column;
align-items: center;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .select.show {
2024-10-29 11:14:25 +00:00
height: 90px;
opacity: 1;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .select .title {
2024-10-29 11:14:25 +00:00
font-size: 14px;
color: #7f7f7f;
margin-bottom: 14px;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .select .title .dot {
2024-10-29 11:14:25 +00:00
width: 8px;
height: 8px;
border-radius: 50%;
border: 1px solid #cab157;
background-color: #fddf6d;
margin-right: 5px;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .select .btn {
2024-10-29 11:14:25 +00:00
cursor: pointer;
width: 144px;
height: 36px;
background: -webkit-linear-gradient(194.03624347deg, #dbe3fd 0%, #eef7f5 100%);
background: -moz-linear-gradient(255.96375653deg, #dbe3fd 0%, #eef7f5 100%);
background: linear-gradient(255.96375653deg, #dbe3fd 0%, #eef7f5 100%);
border-radius: 158px;
font-size: 14px;
color: #333333;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .select .btn .img {
2024-10-29 11:14:25 +00:00
width: 16px;
height: 16px;
margin-right: 8px;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .already {
2024-10-29 11:14:25 +00:00
font-size: 14px;
color: #7f7f7f;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .already .tick-box {
2024-10-29 11:14:25 +00:00
width: 20px;
height: 20px;
background-color: #f6f6f6;
border: 1px solid #d7d7d7;
border-radius: 20px;
margin-right: 5px;
}
2024-10-31 04:27:27 +00:00
.hot .list .list-item .item .operate .already .tick-box .img-tick {
2024-10-29 11:14:25 +00:00
width: 10px;
height: 8px;
}
2024-10-31 04:27:27 +00:00
.hot .indicate {
2024-10-29 11:14:25 +00:00
line-height: 12px;
}
2024-10-31 04:27:27 +00:00
.hot .indicate .icon {
2024-10-29 11:14:25 +00:00
width: 7px;
height: 12px;
cursor: pointer;
}
2024-11-04 11:01:08 +00:00
.hot .indicate .icon.btn-right {
transform: rotate(180deg);
}
2024-10-31 04:27:27 +00:00
.hot .indicate .text {
2024-10-29 11:14:25 +00:00
color: #555555;
font-size: 13px;
margin: 0 12px;
}
2024-10-31 04:27:27 +00:00
.content {
2024-10-29 11:14:25 +00:00
background-color: #ffffff;
border: 1px solid #f2f2f2;
border-radius: 12px;
2024-11-13 09:05:22 +00:00
margin-bottom: 20px;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.content .header {
2024-10-29 11:14:25 +00:00
height: 88px;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 24px;
color: #000000;
text-align: center;
}
2024-10-31 04:27:27 +00:00
.content .body .left {
2024-10-29 11:14:25 +00:00
width: 200px;
font-size: 16px;
color: #333333;
border-right: 1px solid #ebebeb;
}
2024-10-31 04:27:27 +00:00
.content .body .left .item {
2024-10-29 11:14:25 +00:00
height: 56px;
padding-left: 34px;
2024-11-05 11:00:36 +00:00
cursor: pointer;
2024-11-15 04:06:14 +00:00
font-weight: 400;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.content .body .left .item .img {
2024-10-29 11:14:25 +00:00
width: 18px;
height: 18px;
margin-right: 12px;
}
2024-11-05 11:00:36 +00:00
.content .body .left .item .img.img-pitch {
display: none;
}
2024-10-31 04:27:27 +00:00
.content .body .left .item.pitch {
2024-10-29 11:14:25 +00:00
background-color: #fbfbfb;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
2024-11-14 09:52:52 +00:00
width: 200px;
2024-10-29 11:14:25 +00:00
position: relative;
color: #000000;
font-weight: 650;
}
2024-11-05 11:00:36 +00:00
.content .body .left .item.pitch .img {
display: none;
}
.content .body .left .item.pitch .img.img-pitch {
display: block;
}
2024-10-31 04:27:27 +00:00
.content .body .left .item.pitch::after {
2024-10-29 11:14:25 +00:00
content: "";
width: 5px;
height: 56px;
background-color: #6fc16d;
position: absolute;
top: 0;
left: 0;
}
2024-10-31 04:27:27 +00:00
.content .body .right {
2024-10-29 11:14:25 +00:00
background-color: #fbfbfb;
border-top: 1px solid #ebebeb;
padding: 0 32px;
2024-11-13 08:51:43 +00:00
border-radius: 0 0 12px 0;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.content .body .right .screen .title {
2024-10-29 11:14:25 +00:00
font-size: 15px;
color: #555555;
2024-11-22 04:32:19 +00:00
padding-top: 26px;
2024-10-29 11:14:25 +00:00
margin-bottom: 20px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .screen .list {
2024-10-29 11:14:25 +00:00
flex-wrap: wrap;
2024-11-04 11:01:08 +00:00
justify-content: left;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.content .body .right .screen .list .item {
2024-10-29 11:14:25 +00:00
width: fit-content;
height: 36px;
line-height: 36px;
padding: 0 17px;
background-color: rgba(251, 251, 251, 0);
border: 1px solid #ebebeb;
border-radius: 12px;
font-size: 14px;
color: #333333;
margin-bottom: 10px;
margin-right: 10px;
2024-11-05 11:00:36 +00:00
cursor: pointer;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.content .body .right .screen .list .item.pitch {
2024-10-29 11:14:25 +00:00
background-color: #7b8cd3;
color: #ffffff;
border: none;
}
2024-10-31 04:27:27 +00:00
.content .body .right .h {
2024-10-29 11:14:25 +00:00
justify-content: space-between;
2024-11-22 04:32:19 +00:00
padding-top: 30px;
2024-10-29 11:14:25 +00:00
margin-bottom: 24px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .h .total {
2024-10-29 11:14:25 +00:00
font-size: 14px;
color: #7f7f7f;
}
2024-10-31 04:27:27 +00:00
.content .body .right .h .sort {
2024-10-29 11:14:25 +00:00
font-size: 14px;
color: #000000;
cursor: pointer;
2024-11-11 06:46:31 +00:00
position: relative;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.content .body .right .h .sort .img {
2024-10-29 11:14:25 +00:00
width: 20px;
height: 20px;
margin-left: 8px;
}
2024-11-11 06:46:31 +00:00
.content .body .right .h .sort .sort-mask {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 101;
}
.content .body .right .h .sort .sort-list {
width: 100%;
background-color: #ffffff;
border: 1px solid #e4e7ed;
border-radius: 10px;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.078);
position: absolute;
top: 25px;
left: 50%;
z-index: 102;
transform: translateX(-50%);
animation: sortShow 0.3s;
overflow: hidden;
}
@keyframes sortShow {
0% {
height: 0;
}
100% {
height: 150px;
}
}
.content .body .right .h .sort .sort-list .sort-item {
height: 50px;
line-height: 50px;
text-align: center;
}
.content .body .right .h .sort .sort-list .sort-item:not(:last-of-type) {
border-bottom: 1px solid #e4e7ed;
}
.content .body .right .h .sort .sort-list .sort-item.pitch {
color: #9a9d02;
font-weight: 650;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list {
2024-10-29 11:14:25 +00:00
flex-wrap: wrap;
justify-content: space-between;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item {
2024-10-29 11:14:25 +00:00
width: 460px;
background-color: #ffffff;
border: 1px solid #f2f2f2;
border-radius: 12px;
2024-11-22 04:32:19 +00:00
padding: 19px 15px 18px;
2024-10-29 11:14:25 +00:00
margin-bottom: 20px;
position: relative;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .name {
2024-10-29 11:14:25 +00:00
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
2024-11-22 04:32:19 +00:00
font-size: 18px;
2024-10-29 11:14:25 +00:00
color: #000000;
margin-bottom: 12px;
2024-11-15 06:10:20 +00:00
padding-right: 80px;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .english {
2024-10-29 11:14:25 +00:00
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
2024-11-22 04:32:19 +00:00
color: #7f7f7f;
2024-10-29 11:14:25 +00:00
margin-bottom: 12px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .introduce {
2024-10-29 11:14:25 +00:00
color: #555555;
font-size: 14px;
margin-bottom: 12px;
2024-11-14 06:46:39 +00:00
flex-wrap: wrap;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .introduce .quantity {
2024-10-29 11:14:25 +00:00
font-family: "Arial-Black", "Arial Black", sans-serif;
font-weight: 900;
color: #000000;
margin-left: 8px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .introduce .line {
2024-10-29 11:14:25 +00:00
color: #d7d7d7;
margin: 0 10px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .word {
2024-10-29 11:14:25 +00:00
background-color: #f9f8f8;
border-radius: 3px;
padding: 10px 15px;
font-size: 14px;
color: #7f7f7f;
margin-bottom: 12px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate {
2024-10-29 11:14:25 +00:00
position: absolute;
top: 18px;
right: 24px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .circle {
2024-10-29 11:14:25 +00:00
position: relative;
2024-11-05 11:00:36 +00:00
z-index: 3;
2024-10-29 11:14:25 +00:00
cursor: pointer;
width: 28px;
height: 28px;
background-color: #dbe3fd;
border: 1px solid #afb5ca;
border-radius: 20px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .circle .img-add {
2024-10-29 11:14:25 +00:00
width: 12px;
height: 12px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .circle .img-dot {
2024-10-29 11:14:25 +00:00
width: 18px;
height: 8px;
}
2024-11-04 11:01:08 +00:00
.content .body .right .list .item .operate .select-mask {
position: fixed;
width: 100%;
height: 100%;
z-index: 2;
top: 0;
left: 0;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .select {
2024-10-29 11:14:25 +00:00
position: absolute;
top: -18px;
right: -24px;
background-color: #fbfbfb;
border-radius: 8px;
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18039216);
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18039216);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18039216);
flex-direction: column;
transition: all 0.3s;
overflow: hidden;
opacity: 0;
2024-11-05 11:00:36 +00:00
width: 0;
2024-10-29 11:14:25 +00:00
height: 0;
align-items: center;
padding-top: 68px;
2024-11-05 11:00:36 +00:00
z-index: 2;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .select.show {
2024-11-05 11:00:36 +00:00
width: 285px;
2024-10-29 11:14:25 +00:00
height: 171px;
opacity: 1;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .select .title {
2024-10-29 11:14:25 +00:00
font-size: 14px;
color: #7f7f7f;
margin-bottom: 19px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .select .title .dot {
2024-10-29 11:14:25 +00:00
width: 8px;
height: 8px;
border-radius: 50%;
border: 1px solid #cab157;
background-color: #fddf6d;
margin-right: 5px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .select .btn {
2024-10-29 11:14:25 +00:00
cursor: pointer;
width: 144px;
height: 36px;
background: -webkit-linear-gradient(194.03624347deg, #dbe3fd 0%, #eef7f5 100%);
background: -moz-linear-gradient(255.96375653deg, #dbe3fd 0%, #eef7f5 100%);
background: linear-gradient(255.96375653deg, #dbe3fd 0%, #eef7f5 100%);
border-radius: 158px;
font-size: 14px;
color: #333333;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .select .btn .img {
2024-10-29 11:14:25 +00:00
width: 16px;
height: 16px;
margin-right: 8px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .already {
2024-10-29 11:14:25 +00:00
font-size: 14px;
color: #7f7f7f;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .already .tick-box {
2024-10-29 11:14:25 +00:00
width: 20px;
height: 20px;
background-color: #f6f6f6;
border: 1px solid #d7d7d7;
border-radius: 20px;
margin-right: 5px;
}
2024-10-31 04:27:27 +00:00
.content .body .right .list .item .operate .already .tick-box .img-tick {
2024-10-29 11:14:25 +00:00
width: 10px;
height: 8px;
}