Commit ecdbc7e8 by 高淑倩

update

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