调整购物商品兑换,节点中心调整,权证转让管理增加筛选,调整交易市场
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<!-- 订单状态 -->
|
||||
<view class="order-status">
|
||||
<view class="info">
|
||||
待提货
|
||||
<span>确认提货后快递会坐着火箭朝您飞来</span>
|
||||
提货
|
||||
<span>申请提货后商家将为您迅速处理</span>
|
||||
</view>
|
||||
<image src="/static/imgs/fire.png" mode="widthFix" />
|
||||
</view>
|
||||
@@ -306,7 +306,7 @@
|
||||
.order-status {
|
||||
width: 100%;
|
||||
height: 300rpx;
|
||||
background-image: linear-gradient(to bottom, $mian-color, $mian-color-light);
|
||||
background-image: linear-gradient(to right, #7c52fc, #976dff);
|
||||
color: #Fff;
|
||||
font-size: 36rpx;
|
||||
padding: 30rpx 50rpx;
|
||||
|
||||
Reference in New Issue
Block a user