chenrui  il y a 1 an
Parent
commit
687804a209
2 fichiers modifiés avec 27 ajouts et 3 suppressions
  1. 11 3
      pages/login/index.vue
  2. 16 0
      pages/mypage/index.vue

+ 11 - 3
pages/login/index.vue

@@ -4,13 +4,14 @@
 		<form @submit="formSubmit">
 		<view class="avatorWrapper">
 		</view>
+    <view class="name">系统名称</view>
 		<view class="form">
 			<view class="inputWrapper">
-				<input  class="input"  name="yonghuming"  type="text" value=""  placeholder-style="font-size:.8125rem;color:rgb(223, 223, 223);" placeholder="请输入登录账号" @blur="spggBlur"/>
+				<input  class="input"  name="yonghuming"  type="text" value=""  placeholder-style="font-size:.8125rem;color:rgb(223, 223, 223);display:flex;justify-content: start;" placeholder="请输入登录账号" @blur="spggBlur"/>
 				
 			</view>
 			<view class="inputWrapper">
-				<input  class="input"  name="mima"  type="password" value="" placeholder-style="font-size:.8125rem;color:rgb(223, 223, 223);" placeholder="请输入密码" @blur="spggBlur1"/>
+				<input  class="input"  name="mima"  type="password" value="" placeholder-style="font-size:.8125rem;color:rgb(223, 223, 223);display:flex;justify-content: start;" placeholder="请输入密码" @blur="spggBlur1"/>
 			</view>
 			
 			
@@ -90,7 +91,7 @@
 		background: #377EB4;
 		width: 100vw;
 		height: 100vh;
-		background: url('../../static/bei.png') no-repeat;
+		background: url('../../static/bg.png') no-repeat;
 		background-size: 100% 100%;
 	}
 	.avatorWrapper{
@@ -108,6 +109,13 @@
 	.avator .img{
 		width: 100%
 	}
+	.name{
+		padding: 0 100upx;
+		color: rgb(255, 255, 255);
+		font-family: Noto Sans SC;
+		font-size: 34px;
+		font-weight: 700;
+	}
 	.form{
 		padding: 0 100upx;
 		margin-top: 80px;

+ 16 - 0
pages/mypage/index.vue

@@ -136,6 +136,22 @@
 		components: {
 			Nav
 		},
+		watch: {
+      allshow () {
+				if (this.allshow) {
+					uni.hideTabBar({})
+				} else{
+					uni.showTabBar()
+				}
+			},
+			all () {
+				if (this.all) {
+					uni.hideTabBar({})
+				} else{
+					uni.showTabBar()
+				}
+			}
+		},
 		methods: {
 			recup () {
 				uni.redirectTo({