Commit df211d35 by 高淑倩

modify: 图片导航图片圆角

parent b7dad918
<!--component/picNav/picNav.wxml--> <!--component/picNav/picNav.wxml-->
<view class="pic-nav"> <view class="pic-nav">
<block wx:for="{{picNav}}" wx:key="{{index}}" wx:for-item="item" class="pic-content"> <block wx:for="{{picNav}}" wx:key="{{index}}" wx:for-item="item" class="pic-content">
<view class="pic-item"><image class="pic-img" src="http://testimg3.bigaka.com{{item.imageUrl}}" mode="scaleToFill"/></view> <view class="pic-item"><image class="pic-img" src="http://testimg3.bigaka.com{{item.imageUrl}}" mode="scaleToFill"/></view>
</block> </block>
</view> </view>
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
flex: 1; flex: 1;
height: 200rpx; height: 200rpx;
margin-right: 8rpx; margin-right: 8rpx;
border-radius:10rpx;
} }
.pic-img { .pic-img {
height: 100%; height: 100%;
......
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