1004749546@qq.com 4 سال پیش
والد
کامیت
d5371bfb3f
2فایلهای تغییر یافته به همراه8 افزوده شده و 3 حذف شده
  1. 8 3
      pages/login/login.vue
  2. BIN
      static/login_slogan.png

+ 8 - 3
pages/login/login.vue

@@ -2,9 +2,9 @@
 	<view class="content">
 		<!-- <view> -->
 			<view>
-				<view>
+				<view class="logo-cont">
 					<u-image src="/static/login_icon.png" width="160" height="160" class="logo"></u-image>
-					<u-image src="/static/login_slogan.png" width="360" height="36" class="logo_text"></u-image>
+					<u-image src="/static/login_slogan.png" width="360" height="40" class="logo_text"></u-image>
 				</view>
 				<view class="login-btns">
 					<u-button shape="circle" :custom-style="wxButton" class="login-btn" type="success" :hair-line="false" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
@@ -160,13 +160,18 @@
 		height: 100vh;
 		padding:0 40upx;
 		margin: 0 auto;
+		.logo-cont{
+			display: flex;
+			flex-direction: column;
+			align-items: center;
+		}
 		.logo{
 			display: inline-block;
 			margin:250upx 256upx 24upx;
 		}
 		.logo_text{
 			display: inline-block;
-			margin:0upx 154upx 200upx;
+			margin-bottom: 200upx;
 		}
 		.login-btn{
 			display: block;

BIN
static/login_slogan.png