浏览代码

Merge remote-tracking branch 'origin/master'

peiguo 5 年之前
父节点
当前提交
c3dc9d172c

+ 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>