From 2ee8ddb1ecac7df4198e54e08ec7f22daf4b07c0 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期五, 03 一月 2025 16:57:38 +0800
Subject: [PATCH] 111

---
 pages/cart/paymentPage/index.wxss |   45 ++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 38 insertions(+), 7 deletions(-)

diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss
index 10b5428..e975340 100644
--- a/pages/cart/paymentPage/index.wxss
+++ b/pages/cart/paymentPage/index.wxss
@@ -66,12 +66,12 @@
   flex-direction: row;
   padding: 0 10rpx; */
   /* margin-right: 500rpx; */
-  margin-bottom: 50rpx;
+  margin-bottom: 30rpx;
   font-family: PingFang SC, PingFang SC;
   font-weight: bold;
   font-size: 29rpx;
   color: #333333;
-  display: flex;
+  /* display: flex; */
   flex-direction: row;
 }
 
@@ -92,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 {
@@ -108,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 {
@@ -190,6 +207,19 @@
 
 }
 
+.label {
+  font-size: 28rpx;
+  color: #FF6C00;
+  margin-bottom: 10rpx;
+}
+
+.payBox {
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  color: #FF6C00;
+}
+
 page {
   background-color: #F2F3F8;
   position: relative;
@@ -243,6 +273,7 @@
 }
 
 .boosName {
+  margin-bottom: 20rpx;
   font-family: PingFang SC, PingFang SC;
   font-weight: bold;
   font-size: 29rpx;

--
Gitblit v1.9.1