79 lines
1.2 KiB
Plaintext
79 lines
1.2 KiB
Plaintext
.site-form {
|
|
background: white;
|
|
display: block;
|
|
}
|
|
|
|
.site-input {
|
|
padding: 0 30rpx 0 200rpx;
|
|
position: relative;
|
|
line-height: 110rpx;
|
|
min-height: 110rpx;
|
|
border-bottom: 2rpx solid #f3f3f3;
|
|
}
|
|
|
|
.site-input::before {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 30rpx;
|
|
right: 0;
|
|
height: 1rpx;
|
|
content: "";
|
|
background: #e4e6f2;
|
|
}
|
|
|
|
.site-input:last-child::before {
|
|
display: none;
|
|
}
|
|
|
|
.site-input label {
|
|
position: absolute;
|
|
left: 30rpx;
|
|
top: 0;
|
|
}
|
|
|
|
.site-input input {
|
|
height: 110rpx;
|
|
}
|
|
|
|
.site-input image {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: calc(50% - 22rpx);
|
|
}
|
|
|
|
.site-btn {
|
|
padding: 20rpx 30rpx;
|
|
margin-top: 100rpx;
|
|
}
|
|
|
|
.site-btn button[size="mini"] {
|
|
width: 100%;
|
|
background: #3b7cff;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
font-size: 30rpx;
|
|
color: white;
|
|
padding: 0;
|
|
}
|
|
|
|
.site-btn button[disabled] {
|
|
background: #7789ff !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.site-switch {
|
|
font-size: 32rpx;
|
|
margin: 30rpx;
|
|
display: flex;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.site-switch text {
|
|
flex: 1;
|
|
}
|
|
|
|
.site-switch-active {
|
|
color: #797979;
|
|
} |