xg-project-library/css/index.css

634 lines
13 KiB
CSS
Raw Normal View History

2024-10-31 04:27:27 +00:00
.header-box {
2024-10-28 10:59:51 +00:00
width: 100%;
height: 130px;
padding: 0 50px;
border-radius: 12px;
justify-content: space-between;
position: relative;
margin-bottom: 20px;
}
2024-10-31 04:27:27 +00:00
.header-box:before {
2024-10-28 10:59:51 +00:00
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 12px;
background-image: linear-gradient(to right, rgba(60, 26, 94, 0.717647), rgba(53, 60, 90, 0.886275));
z-index: -1;
}
2024-10-31 04:27:27 +00:00
.header-box .bj {
2024-10-28 10:59:51 +00:00
position: absolute;
top: 0;
left: 0;
z-index: -2;
2024-11-15 06:53:26 +00:00
width: 100%;
height: 130px;
border-radius: 12px;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.header-box .search {
2024-10-28 10:59:51 +00:00
width: 610px;
height: 48px;
background-color: rgba(255, 255, 255, 0.4);
border-radius: 183px;
padding: 0 20px;
cursor: pointer;
}
2024-10-31 04:27:27 +00:00
.header-box .search .input {
2024-10-28 10:59:51 +00:00
height: 48px;
line-height: 48px;
background-color: transparent;
color: #ffffff;
}
2024-10-31 04:27:27 +00:00
.header-box .search .search-icon {
2024-10-28 10:59:51 +00:00
width: 22px;
height: 22px;
}
2024-10-31 04:27:27 +00:00
.header-box .btn .item {
2024-10-28 10:59:51 +00:00
width: 160px;
height: 40px;
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: 70px;
margin-left: 20px;
font-size: 16px;
color: #000000;
cursor: pointer;
}
2024-10-31 04:27:27 +00:00
.header-box .btn .item .icon {
2024-10-28 10:59:51 +00:00
height: 22px;
margin-right: 8px;
}
2024-10-31 04:27:27 +00:00
.screen {
2024-10-28 10:59:51 +00:00
margin-bottom: 20px;
}
2024-10-31 04:27:27 +00:00
.screen .block {
2024-10-28 10:59:51 +00:00
background-color: #ffffff;
border-radius: 12px;
padding: 24px 34px 32px;
}
2024-10-31 04:27:27 +00:00
.screen .block .title {
2024-10-28 10:59:51 +00:00
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-size: 18px;
color: #000000;
margin-bottom: 26px;
}
2024-10-31 04:27:27 +00:00
.screen .block .title .icon {
2024-10-28 10:59:51 +00:00
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 10px;
}
2024-10-31 04:27:27 +00:00
.screen .block .title .icon .img {
2024-10-28 10:59:51 +00:00
width: 24px;
}
2024-10-31 04:27:27 +00:00
.screen .block .list .item {
2024-10-28 10:59:51 +00:00
width: fit-content;
height: 36px;
line-height: 36px;
background-color: #fbfbfb;
border: 1px solid #ebebeb;
border-radius: 12px;
font-size: 14px;
color: #333;
cursor: pointer;
}
2024-10-31 04:27:27 +00:00
.screen .block.school {
2024-10-28 10:59:51 +00:00
width: 500px;
margin-right: 20px;
}
2024-10-31 04:27:27 +00:00
.screen .block.school .title .icon {
2024-10-28 10:59:51 +00:00
background-color: #d5f1f7;
}
2024-10-31 04:27:27 +00:00
.screen .block.school .list {
2024-10-28 10:59:51 +00:00
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
}
2024-10-31 04:27:27 +00:00
.screen .block.school .list .item {
2024-10-28 10:59:51 +00:00
width: 78px;
}
2024-10-31 04:27:27 +00:00
.screen .block.subject {
2024-10-28 10:59:51 +00:00
padding-bottom: 22px;
}
2024-10-31 04:27:27 +00:00
.screen .block.subject .title .icon {
2024-10-28 10:59:51 +00:00
background-color: #fdefbc;
}
2024-10-31 04:27:27 +00:00
.screen .block.subject .list {
2024-10-28 10:59:51 +00:00
flex-wrap: wrap;
}
2024-10-31 04:27:27 +00:00
.screen .block.subject .list .item {
2024-10-28 10:59:51 +00:00
padding: 0 17px;
margin-right: 10px;
margin-bottom: 10px;
}
2024-10-31 04:27:27 +00:00
.fate {
2024-10-28 10:59:51 +00:00
width: 100%;
background-color: #ffffff;
border-radius: 12px;
margin-bottom: 20px;
padding: 31px 37px 10px;
}
2024-10-31 04:27:27 +00:00
.fate .title {
2024-10-28 10:59:51 +00:00
justify-content: space-between;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-size: 18px;
color: #000000;
margin-bottom: 6px;
}
2024-10-31 04:27:27 +00:00
.fate .title .btn {
2024-10-28 10:59:51 +00:00
font-weight: 400;
color: #555555;
font-size: 14px;
cursor: pointer;
}
2024-10-31 04:27:27 +00:00
.fate .title .btn .icon {
2024-10-28 10:59:51 +00:00
width: 16px;
height: 16px;
margin-right: 8px;
}
2024-10-31 04:27:27 +00:00
.fate .list {
2024-10-28 10:59:51 +00:00
justify-content: space-between;
flex-wrap: wrap;
}
2024-10-31 04:27:27 +00:00
.fate .list .item {
2024-10-28 10:59:51 +00:00
width: 530px;
margin-left: 20px;
padding-top: 22px;
padding-bottom: 22px;
justify-content: space-between;
}
2024-10-31 04:27:27 +00:00
.fate .list .item:not(:nth-last-child(-n + 2)) {
2024-10-28 10:59:51 +00:00
border-bottom: 1px dotted #ebebeb;
}
2024-10-31 04:27:27 +00:00
.fate .list .item .left .name {
2024-10-28 10:59:51 +00:00
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-size: 16px;
color: #000000;
margin-bottom: 6px;
position: relative;
2024-10-31 11:03:26 +00:00
max-width: 405px;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.fate .list .item .left .name::after {
2024-10-28 10:59:51 +00:00
content: "";
position: absolute;
top: 50%;
left: -20px;
transform: translateY(-50%);
width: 8px;
height: 8px;
background-color: #f2f2f2;
border: 1px solid #d7d7d7;
border-radius: 39px;
}
2024-10-31 04:27:27 +00:00
.fate .list .item .left .message {
2024-10-28 10:59:51 +00:00
color: #7f7f7f;
font-size: 14px;
}
2024-10-31 11:03:26 +00:00
.fate .list .item .left .message .project {
max-width: 280px;
2024-11-15 06:15:18 +00:00
font-weight: 400;
2024-11-15 06:18:25 +00:00
font-size: 14px;
2024-10-31 11:03:26 +00:00
}
2024-10-31 04:27:27 +00:00
.fate .list .item .left .message .virgule {
2024-10-28 10:59:51 +00:00
color: #d7d7d7;
2024-10-31 11:03:26 +00:00
margin: 0 5px;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.fate .list .item .btn {
2024-10-28 10:59:51 +00:00
width: 110px;
height: 32px;
background: -webkit-linear-gradient(196.2201937deg, #dbe3fd 0%, #eef7f5 100%);
background: -moz-linear-gradient(253.7798063deg, #dbe3fd 0%, #eef7f5 100%);
background: linear-gradient(253.7798063deg, #dbe3fd 0%, #eef7f5 100%);
border-radius: 61px;
font-size: 14px;
color: #000000;
cursor: pointer;
}
2024-10-31 04:27:27 +00:00
.fate .list .item .btn .add {
2024-10-28 10:59:51 +00:00
width: 24px;
height: 24px;
background-color: #ffffff;
border: 1px solid #dbe3fd;
border-radius: 20px;
margin: 0 3px;
}
2024-10-31 04:27:27 +00:00
.fate .list .item .btn .add .icon {
2024-10-28 10:59:51 +00:00
width: 10px;
height: 10px;
}
2024-10-31 11:03:26 +00:00
.fate .list .item .already {
font-size: 14px;
color: #7f7f7f;
}
.fate .list .item .already .tick-box {
width: 20px;
height: 20px;
background-color: #f6f6f6;
border: 1px solid #d7d7d7;
border-radius: 20px;
margin-right: 5px;
}
.fate .list .item .already .tick-box .img-tick {
width: 10px;
height: 8px;
}
2024-10-31 04:27:27 +00:00
.recruit {
2024-10-28 10:59:51 +00:00
width: 100%;
height: 502px;
background: linear-gradient(-36.49404556deg, #cfe0f9 -23%, #f1f2df 39%, #eef7f5 114%);
border: 1px solid #ebebeb;
border-radius: 16px;
padding: 24px 30px 24px;
margin-bottom: 20px;
}
2024-10-31 04:27:27 +00:00
.recruit .title {
2024-10-28 10:59:51 +00:00
justify-content: space-between;
margin-bottom: 20px;
}
2024-10-31 04:27:27 +00:00
.recruit .title .img {
2024-10-28 10:59:51 +00:00
width: 100px;
height: 26px;
}
2024-10-31 04:27:27 +00:00
.recruit .title .btn {
2024-10-28 10:59:51 +00:00
font-size: 14px;
color: #333333;
cursor: pointer;
}
2024-10-31 04:27:27 +00:00
.recruit .title .btn .icon {
2024-10-28 10:59:51 +00:00
width: 16px;
height: 16px;
margin-left: 7px;
transform: rotate(270deg);
}
2024-10-31 04:27:27 +00:00
.recruit .list {
2024-10-28 10:59:51 +00:00
overflow: hidden;
margin-bottom: 20px;
}
2024-10-31 04:27:27 +00:00
.recruit .list .list-item {
2024-10-28 10:59:51 +00:00
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
2024-10-31 04:27:27 +00:00
.recruit .list .item {
2024-10-28 10:59:51 +00:00
width: 565px;
height: 180px;
background-color: #ffffff;
border: 1px solid #ebebeb;
border-radius: 12px;
padding: 25px 24px;
align-items: flex-start;
2024-10-29 11:14:25 +00:00
position: relative;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .avatar {
2024-10-28 10:59:51 +00:00
width: 32px;
object-fit: contain;
margin-right: 10px;
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .info .school {
2024-10-28 10:59:51 +00:00
font-size: 14px;
color: #333333;
margin-bottom: 10px;
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .info .name {
2024-10-28 10:59:51 +00:00
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-size: 16px;
color: #000000;
margin-bottom: 10px;
2024-10-31 11:03:26 +00:00
width: 490px;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .info .name-en {
2024-10-28 10:59:51 +00:00
font-size: 14px;
color: #7f7f7f;
margin-bottom: 15px;
2024-10-31 11:03:26 +00:00
width: 490px;
2024-11-15 06:15:18 +00:00
font-weight: 40;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .info .aq {
2024-10-28 10:59:51 +00:00
width: 477px;
height: 36px;
line-height: 36px;
background-color: #f9f8f8;
border-radius: 3px;
padding: 0 10px;
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .info .aq .text {
2024-10-28 10:59:51 +00:00
font-size: 14px;
color: #e4c762;
margin-right: 10px;
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .info .aq .value {
2024-10-28 10:59:51 +00:00
font-size: 15px;
color: #333333;
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .info .aq .icon {
2024-10-28 10:59:51 +00:00
width: 20px;
height: 20px;
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .operate {
2024-10-29 11:14:25 +00:00
position: relative;
position: absolute;
top: 24px;
right: 24px;
}
2024-10-31 04:27:27 +00:00
.recruit .list .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
.recruit .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
.recruit .list .item .operate .circle .img-dot {
2024-10-29 11:14:25 +00:00
width: 18px;
height: 8px;
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .operate .select {
2024-10-29 11:14:25 +00:00
position: absolute;
right: -24px;
top: -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);
transition: all 0.3s;
overflow: hidden;
opacity: 0;
height: 0;
width: 300px;
2024-10-31 11:03:26 +00:00
z-index: 2;
2024-10-29 11:14:25 +00:00
flex-direction: column;
align-items: center;
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .operate .select.show {
2024-10-29 11:14:25 +00:00
height: 180px;
opacity: 1;
}
2024-10-31 04:27:27 +00:00
.recruit .list .item .operate .select .title {
2024-10-29 11:14:25 +00:00
font-size: 14px;
color: #7f7f7f;
margin-top: 75px;
margin-bottom: 19px;
}
2024-10-31 04:27:27 +00:00
.recruit .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
.recruit .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
.recruit .list .item .operate .select .btn .img {
2024-10-29 11:14:25 +00:00
width: 16px;
height: 16px;
margin-right: 8px;
}
2024-10-31 11:03:26 +00:00
.recruit .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
.recruit .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
.recruit .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
.recruit .list .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
.recruit .indicate {
2024-10-28 10:59:51 +00:00
line-height: 12px;
}
2024-10-31 04:27:27 +00:00
.recruit .indicate .icon {
2024-10-28 10:59:51 +00:00
width: 7px;
height: 12px;
cursor: pointer;
}
2024-10-31 11:03:26 +00:00
.recruit .indicate .icon.btn-right {
transform: rotate(180deg);
}
2024-10-31 04:27:27 +00:00
.recruit .indicate .text {
2024-10-28 10:59:51 +00:00
color: #555555;
font-size: 13px;
margin: 0 12px;
}
2024-10-31 04:27:27 +00:00
.data .fall {
2024-10-28 10:59:51 +00:00
width: 285px;
display: block;
2024-10-31 11:03:26 +00:00
margin-bottom: 20px;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.data .item {
2024-10-28 10:59:51 +00:00
width: 285px;
background-color: #ffffff;
border: 1px solid #ebebeb;
border-radius: 12px;
2024-10-29 11:14:25 +00:00
padding: 21px 15px 0;
2024-10-31 11:03:26 +00:00
margin-bottom: 20px;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.data .item .school {
2024-10-28 10:59:51 +00:00
font-size: 14px;
color: #333333;
2024-10-29 11:14:25 +00:00
margin-bottom: 12px;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.data .item .school .img {
2024-10-28 10:59:51 +00:00
height: 20px;
margin-right: 8px;
}
2024-10-31 04:27:27 +00:00
.data .item .name {
2024-10-28 10:59:51 +00:00
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 16px;
color: #000000;
2024-10-29 11:14:25 +00:00
margin-bottom: 12px;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.data .item .name-en {
2024-10-28 10:59:51 +00:00
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
color: #555555;
2024-10-29 11:14:25 +00:00
margin-bottom: 12px;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.data .item .introduce {
2024-10-28 10:59:51 +00:00
color: #555555;
font-size: 14px;
2024-10-29 11:14:25 +00:00
margin-bottom: 12px;
2024-10-31 11:03:26 +00:00
flex-wrap: wrap;
2024-10-28 10:59:51 +00:00
}
2024-10-31 04:27:27 +00:00
.data .item .introduce .quantity {
2024-10-28 10:59:51 +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
.data .item .introduce .line {
2024-10-28 10:59:51 +00:00
color: #d7d7d7;
margin: 0 10px;
}
2024-10-31 04:27:27 +00:00
.data .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-11-13 11:16:00 +00:00
.data .item .type {
width: 284px;
height: 40px;
background: -webkit-linear-gradient(164.3443153deg, #cff7ff -38%, #eff0d1 31%, #cff7ff 115%);
background: -moz-linear-gradient(-74.3443153deg, #cff7ff -38%, #eff0d1 31%, #cff7ff 115%);
background: linear-gradient(-74.3443153deg, #cff7ff -38%, #eff0d1 31%, #cff7ff 115%);
border-radius: 0 0 12px 12px;
margin-left: -15px;
}
.data .item .type .type-name {
width: 83px;
height: 22px;
}
.data .item .type .type-icon {
width: 40px;
height: 40px;
position: absolute;
bottom: 40px;
right: 0;
}
2024-10-31 04:27:27 +00:00
.data .item .operate {
2024-10-29 11:14:25 +00:00
height: 80px;
position: relative;
}
2024-10-31 04:27:27 +00:00
.data .item .operate .circle {
2024-10-29 11:14:25 +00:00
position: relative;
2024-11-04 09:19:25 +00:00
z-index: 6;
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
.data .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
.data .item .operate .circle .img-dot {
2024-10-29 11:14:25 +00:00
width: 18px;
height: 8px;
}
2024-10-31 04:27:27 +00:00
.data .item .operate .select {
2024-10-29 11:14:25 +00:00
position: absolute;
bottom: 0;
width: 285px;
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;
height: 0;
2024-11-04 09:19:25 +00:00
z-index: 4;
2024-10-29 11:14:25 +00:00
}
2024-10-31 04:27:27 +00:00
.data .item .operate .select.show {
2024-10-29 11:14:25 +00:00
height: 211px;
opacity: 1;
}
2024-10-31 04:27:27 +00:00
.data .item .operate .select .top {
2024-10-29 11:14:25 +00:00
flex-direction: column;
}
2024-10-31 04:27:27 +00:00
.data .item .operate .select .top .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
.data .item .operate .select .top .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
.data .item .operate .select .top .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
.data .item .operate .select .top .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
.data .item .operate .select .bottom {
2024-10-29 11:14:25 +00:00
border-top: 1px dotted #ebebeb;
height: 80px;
}
2024-10-31 11:03:26 +00:00
.data .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
.data .item .operate .already {
2024-10-29 11:14:25 +00:00
font-size: 14px;
color: #7f7f7f;
}
2024-10-31 04:27:27 +00:00
.data .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
.data .item .operate .already .tick-box .img-tick {
2024-10-29 11:14:25 +00:00
width: 10px;
height: 8px;
}