From da63e10cf04d5bda072bd3c868e223f520816842 Mon Sep 17 00:00:00 2001 From: xindan <2499232802@qq.com> Date: Fri, 15 Oct 2021 23:56:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=95=86=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/page.css | 2 +- pages.json | 4 - pages/index/index.css | 2 +- pages/plugins/coupon/index/index.vue | 6 +- pages/plugins/points/index/index.css | 51 +++ pages/plugins/points/index/index.vue | 556 +++++++++++---------------- 6 files changed, 271 insertions(+), 350 deletions(-) create mode 100644 pages/plugins/points/index/index.css diff --git a/common/css/page.css b/common/css/page.css index db495f5e..65eea76d 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -218,7 +218,7 @@ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; - min-height: 77rpx; + min-height: 76rpx; line-height: 38rpx; font-size: 28rpx; white-space: initial; diff --git a/pages.json b/pages.json index fc25133f..d735421e 100644 --- a/pages.json +++ b/pages.json @@ -645,10 +645,6 @@ "path": "pages/plugins/points/index/index", "style": { "enablePullDownRefresh": true, - "navigationBarBackgroundColor": "#fe3e28", - "backgroundColorTop": "#fe3e28", - "backgroundColorBottom": "#f5f5f5", - "backgroundTextStyle": "light", "navigationBarTitleText": "积分商城" } }, diff --git a/pages/index/index.css b/pages/index/index.css index 5870f197..9b4a8614 100644 --- a/pages/index/index.css +++ b/pages/index/index.css @@ -65,7 +65,7 @@ } .floor-list .goods-list .goods image { width: 100%; - height: 380rpx; + height: 380rpx !important; } /* diff --git a/pages/plugins/coupon/index/index.vue b/pages/plugins/coupon/index/index.vue index 9d4808b4..e546677a 100644 --- a/pages/plugins/coupon/index/index.vue +++ b/pages/plugins/coupon/index/index.vue @@ -1,6 +1,8 @@