调整购物商品兑换,节点中心调整,权证转让管理增加筛选,调整交易市场

This commit is contained in:
唐明明
2021-11-11 16:40:19 +08:00
parent d3ca6422a0
commit 8dec48f748
9 changed files with 1144 additions and 997 deletions

View File

@@ -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;