Browse Source

样式调整

hy 7 years ago
parent
commit
5d867eb7a2

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

@@ -206,10 +206,10 @@
                 <!-- <button style="position: absolute;" class="expand_icon" type="button" ></button> -->
                 <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=" display:table-cell;font-size:12px;font-height:14px;vertical-align:middle;text-align:center;   height: 50px;">
+            <!-- <div class="x-join-bottom" style=" display:table-cell;font-size:12px;font-height:14px;vertical-align:middle;text-align:center;   height: 50px;">
                 <span class="x-bottom-text">U企云服 | 电子行业企业管理云端方案</span>
                 <span class="x-bottom-text" style="    margin-top: 2px;">深圳市优软科技有限公司</span>
-            </div>
+            </div> -->
             <div class="x-join-error" hidden>
                 </br></br></br></br>
                 <span id="error_code" style="padding:0 0 0 5px;color: #2f2c27;">访问链接已失效</span>

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

@@ -14,11 +14,12 @@ select{
 body {
     background-repeat: no-repeat;
     background-position: center;
+    background-position-y: -60px;
     background-attachment: fixed;
     z-index: -1;
     width: 100%;
     background-size: cover;
-    background-image: url(../img/invitation_background.png);
+    background-image: url(../img/invitation_join_background.png);
 	font-family: Microsoft YaHei, 微软雅黑, simhei;
 	font-size: 18px;
 	color:#333;	

BIN
frontend/saas-portal-web/static/img/invitation_join_background.png