邹能昇 3 months ago
parent
commit
4119155a6f

+ 1 - 1
nova-tourism/components/collect/index.less

@@ -151,7 +151,7 @@
                 image{
                     width: 100%;
                     height: 204rpx;
-                    border-radius: 4rpx;
+                    border-radius: 10rpx;
                 }
                 .wang-catex{
                     font-size: 26rpx;

+ 1 - 1
nova-tourism/components/collect/index.wxml

@@ -39,7 +39,7 @@
                 <swiper autoplay="{{true}}" indicator-dots='{{true}}' indicator-color='#D9D9D9' indicator-active-color='#F8DA7F' interval="{{3000}}" circular duration="{{500}}" class="img" bindchange="onSwiperChange">
                     <block wx:for="{{imageUrls}}" wx:key="index" wx:for-item="img">
                         <swiper-item class="img" >
-                            <image src="{{img}}"  mode="aspectFill"></image>
+                            <image style="border-radius: 10rpx;" src="{{img}}"  mode="aspectFill"></image>
                         </swiper-item>
                     </block>
                 </swiper>

File diff suppressed because it is too large
+ 0 - 0
nova-tourism/components/collect/index.wxss


Some files were not shown because too many files changed in this diff