This commit is contained in:
parent
bf4649d22c
commit
5b70aa61fc
|
@ -10,7 +10,7 @@
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="index-line" >
|
<view class="index-line" >
|
||||||
<view class="flex">
|
<view class="flex">
|
||||||
<image class="salogo" src="../../static/salogo.gif"></image>
|
<view><image class="salogo" src="../../static/salogo.gif"></image></view>
|
||||||
<view v-if="XCXIsSelect != '否'" class="flex locate-line"
|
<view v-if="XCXIsSelect != '否'" class="flex locate-line"
|
||||||
@tap="goCity">
|
@tap="goCity">
|
||||||
<!--<image src="../../static/liliao-1.png" class="dingwei-img"></image>-->
|
<!--<image src="../../static/liliao-1.png" class="dingwei-img"></image>-->
|
||||||
|
@ -1100,9 +1100,10 @@
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
.salogo{
|
.salogo{
|
||||||
width: 140rpx;
|
width: 130rpx;
|
||||||
height: 36rpx;
|
height: 32rpx;
|
||||||
margin-left: 20rpx;
|
margin-left: 20rpx;
|
||||||
|
margin-top:8rpx ;
|
||||||
}
|
}
|
||||||
.index-yanzheng{
|
.index-yanzheng{
|
||||||
width: 100rpx;
|
width: 100rpx;
|
||||||
|
|
Loading…
Reference in New Issue