|
@@ -1,8 +1,8 @@
|
|
|
<!--pages/downZS/index.wxml-->
|
|
|
<view class="downZS">
|
|
|
<Container>
|
|
|
- <swiper indicator-dots="{{true}}" indicator-color="#ffffff" indicator-active-color="#91725d" style="height:545rpx" bindchange="change">
|
|
|
- <swiper-item wx:for="{{ls_url}}" wx:key="index">
|
|
|
+ <swiper indicator-dots="{{true}}" indicator-color="#ffffff" indicator-active-color="#91725d" style="height:575rpx" bindchange="change">
|
|
|
+ <swiper-item wx:for="{{ls_url}}" wx:key="index" style="padding-top: 15rpx;">
|
|
|
<image class="imge" src="{{item.url}}" mode="aspectFit"></image>
|
|
|
</swiper-item>
|
|
|
</swiper>
|