45 lines
782 B
Plaintext
45 lines
782 B
Plaintext
/* pages/member/integral_transfer/integral_transfer.wxss */
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.balance_recharge .my_wrapper {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
display: flex;
|
|
padding: 0 28rpx;
|
|
line-height: 92rpx;
|
|
}
|
|
|
|
.balance_recharge .my_wrapper .span {
|
|
text-align: left;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.balance_recharge .my_wrapper .my-value {
|
|
flex: 2;
|
|
text-align: left;
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
.balance_recharge .my_wrapper .my-value .span {
|
|
color: #f15353;
|
|
}
|
|
|
|
.balance_recharge .buttonGropup {
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.balance_recharge .buttonGropup .button {
|
|
width: 660rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 32rpx;
|
|
border-radius: 20rpx;
|
|
border: none;
|
|
background-color: #f15353;
|
|
color: #fff;
|
|
text-align: center;
|
|
margin: 0 auto 40rpx;
|
|
}
|