|
@@ -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 {}
|