From 12cc87a1f2f9b91359d3ca43fe052440d9890dac Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 09 四月 2024 19:12:22 +0800 Subject: [PATCH] 购物车跳转图书详情 --- pages/cart/index.wxss | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/cart/index.wxss b/pages/cart/index.wxss index 8e0fe3b..c0c1377 100644 --- a/pages/cart/index.wxss +++ b/pages/cart/index.wxss @@ -50,7 +50,7 @@ .checkGroupBox { /* flex: 1; */ margin: 0 30rpx; - width: 120rpx; + min-width: 120rpx; } @@ -65,17 +65,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 +131,7 @@ .totalPriceText { color: #FF6C00; + min-width: 133rpx; } .LaelBox { -- Gitblit v1.9.1