159 lines
3.1 KiB
Plaintext
159 lines
3.1 KiB
Plaintext
/* pages/balance_recharge/balance_recharge.wxss */
|
|
.balance_recharge .content {
|
|
padding-bottom: 160rpx;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_info {
|
|
background: #fff;
|
|
padding-left: 28rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_info .info_a,
|
|
.balance_recharge .content .transfer_info .info_b {
|
|
line-height: 92rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_info .info_a .span:first-child,
|
|
.balance_recharge .content .transfer_info .info_b .span:first-child {
|
|
width: 220rpx;
|
|
display: block;
|
|
text-align: left;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum {
|
|
background: #fff;
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum .span {
|
|
display: block;
|
|
font-size: 32rpx;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum .sum {
|
|
text-align: left;
|
|
font-size: 48rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum .sum input {
|
|
margin-left: 12rpx;
|
|
line-height: 120rpx;
|
|
height: 120rpx;
|
|
width: 90%;
|
|
font-size: 68rpx;
|
|
border: none;
|
|
}
|
|
|
|
.activity_des {
|
|
background: #fff;
|
|
padding: 20rpx 28rpx;
|
|
margin-top: 25rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.activity_des .title {
|
|
display: block;
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.activity_des .activity-item {
|
|
position: relative;
|
|
margin: 0.6rem 0.2rem 0.6rem 1rem;
|
|
}
|
|
|
|
.activity_des .discount {
|
|
display: inline-block;
|
|
}
|
|
|
|
.activity_des .activity-item::after {
|
|
position: absolute;
|
|
content: '';
|
|
top: 50%;
|
|
left: -0.5rem;
|
|
transform: translateY(-50%);
|
|
width: 2px;
|
|
height: 2px;
|
|
border-radius: 50%;
|
|
background: black;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way {
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .h1 {
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
padding: 0 28rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li {
|
|
position: relative;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
line-height: 112rpx;
|
|
font-size: 32rpx;
|
|
margin-left: 40rpx;
|
|
padding-right: 40rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li .iconfont_bg {
|
|
background: #f15353;
|
|
width: 72rpx;
|
|
height: 48rpx;
|
|
border-radius: 6rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li .icon-balance_d {
|
|
color: #00908c;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li .icon-balance_e {
|
|
color: #64b42e;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li .icon-balance_f {
|
|
color: #fac337;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li .icon-balance_g {
|
|
color: #00508e;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li .icon-balance_h {
|
|
color: #fac337;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li .icon-balance_i {
|
|
color: #64b42e;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li .icon-balance_j {
|
|
color: #069ce7;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li .iconfont {
|
|
font-size: 64rpx;
|
|
margin-right: 20rpx;
|
|
}
|