zhongping-miniprogram/miniprogram/pages/pay/pay.scss

72 lines
1.1 KiB
SCSS

/* pages/pay/pay.wxss */
.page-pay {
padding: 0 30rpx;
.money {
font-size: 49rpx;
font-family: PingFang SC;
font-weight: bold;
color: #3E3E3E;
margin-top: 111rpx;
text-align: center;
margin-bottom: 30rpx;
text {
font-size: 83rpx;
font-family: PingFang SC;
font-weight: bold;
color: #3E3E3E;
}
}
.payInfo {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #9F9F9F;
text-align: center;
}
.payLayout {
margin-top: 78rpx;
padding: 27rpx 46rpx 37rpx 46rpx;
background: #F7F7F7;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: space-between;
.title {
display: flex;
.icon_wxPay {
width: 49rpx;
height: 45rpx;
margin-right: 21rpx;
}
}
}
.gou {
width: 40rpx;
height: 40rpx;
}
}
.flex-center {
// display: flex;
// justify-content: center;
position: fixed;
bottom: 84rpx;
}
.btn_bottom {
position: fixed;
bottom: 84rpx;
width: 100%;
left: 0;
display: flex;
justify-content: center;
}