gcz 2 سال پیش
والد
کامیت
7e72190c8d
3فایلهای تغییر یافته به همراه9 افزوده شده و 2 حذف شده
  1. 1 0
      center/center.vue
  2. 5 0
      components/tabbar.vue
  3. 3 2
      pages/login/login.vue

+ 1 - 0
center/center.vue

@@ -109,6 +109,7 @@ page{
 	color: #fff;
 	height: 280rpx;
 	background: url(../static/img/center-bg.png) no-repeat;
+	background-size: 100% 100%;
 	position: relative;
 	padding: 50rpx 30rpx;
 	box-sizing: border-box;

+ 5 - 0
components/tabbar.vue

@@ -124,4 +124,9 @@ export default {
 		transform: scale(1.5) translateY(-0.5em);
 	}
 }
+@media (min-aspect-ratio: 13/20) {
+  .tabbar {
+    display: none;
+  }
+}
 </style>

+ 3 - 2
pages/login/login.vue

@@ -170,8 +170,9 @@
 	}
 }
 .tip{
-	position: fixed;
-	bottom: 108rpx;
+	margin-top: 100rpx;
+	// position: fixed;
+	// bottom: 108rpx;
 	width: calc( 100vw - 90rpx );
 	box-sizing: border-box;
 	text-align: center;