/* pages/cart/paymentPage/index.wxss */
|
.nacigationBar {
|
background-color: #fff;
|
display: flex;
|
align-items: center;
|
|
}
|
|
.navbar-title {
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
color: #0F1214;
|
font-size: 40rpx;
|
font-weight: bold;
|
margin-bottom: 5rpx;
|
}
|
|
.content {
|
width: 100%;
|
height: 1250rpx;
|
background-color: #F2F3F8;
|
padding: 40rpx 0;
|
padding-top: 1rpx;
|
}
|
|
.shoppingCartList {
|
height: 1000rpx;
|
background: #FFFFFF;
|
border-radius: 20px;
|
margin: 30rpx 0;
|
}
|
|
image {
|
width: 150rpx;
|
height: 210rpx;
|
margin: 30rpx;
|
}
|
|
.cartListContent {
|
/* margin: 0 auto; */
|
}
|
|
.cartList {
|
display: flex;
|
}
|
|
.cartListContent {
|
margin-top: 30rpx;
|
}
|
|
.cartListDetails {
|
margin-bottom: 50rpx;
|
font-family: PingFang SC, PingFang SC;
|
font-weight: bold;
|
font-size: 29rpx;
|
color: #333333;
|
}
|
|
.textBox {
|
font-family: PingFang SC, PingFang SC;
|
font-weight: 400;
|
font-size: 25rpx;
|
color: #333333;
|
/* margin: 10rpx 0; */
|
margin-bottom: 20rpx;
|
}
|
|
.priceBox {
|
font-weight: 500;
|
font-size: 31rpx;
|
color: #0F1214;
|
|
}
|
|
.priceBreakdown {
|
height: 280rpx;
|
background: #fff;
|
padding: 30rpx;
|
|
}
|
|
.priceBreakdownContent {
|
font-weight: bold;
|
font-size: 32rpx;
|
color: #0F1214;
|
margin-bottom: 50rpx;
|
}
|
|
.amountMoney {
|
display: flex;
|
justify-content: space-between;
|
font-weight: 500;
|
font-size: 33rpx;
|
color: #0F1214;
|
border-bottom: 2rpx solid #EDEDED;
|
padding-bottom: 38rpx;
|
}
|
|
.amount {
|
display: flex;
|
justify-content: flex-end;
|
margin: 30rpx 0;
|
}
|
|
|
|
.interval {
|
width: 100%;
|
height: 30rpx;
|
background-color: #F2F3F8;
|
}
|
|
.paymentBox {
|
/* margin-top: 50rpx; */
|
display: flex;
|
justify-content: space-between;
|
padding: 30rpx;
|
align-items: center;
|
}
|
|
.residue {
|
color: #949494;
|
}
|
|
.residueTextBox {
|
font-weight: bold;
|
font-size: 38rpx;
|
color: #FF6C00;
|
}
|
|
.buttonBox {
|
background-color: #FF6C00;
|
border: #fff;
|
}
|
|
.myQrcodeBox {
|
margin: 30rpx;
|
}
|
|
.myQrcodeTextBox {
|
text-align: center;
|
margin: 30rpx 0;
|
}
|