/* pages/cart/paymentPage/index.wxss */
|
@import "./index.skeleton.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%;
|
background-color: #F2F3F8;
|
padding: 40rpx 0;
|
/* padding-top: 1rpx; */
|
/* margin-top: 110rpx; */
|
}
|
|
.shoppingCartList {
|
min-height: 150rpx;
|
background: #FFFFFF;
|
border-radius: 20px;
|
margin: 30rpx 0;
|
/* padding: 30rpx 0; */
|
}
|
|
.imageBox {
|
width: 150rpx;
|
height: 210rpx;
|
margin: 30rpx;
|
}
|
|
image {
|
width: 150rpx;
|
height: 210rpx;
|
}
|
|
|
|
.cartList {
|
display: flex;
|
width: 750rpx;
|
}
|
|
.cartListContent {
|
margin-top: 30rpx;
|
}
|
|
.cartListDetails {
|
/* margin-bottom: 50rpx;
|
font-family: PingFang SC, PingFang SC;
|
font-weight: bold;
|
font-size: 29rpx;
|
color: #333333;
|
display: flex;
|
flex-direction: row;
|
padding: 0 10rpx; */
|
/* margin-right: 500rpx; */
|
margin-bottom: 50rpx;
|
font-family: PingFang SC, PingFang SC;
|
font-weight: bold;
|
font-size: 29rpx;
|
color: #333333;
|
display: flex;
|
flex-direction: row;
|
}
|
|
.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;
|
font-family: DIN, DIN;
|
margin-bottom: 20rpx;
|
}
|
|
.priceBreakdown {
|
height: 250rpx;
|
background: #fff;
|
padding: 30rpx;
|
margin-bottom: 120rpx;
|
}
|
|
.priceBreakdownContent {
|
font-weight: bold;
|
font-size: 29rpx;
|
color: #0F1214;
|
margin-bottom: 50rpx;
|
font-family: PingFang SC, PingFang SC;
|
|
}
|
|
.amountMoney {
|
display: flex;
|
justify-content: space-between;
|
border-bottom: 2rpx solid #EDEDED;
|
padding-bottom: 38rpx;
|
}
|
|
.amount {
|
display: flex;
|
justify-content: flex-end;
|
margin: 30rpx 0;
|
font-family: DIN, DIN;
|
font-weight: 500;
|
font-size: 33rpx;
|
color: #0F1214;
|
}
|
|
.amount text {
|
font-family: PingFang SC, PingFang SC;
|
font-weight: 400;
|
font-size: 25rpx;
|
color: #949494
|
}
|
|
|
|
.interval {
|
width: 100%;
|
height: 30rpx;
|
background-color: #F2F3F8;
|
}
|
|
.paymentBox {
|
/* margin-top: 50rpx; */
|
display: flex;
|
justify-content: space-between;
|
padding: 30rpx;
|
align-items: center;
|
background-color: #fff;
|
width: 100%;
|
position: fixed;
|
bottom: 0;
|
}
|
|
.residue {
|
color: #949494;
|
font-family: PingFang SC, PingFang SC;
|
font-weight: 400;
|
font-size: 25rpx;
|
color: #949494;
|
}
|
|
.residueTextBox {
|
font-weight: bold;
|
font-size: 38rpx;
|
color: #FF6C00;
|
font-family: DIN, DIN;
|
}
|
|
.buttonBox {
|
background-color: #FF6C00;
|
border: #fff;
|
margin-right: 80rpx;
|
}
|
|
.myQrcodeBox {
|
margin: 30rpx;
|
}
|
|
.myQrcodeTextBox {
|
text-align: center;
|
margin: 30rpx 0;
|
}
|
|
.paymentPageBox {
|
/* margin-top: 165rpx; */
|
/* position: absolute;
|
top: 150rpx; */
|
|
|
}
|
|
page {
|
background-color: #F2F3F8;
|
position: relative;
|
}
|
|
.titleBox {
|
background-color: #fff;
|
position: fixed;
|
top: 0;
|
width: 100%;
|
|
}
|
|
|
.eBook {
|
width: 85rpx;
|
height: 38rpx;
|
background: #FF6C00;
|
text-align: center;
|
line-height: 38rpx;
|
border-radius: 9rpx;
|
color: #fff;
|
padding: 5rpx;
|
font-size: 22rpx;
|
font-weight: 400;
|
}
|
|
.cloudLearning {
|
width: 100%;
|
height: 100%;
|
background: #5F92FD;
|
text-align: center;
|
line-height: 38rpx;
|
border-radius: 9rpx;
|
color: #fff;
|
padding: 5rpx;
|
font-size: 22rpx;
|
font-weight: 400;
|
}
|
|
.labelBox {
|
width: 105rpx;
|
height: 38rpx;
|
font-size: 22rpx;
|
color: #FFFFFF;
|
font-family: PingFang SC, PingFang SC;
|
}
|
|
.labelBox text {
|
color: #000;
|
}
|
|
.boosName {
|
font-family: PingFang SC, PingFang SC;
|
font-weight: bold;
|
font-size: 29rpx;
|
/* margin: 0 10rpx; */
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
overflow: hidden;
|
|
|
}
|
|
.commodityBox {
|
font-family: PingFang SC, PingFang SC;
|
font-weight: 400;
|
font-size: 27rpx;
|
color: #0F1214;
|
}
|
|
.payPriceBox {
|
font-family: DIN, DIN;
|
font-weight: 500;
|
font-size: 33rpx;
|
color: #0F1214;
|
}
|