guo 3 роки тому
батько
коміт
93d7a440b0
1 змінених файлів з 7 додано та 5 видалено
  1. 7 5
      pages/homePage/homePage.vue

+ 7 - 5
pages/homePage/homePage.vue

@@ -9,7 +9,7 @@
 					<image src="../../static/img/xiala.png" mode="widthFix" class="xiala"></image>
 				</view>
 				<view class="topTitle">车蓝图</view>
-				<view></view>
+				<view style="width: 30%;"></view>
 			</view>
 
 			<view :style="{height: (iStatusBarHeight+50) + 'px'}"></view>
@@ -515,13 +515,15 @@
 
 	.topCity {
 		display: flex;
-		padding-left: 24rpx;
-		align-items: center;
+		
+		align-items: center;
+		width: 30%;
 	}
 
 	.location {
 		color: #FFFFFF;
-		font-size: 26rpx;
+		font-size: 26rpx;
+		padding-left: 24rpx;
 	}
 
 	.xiala {
@@ -535,7 +537,7 @@
 		font-weight: 500;
 		color: #FFFFFF;
 		text-align: center;
-		margin-right: 130rpx;
+		width: 30%;
 	}
 
 	.topCar {