liting2017 hace 6 años
padre
commit
5f7ef0a2a3

+ 8 - 2
src/css/facilitator/facilitator.css

@@ -167,7 +167,7 @@ margin: 0 auto;line-height: 74px;display: none;}
     width: 130px;
     overflow: hidden;
     float: left;
-    font-size: 40px;
+    font-size: 36px;
 }
 .listJ li>div p span{
     font-size: 12px;
@@ -240,7 +240,13 @@ margin: 0 auto;line-height: 74px;display: none;}
     -o-text-overflow:ellipsis;
 }
 
-
+@media screen and(max-width:1200px){
+        #facili{ 
+             width: 1200px!important;
+             margin: 0 auto;
+         }
+     
+}
 
 
 

+ 0 - 1
src/css/register.css

@@ -83,7 +83,6 @@ position: absolute;top:0;left:0;}
 padding: 20px 50px;overflow-y: auto;box-shadow: 0 4px 10px 0 #777;}
 .title_{line-height: 50px;}
 .longin_foot{line-height: 50px;}
-#userpassword{width: 190px;}
 .regist .zhuce_input:first-child input{
     width: 180px;
 }

+ 1 - 1
src/js/facilitator/facilitator.js

@@ -100,7 +100,7 @@ $(function(){
                          <div>
                              <p>${item.money} <span>枚</span></p>
                              <div class="listTxt">
-                                ${!item.isGet?'<a href="javascript:;">立即领</a>':'<span class="get">已领取</span>'} 
+                                ${!item.isGet?'<a href="javascript:;">立即领</a>':'<span class="get">已领取</span>'} 
                                  <input type='hidden' value="${item.id}">
                              </div>
                          </div>