Commit 84db35b5 authored by zhijie.xue's avatar zhijie.xue

搜索结果展示预计返克币数

parent 44bbf8d9
......@@ -18,6 +18,7 @@
<view class="cont-title">
{{item.title}}
</view>
<view><text class="cont-coins">预计返{{item.expectCoins}}克币</text></view>
<view class="cont-price"><text class="dollar">¥</text>{{item.price}}</view>
<view class="cont-count">{{item.shopName || '京东自营店'}}</view>
</view>
......@@ -162,6 +163,13 @@
padding-right:30rpx;
position: relative;
}
.cont-coins {
background-color: @maincolor;
font-size: @font-normal;
color: @whitecolor;
border-radius: 2.5px;
padding: 8rpx 10rpx;
}
.cont-title {
font-size: @font-middle;
text-overflow: ellipsis;
......
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