From b77e8e776af4d81e748e9e21d51b64a11085a195 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 19 十二月 2024 10:49:11 +0800
Subject: [PATCH] 未提交退出提示

---
 pages/cart/paymentPage/index.wxss |   81 +++++++++++++++++++++++++++++++---------
 1 files changed, 62 insertions(+), 19 deletions(-)

diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss
index 3357ef5..e975340 100644
--- a/pages/cart/paymentPage/index.wxss
+++ b/pages/cart/paymentPage/index.wxss
@@ -1,9 +1,11 @@
 /* pages/cart/paymentPage/index.wxss */
+@import "./index.skeleton.wxss";
+
 .nacigationBar {
   background-color: #fff;
   display: flex;
   align-items: center;
-
+  padding-left: 10rpx;
 }
 
 .navbar-title {
@@ -18,12 +20,10 @@
 
 .content {
   width: 100%;
-
   background-color: #F2F3F8;
   padding: 40rpx 0;
-  padding-top: 1rpx;
-  margin-top: 110rpx;
-
+  /* padding-top: 1rpx; */
+  /* margin-top: 110rpx; */
 }
 
 .shoppingCartList {
@@ -45,12 +45,11 @@
   height: 210rpx;
 }
 
-.cartListContent {
-  /* margin: 0 auto; */
-}
+
 
 .cartList {
   display: flex;
+  width: 750rpx;
 }
 
 .cartListContent {
@@ -58,15 +57,22 @@
 }
 
 .cartListDetails {
-  margin-bottom: 50rpx;
+  /* 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;
-
+  padding: 0 10rpx; */
+  /* margin-right: 500rpx; */
+  margin-bottom: 30rpx;
+  font-family: PingFang SC, PingFang SC;
+  font-weight: bold;
+  font-size: 29rpx;
+  color: #333333;
+  /* display: flex; */
+  flex-direction: row;
 }
 
 .textBox {
@@ -86,11 +92,18 @@
   margin-bottom: 20rpx;
 }
 
-.priceBreakdown {
-  height: 250rpx;
+.integralBreakdown {
+  height: 160rpx;
   background: #fff;
   padding: 30rpx;
-  margin-bottom: 120rpx;
+  margin-bottom: 20rpx;
+}
+
+.priceBreakdown {
+  height: 300rpx;
+  background: #fff;
+  padding: 30rpx;
+  margin-bottom: 20rpx;
 }
 
 .priceBreakdownContent {
@@ -102,11 +115,21 @@
 
 }
 
+.integral {
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+}
+
+.t-switch__body--checked {
+  background-color: #FF6C00 !important;
+}
+
 .amountMoney {
   display: flex;
   justify-content: space-between;
-  border-bottom: 2rpx solid #EDEDED;
-  padding-bottom: 38rpx;
+  /* border-bottom: 2rpx solid #EDEDED; */
+  padding-bottom: 20rpx;
 }
 
 .amount {
@@ -177,7 +200,24 @@
 }
 
 .paymentPageBox {
-  margin-top: 165rpx;
+  /* margin-top: 165rpx; */
+  /* position: absolute;
+  top: 150rpx; */
+
+
+}
+
+.label {
+  font-size: 28rpx;
+  color: #FF6C00;
+  margin-bottom: 10rpx;
+}
+
+.payBox {
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  color: #FF6C00;
 }
 
 page {
@@ -193,6 +233,7 @@
 
 }
 
+
 .eBook {
   width: 85rpx;
   height: 38rpx;
@@ -203,7 +244,7 @@
   color: #fff;
   padding: 5rpx;
   font-size: 22rpx;
-
+  font-weight: 400;
 }
 
 .cloudLearning {
@@ -216,6 +257,7 @@
   color: #fff;
   padding: 5rpx;
   font-size: 22rpx;
+  font-weight: 400;
 }
 
 .labelBox {
@@ -231,10 +273,11 @@
 }
 
 .boosName {
+  margin-bottom: 20rpx;
   font-family: PingFang SC, PingFang SC;
   font-weight: bold;
   font-size: 29rpx;
-  margin: 0 10rpx;
+  /* margin: 0 10rpx; */
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;

--
Gitblit v1.9.1