zs 1 سال پیش
والد
کامیت
0d0d756a77

+ 6 - 6
pagesHome/city/index.vue

@@ -1,8 +1,8 @@
 <template>
 	<view class="city">
-		<view class="city_item flex1">
+		<view class="city_item color">
 			<!-- 左侧滑动导航栏 -->
-			<view class="city_item_left color81">
+			<view class="city_item_left">
 				<scroll-view :scroll-y="true" style="height:calc(100vh - 88rpx);">
 					<view :class="indexsp == 'hot' ? 'active' : ''" @tap="setProvince" data-index="hot">
 						常见&热门
@@ -16,7 +16,7 @@
 				<!-- 选中城市展示 -->
 				<view class="current">
 					<text class="hot_title">当前选择城市:</text>
-					<view class="flex1">
+					<view class="color">
 						<view>
 							<text>{{city}}</text>
 						</view>
@@ -35,7 +35,7 @@
 							:class="indexOfs(current,item) ? 'active' : ''">{{item}}</button>
 					</view>
 					<!-- 确认按钮 -->
-					<button class="submit f08btn" @tap="toBack">确定</button>
+					<button class="submit button" @tap="toBack">确定</button>
 				</view>
 			</view>
 		</view>
@@ -106,7 +106,7 @@
 		width: 500rpx
 	}
 
-	.f08btn {
+	.button {
 		background-color: #FF0000 !important;
 		color: #fff;
 		font-size: 28rpx;
@@ -161,7 +161,7 @@
 						margin-bottom: 22rpx;
 					}
 
-					.flex1 {
+					.color {
 						color: #FF0000;
 
 						.data-v-57280228 {}

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 1
unpackage/dist/dev/mp-weixin/pagesHome/city/index.wxml


+ 3 - 3
unpackage/dist/dev/mp-weixin/pagesHome/city/index.wxss

@@ -5,7 +5,7 @@
   bottom: 10rpx;
   width: 500rpx;
 }
-.f08btn.data-v-3361df53 {
+.button.data-v-3361df53 {
   background-color: #FF0000 !important;
   color: #fff;
   font-size: 28rpx;
@@ -52,10 +52,10 @@
   vertical-align: middle;
   margin-bottom: 22rpx;
 }
-.city_item_right .current .flex1.data-v-3361df53 {
+.city_item_right .current .color.data-v-3361df53 {
   color: #FF0000;
 }
-.city_item_right .current .flex1 text.data-v-3361df53 {
+.city_item_right .current .color text.data-v-3361df53 {
   font-size: 14px;
 }
 .city_item_right .current .icon.data-v-3361df53 {