Browse Source

返回按钮增大 -刘绍文 2020.6.18

feature/v2.0
liushaowen 5 years ago
parent
commit
32ce33627a
  1. 4
      epdc-resident-mp-yushan/subpages/safety/pages/addQuestion/addQuestion.wxml
  2. 4
      epdc-resident-mp-yushan/subpages/safety/pages/consultIndex/consultIndex.wxml
  3. 4
      epdc-resident-mp-yushan/subpages/safety/pages/consultantDetail/consultantDetail.wxml
  4. 4
      epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxml
  5. 4
      epdc-resident-mp-yushan/subpages/safety/pages/index/index.wxml
  6. 4
      epdc-resident-mp-yushan/subpages/safety/pages/myQuestion/myQuestion.wxml

4
epdc-resident-mp-yushan/subpages/safety/pages/addQuestion/addQuestion.wxml

@ -1,6 +1,8 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../../../images/home/home-status.png" />
<image class="header-back" bindtap="naviBack" style="margin-top:{{statusHeight+navigationHeight/3}}px" src="../../images/back.png"></image>
<view style="height: 80rpx;position: fixed;margin-top: 50rpx;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{statusHeight/1.5}}px" src="../../images/back.png"></image>
</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
咨询
</view>

4
epdc-resident-mp-yushan/subpages/safety/pages/consultIndex/consultIndex.wxml

@ -1,6 +1,8 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../../../images/home/home-status.png" />
<image class="header-back" bindtap="naviBack" style="margin-top:{{statusHeight+navigationHeight/3}}px" src="../../images/back.png"></image>
<view style="height: 80rpx;position: fixed;margin-top: 50rpx;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{statusHeight/1.5}}px" src="../../images/back.png"></image>
</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
心理咨询
</view>

4
epdc-resident-mp-yushan/subpages/safety/pages/consultantDetail/consultantDetail.wxml

@ -1,6 +1,8 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../../../images/home/home-status.png" />
<image class="header-back" bindtap="naviBack" style="margin-top:{{statusHeight+navigationHeight/3}}px" src="../../images/back.png"></image>
<view style="height: 80rpx;position: fixed;margin-top: 50rpx;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{statusHeight/1.5}}px" src="../../images/back.png"></image>
</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
详情
</view>

4
epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxml

@ -1,6 +1,8 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../../../images/home/home-status.png" />
<image class="header-back" bindtap="naviBack" style="margin-top:{{statusHeight+navigationHeight/3}}px" src="../../images/back.png"></image>
<view style="height: 80rpx;position: fixed;margin-top: 50rpx;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{statusHeight/1.5}}px" src="../../images/back.png"></image>
</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
列表
</view>

4
epdc-resident-mp-yushan/subpages/safety/pages/index/index.wxml

@ -1,6 +1,8 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../../../images/home/home-status.png" />
<image class="header-back" bindtap="naviBack" style="margin-top:{{statusHeight+navigationHeight/3}}px" src="../../images/back.png"></image>
<view style="height: 80rpx;position: fixed;margin-top: 50rpx;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{statusHeight/1.5}}px" src="../../images/back.png"></image>
</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
平安榆山
</view>

4
epdc-resident-mp-yushan/subpages/safety/pages/myQuestion/myQuestion.wxml

@ -1,6 +1,8 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../../../images/home/home-status.png" />
<image class="header-back" bindtap="naviBack" style="margin-top:{{statusHeight+navigationHeight/3}}px" src="../../images/back.png"></image>
<view style="height: 80rpx;position: fixed;margin-top: 50rpx;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{statusHeight/1.5}}px" src="../../images/back.png"></image>
</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
我的问题
</view>

Loading…
Cancel
Save