Commit 63a965df by 高淑倩

add: num_color

parent 09361cc0
...@@ -1299,3 +1299,7 @@ a { ...@@ -1299,3 +1299,7 @@ a {
color: #09BB07; color: #09BB07;
white-space: nowrap; white-space: nowrap;
} }
.point_color {
color: #05C35B
}
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<status-img img="{{item.listImage}}" /> <status-img img="{{item.listImage}}" />
<view class="progress weui-flex df-j--bt"> <view class="progress weui-flex df-j--bt">
<view class="rate">进度: <view class="rate">进度:
<text class="rate-num">{{item.surplusPoints}}</text> <text class="point_color">{{item.surplusPoints}}</text>
/ {{item.goal}} / {{item.goal}}
</view> </view>
<view class="time-out">距离结束时间: <view class="time-out">距离结束时间:
......
...@@ -35,7 +35,4 @@ page { ...@@ -35,7 +35,4 @@ page {
} }
.time { .time {
color: #000; color: #000;
}
.rate-num {
color: rgb(214, 103, 103)
} }
\ No newline at end of file
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