cuiyalong 1 жил өмнө
parent
commit
17e8d672af

+ 2 - 2
src/jfw/modules/app/src/web/staticres/jyapp/me/css/login.css

@@ -1,6 +1,6 @@
 @charset "UTF-8";
  .login {
-     margin-top: 0.4rem;
+     margin: 0.4rem 0;
      padding: 0rem 0.5rem;
     /*微信登陆*/
 }
@@ -35,7 +35,7 @@
      margin-top: 0.36rem;
 }
  .login .forget a {
-     color: #0987ff;
+     color: #2abde1;
      font-size: 0.28rem;
      float: left;
 }

+ 2 - 1
src/jfw/modules/app/src/web/staticres/jyapp/me/css/mine.css

@@ -220,7 +220,8 @@
      height: .48rem;
      margin-right: .22rem;
 }
- .notice {
+ .mine .j-body {
+     padding-bottom: 1.6rem;
 }
  .no_pay {
      background-position: -.2rem -.88rem;

+ 2 - 11
src/jfw/modules/app/src/web/templates/me/login.html

@@ -13,8 +13,8 @@
 </head>
 <style type="text/css">
 	.rules{
-		position: fixed;
-		bottom: 2%;
+		margin-top: .6rem;
+		text-align: center;
 	}
 	.rules a{
 		color: #2abed1;
@@ -461,15 +461,6 @@
 				1000)
 			}
 		}
-
-		var oHeight = $(document).height(); //浏览器当前的高度
-		$(window).resize(function(){
-			if($(document).height() < oHeight){
-				$(".rules").css("position","static");
-			} else {
-				$(".rules").css("position","absolute");
-			}
-		});
     function touristBind(r){
       $("#header,.header-tab,.login").hide();
       $(".touristBind").css("display","flex");