diff --git a/pages/home/cloudCard2.vue b/pages/home/cloudCard2.vue index f618df9..ddd3817 100644 --- a/pages/home/cloudCard2.vue +++ b/pages/home/cloudCard2.vue @@ -3,14 +3,14 @@ - + - + @@ -20,7 +20,7 @@ - + @@ -29,7 +29,7 @@ + style="background: #fff; width: 100%; border-radius: 15px;display: flex;flex-direction: column; box-sizing: border-box;flex: 1;z-index: 1;"> @@ -48,8 +48,7 @@ - + @@ -206,7 +205,6 @@ - - @@ -947,7 +945,8 @@ .wx-swiper-dots { position: relative; left: 50%; - top: 90%; + /* 轮播图总高度 50vw-指示器点的大小12rxp-覆盖的高度15px - 覆盖的到指示器的高度5px */ + top: calc(50vw - 20px - 12rpx); } .swiper /deep/ .wx-swiper-dot {