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
63a965df
Commit
63a965df
authored
Aug 06, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: num_color
parent
09361cc0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
base.wxss
src/base/base.wxss
+5
-0
pointList.wxml
src/pages/pointList/pointList.wxml
+1
-1
pointList.wxss
src/pages/pointList/pointList.wxss
+0
-4
No files found.
src/base/base.wxss
View file @
63a965df
...
...
@@ -1299,3 +1299,7 @@ a {
color: #09BB07;
white-space: nowrap;
}
.point_color {
color: #05C35B
}
\ No newline at end of file
src/pages/pointList/pointList.wxml
View file @
63a965df
...
...
@@ -5,7 +5,7 @@
<status-img img="{{item.listImage}}" />
<view class="progress weui-flex df-j--bt">
<view class="rate">进度:
<text class="
rate-num
">{{item.surplusPoints}}</text>
<text class="
point_color
">{{item.surplusPoints}}</text>
/ {{item.goal}}
</view>
<view class="time-out">距离结束时间:
...
...
src/pages/pointList/pointList.wxss
View file @
63a965df
...
...
@@ -36,6 +36,3 @@ page {
.time {
color: #000;
}
\ No newline at end of file
.rate-num {
color: rgb(214, 103, 103)
}
\ No newline at end of file
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