/* 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; } .page-payResult { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 172rpx; .icon_result { width: 161rpx; height: 208rpx; } .title { font-size: 36rpx; font-family: PingFang SC; font-weight: bold; color: #3E3E3E; text-align: center; margin-top: 26rpx; } .context { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #A1A1A1; margin-top: 23rpx; margin-bottom: 36rpx; } }