Explorar o código

公众号迁移

caotao %!s(int64=5) %!d(string=hai) anos
pai
achega
3f70037999
Modificáronse 2 ficheiros con 9 adicións e 4 borrados
  1. 6 1
      whepi-ui/templates/home/frag.head.ftl
  2. 3 3
      whepi-ui/templates/user/home.ftl

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

@@ -20,7 +20,12 @@
             font-weight: 300;
             margin: 0 15%;
         }
-
+        .cx-reset-userhome::before {
+            display: none;
+        }
+        .cx-reset-userhome::after {
+            display: none;
+        }
 
         .cx-reset-role {
             height: 100%;

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

@@ -52,16 +52,16 @@
 <#--                                </div>-->
 <#--                            </div>-->
 
-                            <div class="weui-cells">
+                            <div class="weui-cells cx-reset-userhome" style="width: 90%;margin: 0 auto;border:1px solid #e5e5e5;border-radius: 5px;">
                                 <div class="weui-cell">
                                     <div class="weui-cell__bd">
-                                        <input class="weui-input" type="text" id="phone" placeholder="请填写您在家园互助平台上注册的手机号码!"/>
+                                        <input class="weui-input" type="text" id="phone" placeholder="请填写您在家园互助平台上注册的手机号码!"/>
                                     </div>
                                 </div>
                             </div>
                         </div>
                         <br/>
-                        <div class="weui-form__opr-area">
+                        <div class="weui-form__opr-area" style="width: 90%;margin: 0 auto;">
                             <a class="weui-btn weui-btn_primary" href="javascript:;" onclick="goOn();" id="goOn">手机号绑定</a>
                         </div>
                     </div>