Files
AGuestSaas/pages/mall/mall_pay/mall_pay.wxss
2020-12-28 09:16:11 +08:00

117 lines
1.6 KiB
Plaintext

/*
* 手太欠
* 企获客商城
*/
page {
background-color: #f7f7f7;
}
.order-content {
border-bottom: solid 100rpx transparent;
}
/* 订单支付 */
.order-title {
font-weight: 600;
padding: 30rpx;
}
.order-total {
background: white;
margin-bottom: 30rpx;
border-top: 2rpx solid #eee;
border-bottom: 2rpx solid #eee;
}
.order-total-number {
border-bottom: 2rpx solid #eee;
line-height: 54rpx;
}
.order-total-li {
padding: 20rpx 30rpx;
display: flex;
position: relative;
}
.order-total-name {
flex: 1;
}
.order-total-li text {
color: #999;
}
.coupon-picker-red {
color: #ea4e2f;
}
.order-total-textarea {
width: 200rpx;
height: 80rpx;
}
.order-total-li textarea {
line-height: 50rpx;
height: 100rpx;
}
/* 支付类型 */
.payContList {
border-top: 2rpx solid #eee;
border-bottom: 2rpx solid #eee;
padding: 30rpx;
background: #fff;
}
.payContList-label {
height: 60rpx;
line-height: 60rpx;
display: flex;
}
.payContList-label-name {
flex: 1;
display: flex;
}
.payContList-label-img {
width: 60rpx;
height: 60rpx;
margin-right: 20rpx;
}
/* 支付按钮 */
.address-footer{
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding-left: 30rpx;
padding-right: 30rpx;
background: white;
border-top: 2rpx solid #eeeeee;
z-index: 9;
height: 130rpx;
}
.address-footer text{
display: block;
width: 100%;
line-height: 90rpx;
height: 90rpx;
margin: 20rpx 0;
text-align: center;
background: #eb532a;
font-size: 30rpx;
color: white;
border-radius: 60rpx;
}