From cf1fcff430fa1331c1d9b2b844fa9ad710fb7a26 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 16 四月 2024 11:30:34 +0800
Subject: [PATCH] 详情页,答题器bug修改

---
 pages/cart/index.wxss |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/pages/cart/index.wxss b/pages/cart/index.wxss
index 8e0fe3b..0b2b1df 100644
--- a/pages/cart/index.wxss
+++ b/pages/cart/index.wxss
@@ -1,4 +1,6 @@
 /* pages/cart/item.wxss */
+@import "./index.skeleton.wxss";
+
 .btn-wrapper {
   height: 100%;
 }
@@ -50,7 +52,7 @@
 .checkGroupBox {
   /* flex: 1; */
   margin: 0 30rpx;
-  width: 120rpx;
+  min-width: 120rpx;
 }
 
 
@@ -65,17 +67,22 @@
 .totalPrice {
   flex: 1;
   /* margin: 0 50rpx; */
-
+  min-width: 295rpx;
 }
 
 .buttonBox {
   margin-right: 80rpx;
+  min-width: 200rpx;
 }
 
 .tButtonBox {
   /* background-color: #FF6C00; */
   width: 200rpx;
   height: 80rpx;
+}
+
+.t-button__content {
+  min-width: 170rpx;
 }
 
 checkbox .wx-checkbox-input {
@@ -126,6 +133,7 @@
 
 .totalPriceText {
   color: #FF6C00;
+  min-width: 133rpx;
 }
 
 .LaelBox {
@@ -179,7 +187,7 @@
 }
 
 .t-button--default {
-  background-color: #FF6C00 !important;
+  /* background-color: #FF6C00 !important; */
 }
 
 .noDataBox {

--
Gitblit v1.9.1