소스 검색

Merge remote-tracking branch 'origin/master'

peiguo 5 년 전
부모
커밋
c3dc9d172c
4개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 0
      whepi-ui/templates/home/adminHelp.ftl
  2. 1 1
      whepi-ui/templates/home/frag.head.ftl
  3. 3 3
      whepi-ui/templates/home/homeHelp.ftl
  4. 1 0
      whepi-ui/templates/home/outHelp.ftl

+ 1 - 0
whepi-ui/templates/home/adminHelp.ftl

@@ -4,6 +4,7 @@
 <div class="page__bd" style="height: 300px">
     <div class="container">
         <img src="/static/adminHelp_1.jpg" style="width: 100%"/>
+    </div>
 </div>
 
 

+ 1 - 1
whepi-ui/templates/home/frag.head.ftl

@@ -170,4 +170,4 @@
 </head>
 <span hidden="hidden" id="id"></span>
 
-<body style="height: 100%;overflow:hidden;" ontouchstart>
+<body style="height: 100%;" ontouchstart>

+ 3 - 3
whepi-ui/templates/home/homeHelp.ftl

@@ -1,12 +1,12 @@
 <#assign title="家庭手册"/>
 <#include "/home/frag.head.ftl" />
 
-<div class="page__bd" style="height: 300px">
-    <div class="container">
+<div class="container" style="width: 100%">
+    <div class="weui-panel weui-panel_access">
         <img src="/static/homeHelp_1.jpg" style="width: 100%"/>
+    </div>
 </div>
 
-
 <#include "/home/frag.foot.ftl" />
 
 <script>

+ 1 - 0
whepi-ui/templates/home/outHelp.ftl

@@ -4,6 +4,7 @@
 <div class="page__bd" style="height: 300px">
     <div class="container">
         <img src="/static/outHelp.jpg" style="width: 100%"/>
+    </div>
 </div>