forgeplus-react/src/forge/Information/indexUser.scss

1094 lines
24 KiB
SCSS

@import './theme.scss';
.zone_user_box{
padding: 50px 0;
display: flex;
flex-direction: column;
align-items: center;
transform: translateY(60px);
opacity: 0;
animation: slideUpFadeIn60 0.6s ease-out forwards;
animation-delay: 0.5s;
font-family: alibabaReg;
color: #191919;
.ant-spin-nested-loading{
width: 100%;
}
.banner_box{
width: 100%;
background-image: url(./img/user/bg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: 50%;
padding: 30px 40px;
border-radius: 20px;
.info{
display: flex;
.subject{
font-family: alibaba;
font-size:28px;
height:38px;
line-height:38px;
&:first-of-type{
margin-bottom: 15px !important;
}
&:last-of-type{
margin-bottom: 26px !important;
overflow: hidden;
}
}
label{
background-clip: text;
color: transparent;
background-image: linear-gradient(to right, #624eff, #225aff);
}
.btn{
background-image:linear-gradient(95.71deg,#694dff 0%,#1d5bff 100%);
border-radius:6px;
transition: all 0.3s;
padding: 4px 42px;
letter-spacing: 1px;
display: inline-block;
&:hover{
background-image:linear-gradient(273.05deg,#694dff 0%,#1d5bff 100%);
.icon-jiantou3{
left: 5px;
}
}
.icon-jiantou3{
position: relative;
left: 0px;
transition: left .85s ease;
}
}
.svgbox{
position: relative;
display: inline-block;
width: 517px;
.scan_line {
position: absolute;
left: 0; right: 0;
height: 2px;
background: linear-gradient(90deg, transparent 0%, rgba(74,143,255,0.6) 50%, transparent 100%);
animation: scan 4s ease-in-out infinite;
z-index: 1;
pointer-events: none;
}
.corner {
position: absolute;
width: 20px; height: 20px;
z-index: 3;
opacity: 0.5;
}
.banner{
width: 320px;
height: 190px;
}
}
}
.items{
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
.detail{
position: relative;
display: flex;
flex-direction: column;
align-items: start;
padding: 0 40px;
&::after{
content: '';
position: absolute;
right: 0;
top: 12px;
bottom: 12px;
border-right: 1px dashed rgba(25, 25, 25, 0.15);
}
img{
width: 32px;
height: 32px;
}
h3{
font-size: 18px;
line-height: 50px;
color: #191919;
font-family: alibaba;
}
p{
font-size: 14px;
color: #515863;
}
&:last-child{
padding-right: 0;
&::after{
border-right: none;
}
}
&:first-child{
padding-left: 0;
}
}
}
}
.user_box{
width: 100%;
display: flex;
flex-direction: column;
.info{
height: 120px;
display: flex;
flex-direction: row;
width: 100%;
background-image: url(./img/user/userBg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 20px 36px;
border-radius: 20px;
align-items: center;
color: white;
.info_txt{
height: 100%;
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
span{
color: white;
margin-left: 22px;
cursor: pointer;
font-family: alibaba;
&:hover{
color: rgba(255, 255, 255, 0.6);
}
}
}
.current_img{
width: 56px;
height: 56px;
border: 2px solid white;
border-radius: 50%;
}
.score{
height: 56px;
color:#ffffff;
font-size:44px;
display: flex;
align-items: center;
font-family: alibabaBold;
justify-content: end;
label{
margin-left: 8px;
color:#ffffff;
font-size:15px;
font-family: alibabaReg;
}
}
.score_detail{
display: flex;
justify-content: end;
align-items: center;
color:#ffffff;
font-size:15px;
height: 20px;
line-height: 20px;
cursor: pointer;
.iconfont{
font-size: 10px !important;
}
&:hover{
color: rgba(255, 255, 255, 0.6);
}
}
}
.level{
position: relative;
display: inline-block;
border-radius: 14px;
margin-left: 22px;
font-size: 12px;
padding: 0 10px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
&::before{
content: '';
position: absolute;
inset: 0;
border-radius: 14px;
background: linear-gradient(90.3deg,rgba(255, 255, 255, 0.14) 3.96%,rgba(255, 255, 255, 0.23) 51.23%,rgba(255, 255, 255, 0.11) 99.92%);
z-index: 0;
}
&::after{
content: '';
position: absolute;
inset: 0;
border-radius: 14px;
padding: 1px;
background: linear-gradient(90.86deg,rgba(255, 255, 255, 0) 0.15%, rgba(255, 255, 255, 0.25) 50.71%,rgba(255, 255, 255, 0.12) 99.79%);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
mask-composite: exclude;
z-index: 1;
pointer-events: none;
}
}
.desc{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1;
margin-right: 60px;
}
.awards{
margin-top: 45px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
.award{
padding: 16px 20px;
border-radius:10px;
background-image: url(./img/user/awardBg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
color:#191919;
border: 1px solid transparent;
&:hover{
border: 1px solid #466aff;
.btn:not(.disabled){
color: white !important;
border-color: #466aff;
background-color: #466aff;
}
}
h3{
font-family: alibaba;
color:#191919;
font-size:15px;
}
p{
color:#5d6483;
font-size:13px;
margin: 10px 0 16px 0;
}
.action{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #191919;
font-size: 14px;
.btn{
border: 1px solid #466aff;
border-radius:8px;
width:80px;
height:32px;
color:#466aff;
font-size:14px;
text-align: center;
cursor: pointer;
&.disabled{
color: rgba(27, 47, 131, 0.21);
border-color: rgba(27, 47, 131, 0.21);
cursor: not-allowed;
}
&:hover:not(.disabled),.active{
color: white;
border-color: #466aff;
background-color: #466aff;
}
}
}
label{
font-family: alibaba;
font-size:17px;
}
}
}
}
}
.zone_Score_box{
padding: 50px 0;
display: flex;
flex-direction: column;
align-items: center;
font-family: alibabaReg;
transform: translateY(60px);
opacity: 0;
animation: slideUpFadeIn60 0.6s ease-out forwards;
animation-delay: 0.5s;
color: #191919;
.info{
height: 158px;
display: flex;
flex-direction: row;
width: 100%;
background-image: url(./img/user/scoreBg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 40px 50px 34px 30px;
align-items: center;
color: white;
border-radius: 10px;
.info_title{
display: flex;
flex-direction: column;
flex: 1;
color: white;
.title_a{
color:#ffffff;
font-size:22px;
height:30px;
line-height: 30px;
margin-bottom: 22px;
font-family: alibaba;
}
p{
color:#ffffff;
font-size:15px;
height:21px;
line-height: 21px;
}
}
.items{
display: flex;
flex-direction: row;
justify-content: start;
align-items: center;
background: white;
border-radius:10px;
padding: 18px;
width: 220px;
height: 85px;
margin-right: 20px;
&:last-child{
margin-right: 0;
}
img{
width: 38px;
height: 38px;
margin-right: 26px;
}
h4{
color:#5d6483;
height:20px;
line-height:22px;
margin-bottom: 6px !important;
}
p{
color:#191919;
font-size:20px;
height:27px;
line-height:22px;
font-family: alibaba;
}
&:last-child{
padding-right: 0;
&::after{
border-right: none;
}
}
&:first-child{
padding-left: 0;
}
}
}
}
.rule_subject{
color:#181818;
font-size:36px;
font-family: alibaba;
text-align: center;
margin-top: 60px;
margin-bottom: 45px !important;
}
.rule_box{
width: 100%;
background-image: url(./img/user/ruleBg.png);
background-position: top center;
background-size: 100% auto;
background-repeat: no-repeat;
border-radius: 10px;
font-family: alibabaReg;
color: #191919;
.desc{
display: flex;
flex-direction: column;
padding: 45px 36px;
h2{
color:#191919;
font-size:20px;
font-family: alibaba;
}
p{
font-size: 15px;
}
}
.rules{
border-radius: 20px;
background-color: white;
padding: 40px 30px;
}
}
.detailBox{
width: 100%;
background-image: url(./img/user/scoreBg1.png);
background-position: top center;
background-size: 100% auto;
background-repeat: no-repeat;
border-radius: 20px;
margin-top: 36px;
padding: 30px;
font-family: alibabaReg;
color: #191919;
.detail{
border-radius: 10px;
background-color: white;
padding: 30px 24px;
}
.detail_table{
width: 100%;
border-collapse: collapse;
border: none;
font-family: alibabaReg;
td{
border: none;
}
thead th{
color:#191919;
font-size:16px;
font-family: alibaba;
}
tbody td{
padding: 20px 0;
.tag{
border-radius: 14px;
font-weight:500;
font-size:15px;
padding: 4px 14px;
}
.blue{
color: #1b6fc4;
background-color: rgba(27, 111, 196, 0.08);
}
.green{
color: #16b567;
background-color: rgba(22, 181, 103, 0.08);
}
.orange{
color: #ff9811;
background-color: rgba(255, 152, 17, 0.08);
}
.purple{
color: #7d3aed;
background-color: rgba(125, 58, 237, 0.08);
}
.cyan{
color: #02a0cc;
background-color: rgba(2, 160, 204, 0.08);
}
.brown{
color: #e05a00;
background-color: rgba(224, 90, 0, 0.08);
}
.pink{
color: #f5383b;
background-color: rgba(245, 56, 59, 0.08);
}
.gray{
color: #818598;
background-color: rgba(129, 133, 152, 0.08);
}
&.time{
color:#4a5377;
font-size:14px;
}
&.desc{
// font-weight:500;
color:#191919;
font-size:15px;
font-family: alibaba;
p{
margin-top: 8px;
color:#4a5377;
font-size:13px;
}
}
&.score{
// font-weight:500;
font-size:17px;
font-family: alibaba;
&.green{
color:#1ca73c;
}
&.red{
color:#f5383b;
}
&.orange{
color:#e05a00;
}
&.gray{
color:#818598;
}
}
&.remark{
color:#4a5377;
font-size:14px;
.reply{
margin-top: 8px;
padding: 7px 5px;
display: flex;
align-items: center;
font-size: 12px;
font-family: alibabaReg;
color: #1b6fc4;
background-color: rgba(27, 111, 196, 0.03);
i{
padding-top: 2px;
margin-left: 10px;
}
}
}
}
tbody tr:not(:last-child){
border-bottom: 1px dashed #e0e0e0;
}
tbody tr:last-child td{
padding-bottom: 12px;
}
}
}
.score-table{
width: 100%;
border-collapse: collapse;
border: none;
font-family: alibabaReg;
color: #191919;
td{
border: none;
}
thead th{
color:#4a5377;
font-size:14px;
padding-bottom: 12px;
font-family: alibaba;
}
tbody td{
padding: 24px 0;
.tag{
border-radius: 14px;
font-family: alibaba;
font-size:15px;
padding: 4px 14px;
}
.blue{
color: #1b6fc4;
background-color: rgba(27, 111, 196, 0.08);
}
.green{
color: #16b567;
background-color: rgba(22, 181, 103, 0.08);
}
.orange{
color: #ff9811;
background-color: rgba(255, 152, 17, 0.08);
}
.purple{
color: #7d3aed;
background-color: rgba(125, 58, 237, 0.08);
}
.cyan{
color: #02a0cc;
background-color: rgba(2, 160, 204, 0.08);
}
.brown{
color: #e05a00;
background-color: rgba(224, 90, 0, 0.08);
}
.pink{
color: #f5383b;
background-color: rgba(245, 56, 59, 0.08);
}
&.action{
font-family: alibaba;
color:#191919;
font-size:15px;
}
&.score{
font-family: alibaba;
color:#466aff;
font-size:17px;
}
&.remark{
color:#4a5377;
font-size:15px;
}
}
tbody tr:not(:last-child){
border-bottom: 1px dashed #e0e0e0;
}
tbody tr:last-child td{
padding-bottom: 12px;
}
}
.user_modal{
.ant-modal-content{
padding-top: 20px;
border-radius: 16px;
background-image: url(./img/user/userMBg.png);
background-position: top center;
background-size: 100% auto;
background-repeat: no-repeat;
background-color: #FFF;
font-family: alibabaReg;
color: #191919;
.ant-modal-close{
top: 78px !important;
right: 50px;
span{
width: 20px;
height: 20px;
line-height: 20px;
color: #4a5377;
}
}
}
.ant-modal-header{
padding: 36px 0 24px 0;
border-radius: 16px 16px 0px 0;
background-image: url(./img/user/userMBg2.png);
background-position: top center;
background-size: 100% auto;
background-repeat: no-repeat;
border-bottom: 2px dotted rgba(70, 106, 255, 0.25);
.ant-modal-title{
height: 60px;
line-height: 60px !important;
}
.title_box{
display: flex;
margin-left: 40px;
align-items: center;
.txt{
display: flex;
flex-direction: column;
align-items: start;
margin-left: 24px;
background: transparent;
}
h4{
text-align: left;
color: #191919;
height: 24px;
line-height: 24px;
margin-bottom: 16px !important;
font-family: alibaba;
font-size: 17px;
}
p{
color:#4a5377;
font-size:15px;
height: 21px;
line-height: 21px;
font-weight: 400;
}
}
}
.ant-modal-body,.ant-modal-footer{
background-color: #FFF;
}
.ant-modal-body{
background-color: #FFF;
background-image: url(./img/user/userMBg2.png);
background-position: top -124px left 0px;
background-size: 100% auto;
background-repeat: no-repeat;
padding: 30px 40px;
.info{
display: flex;
flex-direction: column;
.avatar{
display: flex;
align-items: center;
gap: 32px;
margin-bottom: 26px;
.box{
width: 100%;
height:38px;
background:#ffffff;
border:1px dashed;
border-color:rgba(70, 106, 255, 0.18);
border-radius:6px;
margin-bottom: 16px;
display: flex;
align-items: center;
padding: 0 17px;
.uploadtxt{
display: flex;
align-items: center;
gap: 10px;
color:#466aff;
font-size:15px;
font-family: alibaba;
cursor: pointer;
}
}
}
img{
width: 65px;
height: 65px;
border-radius: 50%;
}
p{
color: #949ec7;
font-size: 13px;
font-weight: 400;
}
p.award{
line-height:32px;
color:#4a5377;
font-size:15px;
margin-bottom: 30px;
label{
font-family: alibaba;
color: #f5383b;
}
}
}
.ant-form-item label{
color:#191919;
font-size:15px;
}
}
.ant-modal-footer{
border-top: none;
padding-top: 0;
padding-bottom: 32px;
text-align: center;
border-radius: 16px;
button{
width: 120px;
height: 36px;
line-height: 36px;
}
.btn_ok{
border: 1px solid #6e90ff;
color: white;
background:linear-gradient(91.72deg,#694dff -2.85%,#1d5bff 99.65%);
}
}
}
.qa_modal{
.ant-modal-content{
padding-top: 20px;
border-radius: 16px;
background-image: url(./img/user/userMBg.png);
background-position: top center;
background-size: 100% auto;
background-repeat: no-repeat;
background-color: #FFF;
font-family: alibabaReg;
color: #191919;
.ant-modal-close{
top: 78px !important;
right: 50px;
span{
width: 20px;
height: 20px;
line-height: 20px;
color: #4a5377;
}
}
}
.ant-modal-header{
padding: 36px 0 24px 0;
border-radius: 16px 16px 0px 0;
background-image: url(./img/user/userMBg2.png);
background-position: top center;
background-size: 100% auto;
background-repeat: no-repeat;
border-bottom: 2px dotted rgba(70, 106, 255, 0.25);
.ant-modal-title{
height: 60px;
line-height: 60px !important;
}
.title_box{
display: flex;
margin-left: 40px;
align-items: center;
.txt{
display: flex;
flex-direction: column;
align-items: start;
margin-left: 24px;
background: transparent;
}
h4{
text-align: left;
color: #191919;
height: 24px;
line-height: 24px;
margin-bottom: 16px !important;
font-family: alibaba;
font-size: 17px;
}
p{
color:#4a5377;
font-size:15px;
height: 21px;
line-height: 21px;
font-weight: 400;
}
}
}
.ant-modal-body,.ant-modal-footer{
background-color: #FFF;
}
.ant-modal-body{
background-color: #FFF;
background-image: url(./img/user/userMBg2.png);
background-position: top -124px left 0px;
background-size: 100% auto;
background-repeat: no-repeat;
padding: 20px 40px 10px 50px;
.info{
display: flex;
flex-direction: column;
.tipsline{
display: flex;
align-items: center;
color: #d31215;
margin-bottom: 30px;
p{
margin-left: 10px;
font-size: 15px;
font-family: alibabaReg;
}
}
}
.ant-form-item label{
color:#191919;
font-size:15px;
}
}
.ant-modal-footer{
border-top: none;
padding-top: 0;
padding-bottom: 32px;
text-align: center;
border-radius: 16px;
button{
width: 120px;
height: 36px;
line-height: 36px;
}
.btn_ok{
border: 1px solid #6e90ff;
color: white;
background:linear-gradient(91.72deg,#694dff -2.85%,#1d5bff 99.65%);
}
}
}
.doc_modal{
.ant-modal-content{
border-radius: 16px;
background-image: url(./img/user/docMBg.png);
background-position: top center;
background-size: 100% auto;
background-repeat: no-repeat;
background-color: #f9faff;
font-family: alibabaReg;
color: #191919;
.ant-modal-close{
top: 23px !important;
right: 30px;
span{
width: 20px;
height: 20px;
line-height: 20px;
color: #FFFFFF;
}
}
}
.ant-modal-header{
padding: 20px 0;
border-radius: 16px 16px 0px 0;
background-color: transparent;
border: none;
.ant-modal-title{
height: 25px;
line-height: 25px;
.title_box{
font-family: alibaba;
font-size: 18px;
text-align: center;
color: #FFF;
font-weight: 400 !important;
height: 25px;
line-height: 25px;
}
}
}
.ant-modal-body,.ant-modal-footer{
background-color: #f9faff;
}
.ant-modal-body{
background-color: #f9faff;
background-image: url(./img/user/docMBg2.png);
background-size: 100% auto;
background-repeat: no-repeat;
padding: 30px 40px 30px 35px;
border-radius: 11px 11px 0 0;
min-height: 300px;
.info{
display: flex;
flex-direction: column;
.line{
display: flex;
overflow: hidden;
align-items: center;
color: #191919;
&.topline{
font-size: 16px;
font-family: alibaba;
padding-top: 16px;
}
&.dataline{
font-size: 15px;
font-family: alibabaReg;
padding: 30px 0 24px 0;
border-bottom: 1px dashed rgba(70, 106, 255, 0.25);
}
.content{
flex: 1;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-align: left;
}
.action{
width: 200px;
text-align: right;
}
}
}
}
.ant-modal-footer{
border-top: none;
padding-top: 0;
padding-bottom: 32px;
text-align: center;
border-radius: 0 0 16px 16px;
button{
width: 120px;
height: 36px;
line-height: 36px;
}
.btn_ok{
border: 1px solid #6e90ff;
color: white;
background:linear-gradient(91.72deg,#694dff -2.85%,#1d5bff 99.65%);
}
}
}
.success_modal{
.ant-modal-content{
border-radius: 16px;
background-image: url(./img/user/successBg.png);
background-position: top center;
background-size: 100% auto;
background-repeat: no-repeat;
}
.ant-modal-close{
top: 20px !important ;
right: 24px;
span{
width: 20px;
height: 20px;
line-height: 20px;
color: #191919;
}
}
.ant-modal-body{
padding: 50px 24px 50px 24px;
.info{
display: flex;
flex-direction: column;
align-items: center;
img{
width: 60px;
height: 60px;
}
p{
margin-top: 30px;
margin-bottom: 55px !important;
font-size: 20px;
font-family: alibaba;
color: #191919;
label{
color: #ff7634;
}
}
.btn_ok{
border: 1px solid #6e90ff;
color: white;
background:linear-gradient(91.72deg,#694dff -2.85%,#1d5bff 99.65%);
width: 170px;
height: 36px;
line-height: 36px;
}
}
}
}
body.ant-scrolling-effect {
width: auto !important;
}
.corner-tl { top: 16px; left: 16px; border-top: 2px solid #4a8fff; border-left: 2px solid #4a8fff; }
.corner-tr { top: 16px; right: 16px; border-top: 2px solid #4a8fff; border-right: 2px solid #4a8fff; }
.corner-bl { bottom: 16px; left: 16px; border-bottom: 2px solid #4a8fff; border-left: 2px solid #4a8fff; }
.corner-br { bottom: 16px; right: 16px; border-bottom: 2px solid #4a8fff; border-right: 2px solid #4a8fff; }
@keyframes scan {
0% { top: 0%; opacity: 0; }
5% { opacity: 1; }
95% { opacity: 1; }
100% { top: 100%; opacity: 0; }
}
@keyframes slideUpFadeIn60 {
0% {
opacity: 0;
transform: translateY(40px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}