You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

231 lines
3.6 KiB

/* pagesA/activatePayment/activatePayment.wxss */
image{
width: 100%;
height: auto;
}
.topSetps{
background: #02BFFF;
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 99;
}
.bg-page{
background: rgb(239, 243, 246);
height: 100vh;
overflow: hidden;
position: relative;
box-sizing: border-box;
}
.color-02BFFF{
color: #02BFFF;
}
.setps{
align-items: center;
}
.setp .num{
background: #fff;
border-radius: 50%;
width: 25px;
height: 25px;
line-height: 25px;
margin: 0 auto 6px;
}
.ling{
width: 40px;
height: 2px;
background: #5ccbf0;
}
.text-center{
text-align: center;
}
.setp-num{
width: 100%;
align-items: center;
justify-content: space-between;
}
.setp-text{
justify-content: space-between;
}
.organization{
background: rgb(239, 243, 246);
border-radius: 20px 20px 0 0;
margin-top: 20px;
}
.flex-wrap-no{
flex-wrap: nowrap;
}
.organization .li{
width: 20%;
box-sizing: border-box;
}
.organization .active{
width: 40%;
border-radius: 20px 30px 0 0;
clip-path: inset(0px 0px 0px 0px round 0px 20% 0 0);
background: #fff;
margin-top: -4px;
}
.active .personal-li{
font-weight: 600;
}
.bg-5295fd{
background: #5295fd;
position: relative;
height: 100vh;
overflow-y: auto;
}
.step-button{
bottom: 10px;
left: 0;
width: calc(100% - 30px);
box-sizing: border-box;
margin: 4px 15px;
}
.bg-page .next-step-button{
bottom: 0;
top: auto;
padding: 10px 15px;
box-sizing: border-box;
background: #fff;
box-shadow: 2px 10px 5px #eee;
}
.bg-page .next-step-button button{
border-radius: 20px;
}
.data-list{
position: relative;
height: 100vh;
background: #f2f3f5;
padding: 10px;
box-sizing: border-box;
}
.data-content{
height: 85%;
width: 100%;
padding: 10px;
border-radius: 10px;
overflow: hidden;
box-sizing: border-box;
}
.data-content-y{
overflow-y: auto;
height: 100%;
width: 100%;
}
.border-radios-10{
border-radius: 10px;
overflow: hidden;
}
.button-color-fff button{
background: #fff;
color: #5295fd;
}
.font-weight-600{
font-weight: 600;
}
.font-weight-400{
font-weight: 400;
}
.mt-2{
margin-top: 8px;
}
.mx-1{
margin-left: 4px;
margin-right: 4px;
}
.w-25{
width: 25%;
}
.justify-content-center{
justify-content: center;
align-items: center;
}
.personal-list .view-after{
position: relative;
}
.personal-list .view-after::after{
content: '';
position: absolute;
right: 0;
top: 0;
transform: translateY(5px);
width: 1px;
height: 15px;
background: #aaa;
}
.personal-list .border-bottom::before{
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 80%;
height: 1px;
background: #02BFFF;
}
.personal-li{
padding: 4px 8px;
}
.pb-0{
padding-bottom: 0;
}
.color-999{
color: #999;
}
.min-height-375{
/* min-height: 375px; */
height: calc(100vh - 207px);
margin-top: 143px;
overflow-y: auto;
}
.border-top-gray{
border-top: 4px solid #eff3f6;
}
.bg-Identity{
background: rgb(239, 243, 246);
}
.idCard van-uploader{
display: inline-block;
width: 100%;
}
.idCard van-uploader image{
width: 42vw;
}
.idCard .width-percentage-100 van-uploader image{
width: calc(100vw - 16px);
}
.idCard-absolute{
left: 50%;
top: 50%;
width: 80%;
transform: translateX(-50%) translateY(-50%);
}
.popup-text{
line-height: 2;
}
.popup-button-gray{
background: #eee;
color: #333;
padding: 10px 15px;
border-radius: 10px;
width: 30%;
box-sizing: border-box;
text-align: center;
}
.popup-button-blue{
background: #5295fd;
color: #fff;
padding: 10px 15px;
border-radius: 10px;
width: 60%;
box-sizing: border-box;
text-align: center;
}