187 lines
3.1 KiB
Plaintext
187 lines
3.1 KiB
Plaintext
.header {
|
|
background: #4facfe;
|
|
height: 160rpx;
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.form-group {
|
|
padding: 12rpx 30rpx 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.form-group .form-item {
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 2rpx solid #e4e4e4;
|
|
font-size: 30rpx;
|
|
transition: all 0.3s;
|
|
width: 100%;
|
|
}
|
|
|
|
.form-group .form-item:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.form-group .form-item.error {
|
|
border-color: #4facfe;
|
|
}
|
|
|
|
.form-group .form-item .form-item-control {
|
|
width: 130rpx;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
|
|
.form-group .form-item .form-item-input {
|
|
flex: 1;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
|
|
weui-cell__hd {
|
|
position: relative;
|
|
font-size: 28rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.weui-pos {
|
|
width: 40rpx;
|
|
height: 50rpx;
|
|
background: url(https://wxapp.ch871.com/Common/image/order_checkout_icon.png) no-repeat;
|
|
background-position: 0rpx 0;
|
|
background-size: 132rpx 142rpx;
|
|
}
|
|
|
|
.form-group .form-item .form-item-input .picker {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
|
|
.form-group .form-item .captcha {
|
|
color: #666;
|
|
border-left: 4rpx solid #ddd;
|
|
padding-left: 20rpx;
|
|
width: 160rpx;
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.form-group .form-item .placeholder {
|
|
color: #ccc;
|
|
}
|
|
|
|
.form-group .form-item .input-placeholder {
|
|
color: #ccc;
|
|
}
|
|
|
|
.form-group .form-item .submit {
|
|
width: 640rpx;
|
|
margin: 46rpx auto 0;
|
|
height: 94rpx;
|
|
border-radius: 94rpx;
|
|
font-size: 36rpx;
|
|
background: #4facfe;
|
|
color: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.form-group .form-item .submit.disabled {
|
|
background: #dcdcdc;
|
|
}
|
|
|
|
.apply-pass {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background: #fff;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 9;
|
|
}
|
|
|
|
.add-img-btn {
|
|
color: #ccc;
|
|
}
|
|
|
|
.form-group .form-item2 {
|
|
border-bottom: 0;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.form-item-textarea {
|
|
width: 100%;
|
|
border: 2rpx solid #e4e4e4;
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.apply-pass {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background: #fff;
|
|
position: relative;
|
|
left: 0;
|
|
z-index: 9;
|
|
padding-bottom: 100rpx;
|
|
}
|
|
|
|
.apply-pass image {
|
|
width: 156rpx;
|
|
height: 144rpx;
|
|
padding-top: 150rpx;
|
|
margin-bottom: 28rpx;
|
|
}
|
|
|
|
.apply-pass .applyPassImg {
|
|
width: 186rpx;
|
|
height: 186rpx;
|
|
font-size: 230rpx;
|
|
color: #4facfe;
|
|
margin-bottom: 40rpx;
|
|
margin-top: 106rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.apply-pass .h1 {
|
|
font-size: 32rpx;
|
|
margin-bottom: 20rpx;
|
|
color: #555;
|
|
}
|
|
|
|
.apply-pass .p {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.apply-pass .link-btn {
|
|
width: 310rpx;
|
|
height: 98rpx;
|
|
border-radius: 20rpx;
|
|
background: #4facfe;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-weight: bold;
|
|
}
|