Commit 80c20cb5 by 高淑倩

modify: pointList

parent 9c1bf375
{
"navigationBarTitleText": "集点列表",
"usingComponents": {}
"usingComponents": {
"status-img": "/component/statusPoint/statusPoint"
}
}
\ No newline at end of file
......@@ -2,10 +2,7 @@
<view class="point-list border_box">
<block wx:for="{{4}}" wx:for-item="item">
<view class="point border_box">
<view class="status">
<image class='status-tips' src='/assets/imgs/point/status.png' mode="widthFix"/>
<!-- <image wx:if="{{item}}" class='status-img' src='{{}}' mode="widthFix"/>-->
</view>
<status-img></status-img>
<view class="progress weui-flex df-j--bt">
<view class="rate">进度: <text class="rate-num">1</text>/5</view>
<view class="time-out">距离结束时间: <text class="time">11</text></view>
......
......@@ -9,16 +9,6 @@ page {
.point {
padding: 30rpx 30rpx 0 30rpx;
}
.status {
height: 320rpx;
border-radius: 7rpx;
background-color: rgba(216, 216, 216, 1);
}
.status-tips {
width: 143rpx;
height: 58rpx;
padding-top: 12px;
}
.status-img {
height: 320rpx;
}
......
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