页面调整
This commit is contained in:
@@ -42,10 +42,10 @@
|
||||
<view class="goods-type">退货方式<span>快递退回</span></view>
|
||||
<block v-if="info.can.user_deliver">
|
||||
<view class="goods-type-1">物流公司
|
||||
<u-input v-model="company" placeholder='请输入退货物流公司' />
|
||||
<u-input class="goods-type-input" v-model="company" placeholder='请输入退货物流公司' />
|
||||
</view>
|
||||
<view class="goods-type-1">物流单号
|
||||
<u-input v-model="number" placeholder='请输入物流单号' />
|
||||
<u-input class="goods-type-input" v-model="number" placeholder='请输入物流单号' />
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
@@ -206,8 +206,8 @@
|
||||
.order-status {
|
||||
width: 100%;
|
||||
height: 300rpx;
|
||||
background-image: linear-gradient(to bottom, $mian-color, $mian-color-light);
|
||||
color: #Fff;
|
||||
background-image: linear-gradient(to right, #7c52fc, #976dff);
|
||||
color: #fff;
|
||||
font-size: 36rpx;
|
||||
padding: 30rpx 50rpx;
|
||||
display: flex;
|
||||
@@ -286,8 +286,7 @@
|
||||
box-sizing: border-box;
|
||||
padding: 30rpx 0;
|
||||
border-bottom: solid 1rpx #f7f7f7;
|
||||
|
||||
u-input {
|
||||
.goods-type-input {
|
||||
flex: 1;
|
||||
margin-left: 50rpx;
|
||||
}
|
||||
|
||||
@@ -250,6 +250,7 @@
|
||||
.list-right {
|
||||
width: 100%;
|
||||
margin-top: 30rpx;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -312,6 +313,7 @@
|
||||
background-color: #f7f7f7;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
border:solid 1rpx $border-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user