Commit 63a965df by 高淑倩

add: num_color

parent 09361cc0
......@@ -1299,3 +1299,7 @@ a {
color: #09BB07;
white-space: nowrap;
}
.point_color {
color: #05C35B
}
\ No newline at end of file
......@@ -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">距离结束时间:
......
......@@ -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
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