Commit 8b1309b2 authored by 刘用法's avatar 刘用法

页面微调

parent 9a76004e
...@@ -290,7 +290,9 @@ ...@@ -290,7 +290,9 @@
"style" : "style" :
{ {
"navigationBarTitleText": "订单详情", "navigationBarTitleText": "订单详情",
"navigationStyle": "custom" "navigationStyle": "custom",
"navigationStyle": "custom", // 隐藏系统导航栏
"disableScroll": true
} }
}, },
......
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
<u-navbar back-icon-color="#333333" background="#F4F5F7" title="我的钱包" titleColor="#333333" <u-navbar back-icon-color="#333333" background="#F4F5F7" title="我的钱包" titleColor="#333333"
:border-bottom="false"></u-navbar> :border-bottom="false"></u-navbar>
<view class="wallet-content-view"> <view class="wallet-content-view">
<view class="header-view">
<image class="header-image" mode="widthFix" :src="qianbaobeijing"></image> <image class="header-image" mode="widthFix" :src="qianbaobeijing"></image>
</view>
<view class="survey-view"> <view class="survey-view">
<view class="survey-top-view"> <view class="survey-top-view">
<view class="survey-top-left"> <view class="survey-top-left">
...@@ -180,13 +182,17 @@ ...@@ -180,13 +182,17 @@
position: relative; position: relative;
overflow: auto; overflow: auto;
background-color: #F4F5F7; background-color: #F4F5F7;
.header-image { .header-view {
position: absolute; position: absolute;
width: 100%; width: 100%;
margin-left: 4rpx; padding-top: 10rpx;
margin-top: 10rpx; padding-left: 6rpx;
.header-image {
width: 100%;
}
} }
.survey-view { .survey-view {
position: relative; position: relative;
height: 400rpx; height: 400rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment