Commit ecdbc7e8 by 高淑倩

update

parent 0752e590
<!--component/waterFlowLayout/waterFlowLayout.wxml--> <!--component/waterFlowLayout/waterFlowLayout.wxml-->
<view class="water-wrap"> <view class="water-wrap {{type == 2 ? 'release-water' : ''}}">
<view class="left"> <view class="left">
<block wx:for="{{imageData}}" wx:key=""> <block wx:for="{{imageData}}" wx:key="">
<template is="water-list" data="{{...item}}" wx:if="{{index%2==0}}"></template> <template is="water-list" data="{{...item}}" wx:if="{{index%2==0}}"></template>
......
...@@ -4,8 +4,11 @@ ...@@ -4,8 +4,11 @@
margin: 50rpx 20rpx; margin: 50rpx 20rpx;
text-align: justify; text-align: justify;
} }
.release-water{
margin-top: -2rpx;
}
.item { .item {
margin-bottom: 10rpx; margin-bottom: 14rpx;
display: inline-block; display: inline-block;
width: 349.86rpx; width: 349.86rpx;
border-radius: 10rpx; border-radius: 10rpx;
......
...@@ -53,3 +53,4 @@ ...@@ -53,3 +53,4 @@
z-index: 99; z-index: 99;
} }
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