Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
ecdbc7e8
Commit
ecdbc7e8
authored
Oct 10, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
0752e590
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
waterFlowLayout.wxml
src/component/waterFlowLayout/waterFlowLayout.wxml
+1
-1
waterFlowLayout.wxss
src/component/waterFlowLayout/waterFlowLayout.wxss
+4
-1
myRelease.wxss
src/subPackage/page/pages/myRelease/myRelease.wxss
+1
-0
No files found.
src/component/waterFlowLayout/waterFlowLayout.wxml
View file @
ecdbc7e8
<!--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>
...
...
src/component/waterFlowLayout/waterFlowLayout.wxss
View file @
ecdbc7e8
...
@@ -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: 1
0
rpx;
margin-bottom: 1
4
rpx;
display: inline-block;
display: inline-block;
width: 349.86rpx;
width: 349.86rpx;
border-radius: 10rpx;
border-radius: 10rpx;
...
...
src/subPackage/page/pages/myRelease/myRelease.wxss
View file @
ecdbc7e8
...
@@ -53,3 +53,4 @@
...
@@ -53,3 +53,4 @@
z-index: 99;
z-index: 99;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment