李书文 2 năm trước cách đây
mục cha
commit
f7307d15c5
1 tập tin đã thay đổi với 7 bổ sung4 xóa
  1. 7 4
      smart-ui-app/pages/index/index2.vue

+ 7 - 4
smart-ui-app/pages/index/index2.vue

@@ -14,10 +14,10 @@
 				</view>
 			</view>
 			<view class="sos" @click="call()">
-				<image src="../../static/qz.png" mode="widthFix"></image>
+				<image src="../../static/qz.png" mode="widthFix" class="qiuzhu"></image>
 				<view class="title">求助</view>
 			</view>
-			<image :src="ip + aboutUs.bgImg1" mode="scaleToFill"></image>
+			<image :src="ip + aboutUs.bgImg1" mode="scaleToFill" class="banner"></image>
 		</view>
 		<view class="page">
 			<!--菜单-->
@@ -215,10 +215,12 @@ page {
 	.dw {
 		float: left;
 		width: 6.5%;
+		height: 20px;
 		margin: 3px 7px 0px 7px;
 	}
 	.bq {
 		width: 45%;
+		height: 34px;
 		float: left;
 	}
 }
@@ -259,14 +261,15 @@ page {
 		font-weight: normal;
 		border-radius: 30px;
 		z-index: 111112;
-		image {
+		.qiuzhu {
 			width: 115%;
+			height: 34px;
 		}
 		.title {
 			color: #333333;
 		}
 	}
-	image {
+	.banner {
 		width: 100%;
 		height: 200px;
 		background-color: white;