From f0229b7c6801f6429dec75e208192b61053b8c7d Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期三, 03 四月 2024 09:46:02 +0800
Subject: [PATCH] 书目

---
 pages/cart/paymentPage/index.wxss |  103 +++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 95 insertions(+), 8 deletions(-)

diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss
index 695fc63..3357ef5 100644
--- a/pages/cart/paymentPage/index.wxss
+++ b/pages/cart/paymentPage/index.wxss
@@ -31,6 +31,7 @@
   background: #FFFFFF;
   border-radius: 20px;
   margin: 30rpx 0;
+  /* padding: 30rpx 0; */
 }
 
 .imageBox {
@@ -40,8 +41,8 @@
 }
 
 image {
-  width: 100%;
-  height: 100%;
+  width: 150rpx;
+  height: 210rpx;
 }
 
 .cartListContent {
@@ -62,6 +63,10 @@
   font-weight: bold;
   font-size: 29rpx;
   color: #333333;
+  display: flex;
+  flex-direction: row;
+  padding: 0 10rpx;
+
 }
 
 .textBox {
@@ -77,7 +82,8 @@
   font-weight: 500;
   font-size: 31rpx;
   color: #0F1214;
-
+  font-family: DIN, DIN;
+  margin-bottom: 20rpx;
 }
 
 .priceBreakdown {
@@ -89,17 +95,16 @@
 
 .priceBreakdownContent {
   font-weight: bold;
-  font-size: 32rpx;
+  font-size: 29rpx;
   color: #0F1214;
   margin-bottom: 50rpx;
+  font-family: PingFang SC, PingFang SC;
+
 }
 
 .amountMoney {
   display: flex;
   justify-content: space-between;
-  font-weight: 500;
-  font-size: 33rpx;
-  color: #0F1214;
   border-bottom: 2rpx solid #EDEDED;
   padding-bottom: 38rpx;
 }
@@ -108,6 +113,17 @@
   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
 }
 
 
@@ -132,12 +148,17 @@
 
 .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 {
@@ -155,7 +176,9 @@
   margin: 30rpx 0;
 }
 
-.paymentPageBox {}
+.paymentPageBox {
+  margin-top: 165rpx;
+}
 
 page {
   background-color: #F2F3F8;
@@ -168,4 +191,68 @@
   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;
+
+}
+
+.cloudLearning {
+  width: 100%;
+  height: 100%;
+  background: #5F92FD;
+  text-align: center;
+  line-height: 38rpx;
+  border-radius: 9rpx;
+  color: #fff;
+  padding: 5rpx;
+  font-size: 22rpx;
+}
+
+.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;
 }
\ No newline at end of file

--
Gitblit v1.9.1