Commit 48cb4e93 by 高淑倩

icon

parent ed6b69c8
......@@ -89,7 +89,7 @@
<view class="vip-info" wx:if="{{!isVip}}">
<view class="vip-left">
<view class="left-top">
<image class="top-image" src="/assets/imgs/7_1_0/plus-icon.png" />
<image class="top-image" src="/assets/imgs/7_1_0/plus-icon-3x.png" />
<text>现在勾选成为vip,立领200元礼包</text>
</view>
<view class="left-bottom">
......
......@@ -248,6 +248,7 @@
font-size: 23rpx;
text-align: left;
margin-bottom: 8rpx;
vertical-align: middle;
}
.left-bottom {
width: 193rpx;
......@@ -257,9 +258,10 @@
text-align: left;
}
.left-top .top-image {
width: 23rpx;
height: 11rpx;
width: 35rpx;
height: 20rpx;
margin-right: 8rpx;
vertical-align: middle;
}
.left-bottom .bottom-image {
width: 17rpx;
......
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