|
@@ -7,7 +7,6 @@
|
|
|
<view class="piece_state_ts"> 新件返还申请已成功提交 </view>
|
|
|
<view class="piece_state_text"> 请耐心等待网点对您的申请审核审 </view>
|
|
|
<view class="piece_state_text"> 核通过后,您可以归还新件了! </view>
|
|
|
- <!-- <view class="confirm-btn-a">查看详情</view> -->
|
|
|
</view>
|
|
|
</zj-page-fill>
|
|
|
<view class="backbtnclick">
|
|
@@ -112,6 +111,11 @@ export default {
|
|
|
margin: auto;
|
|
|
width: 60%;
|
|
|
background: linear-gradient(135deg, #7fdaff 0%, #6da7ff 100%) !important;
|
|
|
+ height: 60rpx;
|
|
|
+ line-height: 60rpx;
|
|
|
+ border-radius: 30rpx;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
}
|