Bladeren bron

OM样式修改

twt 2 jaren geleden
bovenliggende
commit
621487d8b4
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      pages/mobile/homePage.vue

+ 4 - 4
pages/mobile/homePage.vue

@@ -10,7 +10,7 @@
 					
 				</view>
 				<view class="zdyNavTitle">车型件</view>
-				<view class="zdyNavRight"></view>
+				<view class="zdyNavRight" @click="goOe">OE查询</view>
 				
 			</view>
 		</view>
@@ -38,7 +38,7 @@
 			
 			<image class="title" src="../../static/img/text_zhongjian.png" mode=""></image>
 			
-			<image class="content" @click="goOe" src="../../static/img/text_shuoming.png" mode=""></image>
+			<image class="content"  src="../../static/img/text_shuoming.png" mode=""></image>
 			
 			
 		</view>
@@ -135,7 +135,7 @@
 		padding: 14rpx 6rpx;
 	}
 	.zdyNavLeft{
-		
+		width: 120rpx;
 	}
 	
 	.zdyNavTitle {
@@ -150,7 +150,7 @@
 		text-align: center;
 		font-size: 28rpx;
 		color: #3F90F7;
-		width: 54rpx;
+		width: 120rpx;
 	}