wzx 9 meses atrás
pai
commit
825a3c77a1
3 arquivos alterados com 7 adições e 5 exclusões
  1. 2 2
      shop/manifest.json
  2. 5 3
      shop/pages/login/login.vue
  3. BIN
      shop/static/ctbp.png

+ 2 - 2
shop/manifest.json

@@ -2,8 +2,8 @@
     "name" : "shop",
     "appid" : "__UNI__5D9E804",
     "description" : "彩图奔跑 - 商家小程序",
-    "versionName" : "1.0.1",
-    "versionCode" : 101,
+    "versionName" : "1.0.2",
+    "versionCode" : 102,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {

+ 5 - 3
shop/pages/login/login.vue

@@ -12,7 +12,7 @@
 			</view>
 			<view class="bottomLogo"></view>
 		</view>
-		<text class="bottomText">彩图奔跑定向APP</text>
+		<text class="bottomText">&copy; 彩图奔跑  All Rights Reserved.</text>
 	</view>
 </template>
 
@@ -87,8 +87,8 @@
 		width: 100vw;
 		height: 100vh;
 		background: url("/static/bg_login.png") no-repeat;
-		background-size: contain;
-		/* background-size: 100% 100%; */
+		/* background-size: contain; */
+		background-size: 100% auto;
 		justify-content: space-between;
 	}
 
@@ -107,6 +107,7 @@
 	}
 
 	.title {
+		margin: 10px 0px;
 		font-weight: 500;
 		color: #ffffff;
 		font-size: 30px;
@@ -150,6 +151,7 @@
 	}
 
 	.bottomLogo {
+		margin-top: 20px;
 		width: 232px;
 		height: 36px;
 		background: url("/static/ctbp.png") no-repeat;

BIN
shop/static/ctbp.png