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.
45 lines
724 B
45 lines
724 B
/* pages/user/verify/index.wxss */
|
|
.bgimg {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
display: block;
|
|
z-index: -1;
|
|
}
|
|
page {
|
|
background: #f6f6f6;
|
|
}
|
|
.top-box {
|
|
margin: 100rpx 30rpx;
|
|
background: white;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx 45rpx;
|
|
}
|
|
.item {
|
|
display: flex;
|
|
border-bottom: 1rpx solid #d8d8d8;
|
|
height: 120rpx;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
.item input {
|
|
flex: 1;
|
|
margin-left: 20rpx;
|
|
}
|
|
.item text {
|
|
width: 150rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.btn {
|
|
text-align: center;
|
|
width: 360rpx;
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
margin: 120rpx auto;
|
|
line-height: 80rpx;
|
|
background: #0B898E;
|
|
border-radius: 40rpx;
|
|
}
|