Commit 2ab28945 by 高淑倩

modify: 集点_去掉边框

parent a770f5e2
......@@ -5,13 +5,13 @@
<block wx:for="{{currentProgress}}" wx:key="{{index}}">
<view class="text-item" style="width: {{100 / 8}}%;">
<!--<image class="item-img" style="" src="/assets/imgs/point/color.png" mode="widthFix" />-->
<image class="item-img computed" style="" src="{{iconImageFinsh}}" mode="widthFix" />
<image class="item-img" style="" src="{{iconImageFinsh}}" mode="widthFix" />
</view>
</block>
<!-- 当前目标进度 未完成 -->
<block wx:for="{{goal - currentProgress}}" wx:key="{{index}}">
<view class="text-item" style="width: {{100 / 8}}%;">
<image class="item-img undone" style="" src="{{iconImage}}" mode="widthFix" />
<image class="item-img" style="" src="{{iconImage}}" mode="widthFix" />
</view>
</block>
</view>
......
......@@ -18,12 +18,6 @@
width: 100%;
border-radius: 50%;
}
.computed {
border: 1rpx dashed #FFF;
}
.undone {
border: 1rpx dashed #ccc;
}
.clearfix::after {
content: '';
display: block;
......
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