167 lines
3.1 KiB
CSS
167 lines
3.1 KiB
CSS
html,
|
|
body {
|
|
width: 100%;
|
|
background: #F3F5FA;
|
|
}
|
|
|
|
.back {
|
|
position: fixed;
|
|
z-index: 9;
|
|
width: 0.7466666667rem;
|
|
height: 0.7466666667rem;
|
|
left: 0.5333333333rem;
|
|
top: 0.2rem;
|
|
}
|
|
|
|
h3 {
|
|
width: 100%;
|
|
margin-top: 0.5333333333rem;
|
|
margin-bottom: 0.4266666667rem;
|
|
text-align: center;
|
|
color: #1F1B4F;
|
|
font-size: 0.48rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
input {
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
box-sizing: border-box;
|
|
font-size: 0.3733333333rem;
|
|
}
|
|
input::placeholder {
|
|
font-size: 0.3733333333rem;
|
|
color: #8A8CAB;
|
|
}
|
|
|
|
.box2 {
|
|
width: 9.1466666667rem;
|
|
height: 5.5466666667rem;
|
|
background: #fff;
|
|
border-radius: 0.2666666667rem;
|
|
box-sizing: border-box;
|
|
padding: 0 0.5333333333rem;
|
|
margin: 0 auto 0.32rem;
|
|
overflow: hidden;
|
|
}
|
|
.box2 div {
|
|
width: 100%;
|
|
height: 1.3733333333rem;
|
|
line-height: 1.3733333333rem;
|
|
border-bottom: 0.0133333333rem solid #EBEEF5;
|
|
display: flex;
|
|
}
|
|
.box2 div span {
|
|
flex: 3;
|
|
height: 100%;
|
|
font-size: 0.3733333333rem;
|
|
color: #1F1B4F;
|
|
}
|
|
.box2 div input {
|
|
flex: 7;
|
|
height: 100%;
|
|
text-align: right;
|
|
font-size: 0.3733333333rem;
|
|
color: #1F1B4F;
|
|
}
|
|
|
|
.box3 {
|
|
width: 9.1466666667rem;
|
|
height: 5.5466666667rem;
|
|
background: #fff;
|
|
border-radius: 0.2666666667rem;
|
|
box-sizing: border-box;
|
|
padding: 0 0.5333333333rem;
|
|
margin: 0 auto 0.5333333333rem;
|
|
overflow: hidden;
|
|
}
|
|
.box3 p {
|
|
font-size: 0.3733333333rem;
|
|
color: #1F1B4F;
|
|
margin-top: 0.4266666667rem;
|
|
}
|
|
.box3 .idBox {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 0.4266666667rem;
|
|
}
|
|
.box3 .idBox .z,
|
|
.box3 .idBox .f {
|
|
width: 3.84rem;
|
|
height: 3.1466666667rem;
|
|
background: #F3F5FA;
|
|
border-radius: 0.2666666667rem;
|
|
position: relative;
|
|
}
|
|
.box3 .idBox .z .documents,
|
|
.box3 .idBox .f .documents {
|
|
position: absolute;
|
|
width: 3.0933333333rem;
|
|
height: 1.92rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 0.3733333333rem;
|
|
}
|
|
.box3 .idBox .z .icon_camera,
|
|
.box3 .idBox .f .icon_camera {
|
|
position: absolute;
|
|
width: 1.0666666667rem;
|
|
height: 1.0666666667rem;
|
|
left: 50%;
|
|
top: 0.8rem;
|
|
transform: translateX(-50%);
|
|
z-index: 2;
|
|
}
|
|
.box3 .idBox .z span,
|
|
.box3 .idBox .f span {
|
|
position: absolute;
|
|
color: #8A8CAB;
|
|
font-size: 0.32rem;
|
|
left: 50%;
|
|
top: 2.4rem;
|
|
transform: translateX(-50%);
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.box3 .idBox .z .upload,
|
|
.box3 .idBox .f .upload {
|
|
position: absolute;
|
|
width: 3.0933333333rem;
|
|
height: 1.92rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 0.3733333333rem;
|
|
z-index: 2;
|
|
}
|
|
|
|
.but {
|
|
width: 8.08rem;
|
|
height: 1.28rem;
|
|
line-height: 1.28rem;
|
|
border-radius: 1.28rem;
|
|
margin: 0 auto 0.64rem;
|
|
text-align: center;
|
|
font-size: 0.4266666667rem;
|
|
color: #FFFFFF;
|
|
background: linear-gradient(90deg, #EEDCFF 0%, #DEE4FF 50%, #CCF8F9 100%);
|
|
}
|
|
|
|
.active {
|
|
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%);
|
|
}
|
|
|
|
.rule {
|
|
width: 8.72rem;
|
|
margin: 0 auto 0.6666666667rem;
|
|
color: #8A8CAB;
|
|
font-size: 0.3733333333rem;
|
|
}
|
|
.rule p {
|
|
margin-bottom: 0.1333333333rem;
|
|
line-height: 0.45rem;
|
|
}
|
|
|
|
/*# sourceMappingURL=other.css.map */
|