
Some checks are pending
Actions / Litemall-all (11) (push) Waiting to run
Actions / Litemall-all (11.0.3) (push) Waiting to run
Actions / Litemall-all (8) (push) Waiting to run
Actions / Litemall-all (8.0.192) (push) Waiting to run
Actions / Litemall-admin (10.x) (push) Waiting to run
Actions / Litemall-admin (12.x) (push) Waiting to run
Actions / Litemall-admin (14.x) (push) Waiting to run
Actions / Litemall-vue (10.x) (push) Waiting to run
Actions / Litemall-vue (12.x) (push) Waiting to run
Actions / Litemall-vue (14.x) (push) Waiting to run
67 lines
1.0 KiB
Plaintext
67 lines
1.0 KiB
Plaintext
.form-box {
|
|
width: 100%;
|
|
height: auto;
|
|
overflow: hidden;
|
|
padding: 0 40rpx;
|
|
margin-top: 96rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.form-item {
|
|
position: relative;
|
|
background: #fff;
|
|
height: 96rpx;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
|
|
.form-item .mobile, .form-item .password, .form-item .code {
|
|
position: absolute;
|
|
top: 26rpx;
|
|
left: 0;
|
|
display: block;
|
|
width: 100%;
|
|
height: 44rpx;
|
|
background: #fff;
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.form-item-code {
|
|
margin-top: 32rpx;
|
|
height: auto;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.form-item-code .form-item {
|
|
float: left;
|
|
width: 350rpx;
|
|
}
|
|
|
|
.form-item-code .code-btn {
|
|
float: right;
|
|
padding: 20rpx 40rpx;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.form-item .clear {
|
|
position: absolute;
|
|
top: 32rpx;
|
|
right: 18rpx;
|
|
z-index: 2;
|
|
display: block;
|
|
background: #fff;
|
|
}
|
|
|
|
.reset-btn {
|
|
margin: 60rpx 0 40rpx 0;
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
width: 100%;
|
|
background: #b4282d;
|
|
border-radius: 6rpx;
|
|
}
|