Browse Source

返回按钮位置优化

feature/style
liushaowen 5 years ago
parent
commit
a75d50f4fe
  1. 4
      epdc-resident-mp-yushan/subpages/education/pages/class/class.wxml
  2. 6
      epdc-resident-mp-yushan/subpages/education/pages/classDetail/classDetail.wxml
  3. 4
      epdc-resident-mp-yushan/subpages/education/pages/healthyLife/healthyLife.wxml
  4. 4
      epdc-resident-mp-yushan/subpages/education/pages/hobby/hobby.wxml
  5. 4
      epdc-resident-mp-yushan/subpages/education/pages/index/index.wxml
  6. 1
      epdc-resident-mp-yushan/subpages/safety/components/announcementList/announcementList.wxss
  7. 1
      epdc-resident-mp-yushan/subpages/safety/components/precautionList/precautionList.wxss
  8. 4
      epdc-resident-mp-yushan/subpages/safety/pages/addQuestion/addQuestion.wxml
  9. 4
      epdc-resident-mp-yushan/subpages/safety/pages/consultIndex/consultIndex.wxml
  10. 4
      epdc-resident-mp-yushan/subpages/safety/pages/consultantDetail/consultantDetail.wxml
  11. 4
      epdc-resident-mp-yushan/subpages/safety/pages/consultantList/consultantList.wxml
  12. 4
      epdc-resident-mp-yushan/subpages/safety/pages/index/index.wxml
  13. 4
      epdc-resident-mp-yushan/subpages/safety/pages/myQuestion/myQuestion.wxml

4
epdc-resident-mp-yushan/subpages/education/pages/class/class.wxml

@ -1,7 +1,7 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../../../images/home/home-status.png" />
<view style="height: 80rpx;position: fixed;margin-top: 60rpx;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{statusHeight/2}}px" src="../../images/back.png"></image>
<view style="height: 80rpx;position: fixed;margin-top: {{statusHeight}}px;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{navigationHeight/3}}px" src="../../images/back.png"></image>
</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
社区讲坛

6
epdc-resident-mp-yushan/subpages/education/pages/classDetail/classDetail.wxml

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

4
epdc-resident-mp-yushan/subpages/education/pages/healthyLife/healthyLife.wxml

@ -1,7 +1,7 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../../../images/home/home-status.png" />
<view style="height: 80rpx;position: fixed;margin-top: 60rpx;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{statusHeight/2}}px" src="../../images/back.png"></image>
<view style="height: 80rpx;position: fixed;margin-top: {{statusHeight}}px;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{navigationHeight/3}}px" src="../../images/back.png"></image>
</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
{{page==='jksh'?'健康生活':'综合服务'}}

4
epdc-resident-mp-yushan/subpages/education/pages/hobby/hobby.wxml

@ -1,7 +1,7 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../../../images/home/home-status.png" />
<view style="height: 80rpx;position: fixed;margin-top: 60rpx;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{statusHeight/2}}px" src="../../images/back.png"></image>
<view style="height: 80rpx;position: fixed;margin-top: {{statusHeight}}px;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{navigationHeight/3}}px" src="../../images/back.png"></image>
</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
兴趣爱好

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

@ -1,7 +1,7 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../../../images/home/home-status.png" />
<view style="height: 80rpx;position: fixed;margin-top: 60rpx;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{statusHeight/2}}px" src="../../images/back.png"></image>
<view style="height: 80rpx;position: fixed;margin-top: {{statusHeight}}px;width: 70rpx;z-index: 101;" bindtap="naviBack">
<image class="header-back" style="margin-top:{{navigationHeight/3}}px" src="../../images/back.png"></image>
</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
社区教育

1
epdc-resident-mp-yushan/subpages/safety/components/announcementList/announcementList.wxss

@ -3,7 +3,6 @@
background: #fff;
box-sizing: border-box;
padding: 0 35rpx;
margin-top: 20rpx;
}
.news-list .list-item {
width: 100%;

1
epdc-resident-mp-yushan/subpages/safety/components/precautionList/precautionList.wxss

@ -3,7 +3,6 @@
background: #fff;
box-sizing: border-box;
padding: 0 35rpx;
margin-top: 20rpx;
}
.news-list .list-item {
width: 100%;

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save