细节优化
parent
53c4a09446
commit
9978a0dcf4
|
|
@ -205,7 +205,7 @@ button:before {
|
|||
color: #fff !important;
|
||||
border: none !important;
|
||||
background-color: #f6c133 !important;
|
||||
border-radius: 2px;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
button[disabled]..button-main {
|
||||
background-color: #fdd178 !important;
|
||||
|
|
|
|||
|
|
@ -75,7 +75,6 @@
|
|||
}
|
||||
.no-data-box image {
|
||||
width: 160rpx;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.no-data-box .no-data-tips {
|
||||
font-size: 28rpx;
|
||||
|
|
@ -89,7 +88,6 @@
|
|||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
font-size: 28rpx;
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -89,10 +89,10 @@
|
|||
|
||||
<!-- 空购物车 -->
|
||||
<view v-if="data_list.length == 0 && data_list_loding_status == 0" class="no-data-box tc">
|
||||
<image :src="common_static_url+'cart-empty.png'" mode="widthFix"></image>
|
||||
<image :src="common_static_url+'cart-empty.png'" mode="widthFix" class="margin-bottom-lg"></image>
|
||||
<view class="no-data-tips">{{data_list_loding_msg || '购物车空空如也'}}</view>
|
||||
<navigator url="/pages/index/index" open-type="switchTab" hover-class="none">
|
||||
<button type="default" class="button-main" hover-class="none">去逛逛</button>
|
||||
<button type="default" class="button-main margin-top-xxl" hover-class="none">去逛逛</button>
|
||||
</navigator>
|
||||
</view>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue