107 lines
1.6 KiB
Plaintext
107 lines
1.6 KiB
Plaintext
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.c-violet {
|
|
color: #786cff;
|
|
}
|
|
|
|
.col-bb {
|
|
color: #bbb;
|
|
}
|
|
|
|
.dealer-bg image {
|
|
width: 100%;
|
|
}
|
|
|
|
.widget-body .widget {
|
|
width: 700rpx;
|
|
box-sizing: border-box;
|
|
box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.11);
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
/* 提现金额 */
|
|
|
|
.widget__capital {
|
|
padding: 10rpx 0;
|
|
margin-top: -60rpx;
|
|
}
|
|
|
|
.widget__capital .capital__item {
|
|
height: 80rpx;
|
|
padding: 10rpx 35rpx;
|
|
font-size: 28rpx;
|
|
border-bottom: 1rpx solid #e7e7e7;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.widget__capital .capital__item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.widget__capital .capital__item .item__left {
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.capital__lowest {
|
|
width: 700rpx;
|
|
padding-right: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/* 提现方式 */
|
|
|
|
.widget__form {
|
|
padding: 10rpx 0 20rpx 0;
|
|
}
|
|
|
|
.widget__form .form__title {
|
|
padding: 16rpx 35rpx;
|
|
border-bottom: 1rpx solid #e7e7e7;
|
|
}
|
|
|
|
.widget__form .form__box {
|
|
padding: 20rpx 35rpx;
|
|
}
|
|
|
|
.widget__form .form__field {
|
|
height: 80rpx;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.widget__form .form__field .radio__icon {
|
|
font-size: 38rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.widget__form .form__field .field-input input {
|
|
background-color: #f9f9f9;
|
|
height: 70rpx;
|
|
padding: 10rpx 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/* 提交申请 */
|
|
|
|
.form-submit {
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.form-submit button {
|
|
font-size: 30rpx;
|
|
background: #786cff;
|
|
border: 1rpx solid #786cff;
|
|
color: white;
|
|
border-radius: 50rpx;
|
|
padding: 0 120rpx;
|
|
}
|
|
|
|
.form-submit button[disabled] {
|
|
background: #8e84fc;
|
|
border-color: #8e84fc;
|
|
color: white;
|
|
}
|