jhwxapp/miniprogram/pages/tempRegistration/index.wxss

47 lines
1012 B
Plaintext

/* pages/tempRegistration/index.wxss */
.van-picker__mask {
background-image: none !important;
}
.van-hairline--top-bottom:after {
border-top: 1px solid #3a4c8b !important;
border-bottom: 1px solid #3a4c8b !important;
}
.van-picker {
background: none !important;
}
/* 身份证部分 */
.identity-prove{
display: flex;
justify-content: space-between;
align-items: center;
}
.identity-prove-box{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 330rpx;
height: 260rpx;
border: 1px solid #212838;
}
.identity-prove-top{
position: relative;
width: 100%;
height: 196rpx;
}
.identity-prove-tops{
position: relative;
width: 100%;
height: 196rpx;
}
.identity-prove-bottom{
text-align: center;
width: 100%;
height: 60rpx;
line-height: 60rpx;
font-size: 28rpx;
color: #8ca0e7;
background-color: #30364e;
margin-top: 50rpx;
}