Browse Source

代码提及

hy 7 years ago
parent
commit
41896a746a

+ 2 - 3
frontend/saas-portal-web/src/pages/invitation_mobile_join/invitation_mobile_join.html

@@ -195,15 +195,14 @@
                     <span id="sendmsg" style="padding:10px 0 0 2px;margin:10px 0 0 0;color: #fff;"></span>
                     </br>
                 </div>
-                <input id="myMobile" style="margin-bottom: 0px !important;margin: 60px auto;" class="input_style" type="text" onBlur="checkMobile()" placeholder="请输入手机号码"></input>
+                <input id="myMobile" style="margin-bottom: 0px !important;margin: 50px auto;" class="input_style" type="text" onBlur="checkMobile()" placeholder="请输入手机号码"></input>
                 <input class="input_style" id="selectCode" type="text" placeholder="请输入验证码"></input>
                 <button style="position: absolute;" class="btn-check" type="button" id="checkBtn" onclick="getCode()">获取验证码</button>
                 <input class="input_style" id="selectName" type="text" placeholder="请输入姓名"></input>
                 <select class="input_style" id="selectJob" placeholder="请选择岗位(必填)"></select>
                 <button class="btn-submit" style="border-radius: 30px;width: 80%;      margin-top: 40px;   font-size: 18px; height: 47px;" type="button" id="joinBtn" onclick="join();">提 交</button>
             </div>
-            <div class="x-join-bottom" style="    height: 95px;">
-                </br>
+            <div class="x-join-bottom" style="    height: 55px;">
                 <span style="font-size:16px;padding:0 0 0 5px;color: #999;">U企云服 | 电子行业企业管理云端方案</span>
                 </br>
                 <span style="font-size:16px;padding:0 0 0 5px;color: #999;">深圳市优软科技有限公司</span>

+ 1 - 1
frontend/saas-portal-web/static/css/invitation_mobile_join.css

@@ -44,7 +44,7 @@ body {
     text-align: center;
 }
 .x-join-center .subtitle {
-    margin-top: 50px;
+    margin-top: 30px;
     margin-left: -15px;
 	display: block;
     height: 50px;

+ 1 - 1
frontend/saas-portal-web/static/css/toast.style.css

@@ -87,7 +87,7 @@ i {
     position: absolute;
     margin-left: 5px;
     top: 0%;
-    margin-top: 205px;
+    margin-top: 180px;
     left: 50%;
     -ms-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);