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 @@