[新增]新增自定义tabbar组件
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<view class="recommend-label" wx:for="{{pushList}}" wx:key="pushList" bindtap="push"
|
||||
data-id="{{item.goods_id}}">
|
||||
<view class="recommend-img">
|
||||
<image src="{{item.cover}}" mode="aspectFill"></image>
|
||||
<image class="recommend-img-src" src="{{item.cover}}" mode="aspectFill"></image>
|
||||
</view>
|
||||
<view class="recommend-cont">
|
||||
<view class="nowrap recommend-name">
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
padding-top: 100%;
|
||||
}
|
||||
|
||||
.recommend-img image {
|
||||
.recommend-img-src {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -65,7 +65,6 @@
|
||||
.recommend-cost {
|
||||
font-size: 24rpx;
|
||||
color: #999;
|
||||
/* text-decoration:line-through; */
|
||||
margin: 2rpx 0 0 20rpx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user