From e894ce24f6f060192e08f2d0d3171c863d22e6f8 Mon Sep 17 00:00:00 2001 From: yangjie <812952667@qq.com> Date: Thu, 20 May 2021 15:54:57 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=85=8D=E7=BD=AEH5=20=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/goods.vue | 39 +++++++++++++++++++++--- pages/tabBar/user/user.vue | 62 ++++++++++++++++++++++++++++++++++---- 2 files changed, 90 insertions(+), 11 deletions(-) diff --git a/pages/goods/goods.vue b/pages/goods/goods.vue index 1bbbc76..96efc07 100644 --- a/pages/goods/goods.vue +++ b/pages/goods/goods.vue @@ -13,7 +13,7 @@ - + {{currentSwiper+1}}/{{swiperList.length}} @@ -742,13 +742,43 @@ } } + // .swiper-box { + // position: relative; + // width: 100%; + + // swiper { + // width: 100%; + + // swiper-item { + // image { + // width: 100%; + // height: 100vw; + // } + // } + // } + + // .indicator { + // display: flex; + // justify-content: center; + // align-items: center; + // padding: 0 25upx; + // height: 40upx; + // border-radius: 40upx; + // font-size: 22upx; + // position: absolute; + // bottom: 20upx; + // right: 20upx; + // color: #fff; + // background-color: rgba(0, 0, 0, 0.2); + // } + // } .swiper-box { position: relative; width: 100%; - + height: 100vw; swiper { width: 100%; - + height: 100vw; swiper-item { image { width: 100%; @@ -756,8 +786,7 @@ } } } - - .indicator { + .indicator{ display: flex; justify-content: center; align-items: center; diff --git a/pages/tabBar/user/user.vue b/pages/tabBar/user/user.vue index c623d79..68dcf01 100644 --- a/pages/tabBar/user/user.vue +++ b/pages/tabBar/user/user.vue @@ -1,11 +1,9 @@