From 2d384bd75f18ae487b648cfa86040197c48f0b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Sat, 9 Oct 2021 12:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/lf-adModal/lf-adModal.vue | 2 +- .../lf-indexShopMatrix/lf-indexShopMatrix.vue | 3 +- .../lf-waterfall-pointgoods/lf-waterfall.vue | 4 +- .../lf-waterfall-shopdetails/lf-waterfall.vue | 8 +-- pages/order/cashier/cashier.vue | 26 +++++----- pages/order/confirm/confirm.vue | 18 ++++--- pages/order/index/onlineorder.vue | 9 +++- pages/order/newdetail/newdetail.vue | 32 +++++++++++- pages/shop/searchList.vue | 52 +++++++++++-------- pages/user/my/center.vue | 14 +++-- 10 files changed, 109 insertions(+), 59 deletions(-) diff --git a/components/lf-adModal/lf-adModal.vue b/components/lf-adModal/lf-adModal.vue index 4b59d2e..493034d 100644 --- a/components/lf-adModal/lf-adModal.vue +++ b/components/lf-adModal/lf-adModal.vue @@ -10,7 +10,7 @@ - + diff --git a/components/lf-indexShopMatrix/lf-indexShopMatrix.vue b/components/lf-indexShopMatrix/lf-indexShopMatrix.vue index 93d523f..be5b73e 100644 --- a/components/lf-indexShopMatrix/lf-indexShopMatrix.vue +++ b/components/lf-indexShopMatrix/lf-indexShopMatrix.vue @@ -63,7 +63,6 @@ .item{ width: 165rpx; height: 165rpx; - border: 1rpx solid #979797; margin-right: 9rpx; position: relative; overflow: hidden; @@ -84,7 +83,7 @@ .shop{ width: 100%; height: 100%; - background-color: rgba(0,0,0,0.1); + background-color: rgba(0,0,0,0.5); display: flex; flex-direction: column; justify-content: center; diff --git a/components/lf-waterfall-pointgoods/lf-waterfall.vue b/components/lf-waterfall-pointgoods/lf-waterfall.vue index 3ad6a53..958935d 100644 --- a/components/lf-waterfall-pointgoods/lf-waterfall.vue +++ b/components/lf-waterfall-pointgoods/lf-waterfall.vue @@ -4,7 +4,7 @@