87 lines
1.4 KiB
Plaintext
87 lines
1.4 KiB
Plaintext
/* packageH/credit_value/recharge/recharge.wxss */
|
|
.recharge-panel {
|
|
margin-top: 20rpx;
|
|
padding: 28rpx;
|
|
background-color: white;
|
|
}
|
|
|
|
.balance {
|
|
line-height: 94rpx;
|
|
font-size: 32rpx;
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
|
|
.recharge-count-title {
|
|
line-height: 94rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.recharge-count-input {
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.recharge-count-input > input {
|
|
height: 88rpx;
|
|
font-size: 88rpx;
|
|
border-bottom: 1px solid rgb(235, 235, 235);
|
|
}
|
|
|
|
.recharge-example {
|
|
line-height: 72rpx;
|
|
font-size: 28rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.recharge-methods-title {
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.recharge-method-item {
|
|
line-height: 112rpx;
|
|
font-size: 32rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
|
|
.recharge-method-icon {
|
|
vertical-align: bottom;
|
|
margin-right: 20rpx;
|
|
font-size: 64rpx;
|
|
}
|
|
|
|
.recharge-method-icon.icon-balance_j {
|
|
color: #29a1f7;
|
|
}
|
|
|
|
.recharge-method-icon.icon-balance_d {
|
|
color: #00908c;
|
|
}
|
|
|
|
.recharge-method-icon.icon-balance_e {
|
|
color: #64b42e;
|
|
}
|
|
|
|
.recharge-method-icon.icon-balance_f {
|
|
color: #fac337;
|
|
}
|
|
|
|
.recharge-method-icon.icon-balance_g {
|
|
color: #00508e;
|
|
}
|
|
|
|
.recharge-method-icon.icon-balance_h {
|
|
color: #fac337;
|
|
}
|
|
|
|
.recharge-method-icon.icon-balance_i {
|
|
color: #64b42e;
|
|
}
|
|
|
|
.recharge-method-icon.icon-balance_j {
|
|
color: #069ce7;
|
|
}
|