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
d090d7b5
Commit
d090d7b5
authored
Oct 29, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标签优化
parent
f4815f59
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
7 deletions
+12
-7
selectTab.wxml
src/component/selectTab/selectTab.wxml
+2
-2
selectTab.wxss
src/component/selectTab/selectTab.wxss
+3
-0
waterFlowLayout.wxml
src/component/waterFlowLayout/waterFlowLayout.wxml
+1
-1
waterFlowLayout.wxss
src/component/waterFlowLayout/waterFlowLayout.wxss
+5
-3
grassCommunity.wxml
src/subPackage/page/pages/grassCommunity/grassCommunity.wxml
+1
-1
No files found.
src/component/selectTab/selectTab.wxml
View file @
d090d7b5
<view class="modal-container{{showSelectTabModal ? ' active' : ''}}" bindtap="hidePopup" />
<view class="modal-container{{showSelectTabModal ? ' active' : ''}}" bindtap="hidePopup"
catchtouchmove='true'
/>
<view class="modal-content{{showSelectTabModal ? ' active' : ''}}">
<view class="modal-content{{showSelectTabModal ? ' active' : ''}}"
catchtouchmove='true'
>
<view class="modal-header">
<view class="modal-header">
<image src="/assets/imgs/7_1_0/arrow-right.png" class="modal-to-back" mode="widthFix" bindtap="hidePopup" />
<image src="/assets/imgs/7_1_0/arrow-right.png" class="modal-to-back" mode="widthFix" bindtap="hidePopup" />
...
...
src/component/selectTab/selectTab.wxss
View file @
d090d7b5
/* component/selectTab/selectTab.wxss */
/* component/selectTab/selectTab.wxss */
@import '/app.wxss';
@import '/app.wxss';
@import './../../base/base.wxss';
@import './../../base/base.wxss';
page{
padding-bottom: 100rpx;
}
.modal-container {
.modal-container {
position: fixed;
position: fixed;
...
...
src/component/waterFlowLayout/waterFlowLayout.wxml
View file @
d090d7b5
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
</view>
</view>
</view>
</view>
<!-- 标签 -->
<!-- 标签 -->
<view class="tabs-list">
<view class="tabs-list
{{tagsName ? 'tags-list' : ''}}
">
<image class="lock-image" src="/assets/imgs/7_1_0/lock.png"></image>
<image class="lock-image" src="/assets/imgs/7_1_0/lock.png"></image>
<view class="tab-item" wx:if="{{tagsName}}">
<view class="tab-item" wx:if="{{tagsName}}">
<image class="tab-image" src="/assets/imgs/7_1_0/tab.png"></image>
<image class="tab-image" src="/assets/imgs/7_1_0/tab.png"></image>
...
...
src/component/waterFlowLayout/waterFlowLayout.wxss
View file @
d090d7b5
...
@@ -111,11 +111,13 @@
...
@@ -111,11 +111,13 @@
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
padding: 0 24rpx;
}
.tags-list{
padding: 0 24rpx;
}
}
.lock-image{
.lock-image{
width:
32
rpx;
width:
28
rpx;
height:
32
rpx;
height:
28
rpx;
}
}
.tab-image{
.tab-image{
width: 26rpx;
width: 26rpx;
...
...
src/subPackage/page/pages/grassCommunity/grassCommunity.wxml
View file @
d090d7b5
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
</view>
</view>
<view class="title-border" bindtap="selectTab">
<view class="title-border" bindtap="selectTab">
<image class="tab-icon" src="/assets/imgs/7_1_0/tab.png"></image>
<image class="tab-icon" src="/assets/imgs/7_1_0/tab.png"></image>
<input class="tab-input" placeholder="选择标签" value="{{tabName}}" disabled="" />
<input class="tab-input" placeholder="选择标签" value="{{tabName}}" disabled="
true
" />
</view>
</view>
<view class="related-goods" bindtap="handleRelatedGoods">
<view class="related-goods" bindtap="handleRelatedGoods">
...
...
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