Commit 30afba00 authored by jyx's avatar jyx

代码优化

parent 584252bb
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
</uni-popup> </uni-popup>
<uni-popup class="popup2" ref="popup4" type="center"> <uni-popup class="popup2" ref="popup4" type="center">
<uni-popup-dialog style="color: #909399;" title="客服电话\n4000969950" :duration="2000" <uni-popup-dialog style="color: #909399;" title="客服电话\n4000969950" :duration="2000" @close="closeKefu"
@close="closeKefu" @confirm="closeKefu"></uni-popup-dialog> @confirm="closeKefu"></uni-popup-dialog>
</uni-popup> </uni-popup>
</view> </view>
</template> </template>
...@@ -265,6 +265,7 @@ ...@@ -265,6 +265,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
overflow: hidden; overflow: hidden;
.image-wrap { .image-wrap {
height: 800rpx; height: 800rpx;
background-color: #579BEB; background-color: #579BEB;
...@@ -286,9 +287,7 @@ ...@@ -286,9 +287,7 @@
} }
.swiper-wrap { .swiper-wrap {
/* #ifdef H5 */
width: 50vh; width: 50vh;
/* #endif */
height: 840rpx; height: 840rpx;
.swiper-item { .swiper-item {
...@@ -299,7 +298,6 @@ ...@@ -299,7 +298,6 @@
/* #ifdef MP-ALIPAY */ /* #ifdef MP-ALIPAY */
margin-left: 10%; margin-left: 10%;
margin-right: 10%; margin-right: 10%;
width: 80%;
/* #endif */ /* #endif */
.image { .image {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment