Commit 81f3e277 by 高淑倩

add: 列表图片

parent dd12a3b0
<!--component/statusPoint/statusPoint.wxml-->
<view class="status" style="height: {{imgHeight}}rpx">
<image class='status-tips' src='/assets/imgs/point/status.png' mode="widthFix"/>
<!--<image wx:if="{{item}}" class='status-img' src='{{}}' mode="widthFix"/>-->
<image wx:if="{{img}}" class='status-img' src='{{img}}'/>
</view>
......@@ -4,9 +4,15 @@
height: 320rpx;
border-radius: 7rpx;
background-color: rgba(216, 216, 216, 1);
position: relative;
}
.status-tips {
width: 143rpx;
height: 58rpx;
padding-top: 12px;
position: absolute;
}
.status-img {
height: 100%;
width: 100%;
}
\ 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