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