|
|
@@ -4,7 +4,7 @@
|
|
|
<!-- 背景图片 -->
|
|
|
<view class="bgViewClass"></view>
|
|
|
<view class="top-inner">
|
|
|
- <u-navbar bgColor="#FF233C" :titleStyle="{color:'#FFFFFF'}" leftIconColor="#FFFFFF" title="售后详情" :autoBack="true"> </u-navbar>
|
|
|
+ <u-navbar bgColor="transparent" :titleStyle="{color:'#FFFFFF'}" leftIconColor="#FFFFFF" title="售后详情" :autoBack="true"> </u-navbar>
|
|
|
|
|
|
<!-- 顶部固定后站位元素 -->
|
|
|
<view style="padding-bottom: 88upx;">
|
|
|
@@ -283,7 +283,7 @@
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 1;
|
|
|
- background: #FF233C;
|
|
|
+ background: linear-gradient(to bottom, #FF233C, #FFF5F5);;
|
|
|
border-radius: 0 0 40rpx 40rpx;
|
|
|
}
|
|
|
.top-inner{
|