This commit is contained in:
parent
65592f8345
commit
6cf8dba01a
|
@ -11,12 +11,13 @@
|
||||||
<view class="index-line" >
|
<view class="index-line" >
|
||||||
<view v-if="XCXIsSelect != '否'" class="flex locate-line dingwei-view"
|
<view v-if="XCXIsSelect != '否'" class="flex locate-line dingwei-view"
|
||||||
@tap="goCity">
|
@tap="goCity">
|
||||||
<view class="localName">{{ city }}</view>
|
|
||||||
<image src="../../static/liliao-1.png" class="dingwei-img"></image>
|
<image src="../../static/liliao-1.png" class="dingwei-img"></image>
|
||||||
|
<view class="localName">{{ city }}</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="index-top-left font-size-34">盛安到家</view> -->
|
<!-- <view class="index-top-left font-size-34">盛安到家</view> -->
|
||||||
<view class="index-top-mian">
|
<view class="index-top-mian">
|
||||||
<view class="index-top-mian-text">
|
|
||||||
|
<!-- <view class="index-top-mian-text">
|
||||||
<image style="margin-top: 1px;" src="../../static/index-nav-1.png" mode=""></image>
|
<image style="margin-top: 1px;" src="../../static/index-nav-1.png" mode=""></image>
|
||||||
<span>实名认证</span>
|
<span>实名认证</span>
|
||||||
</view>
|
</view>
|
||||||
|
@ -27,11 +28,14 @@
|
||||||
<view class="index-top-mian-text">
|
<view class="index-top-mian-text">
|
||||||
<image src="../../static/index-nav-3.png" mode="" style="width: 14px; height: 14px;"></image>
|
<image src="../../static/index-nav-3.png" mode="" style="width: 14px; height: 14px;"></image>
|
||||||
<span>平台担保</span>
|
<span>平台担保</span>
|
||||||
</view>
|
</view>-->
|
||||||
</view>
|
</view>
|
||||||
<view class="index-headset">
|
<view class="index-headset">
|
||||||
<image style="width: 26rpx; height: 26rpx;" src="../../static/index-nav-4.png" @click="goChat()" mode="widthFix"></image>
|
<!--<image style="width: 26rpx; height: 26rpx;" src="../../static/index-nav-4.png" @click="goChat()" mode="widthFix"></image>
|
||||||
<!-- <image src="../../static/index-nav-5.png" mode="widthFix"></image> -->
|
<image src="../../static/index-nav-5.png" mode="widthFix"></image> -->
|
||||||
|
<image class="index-yanzheng" src="../../static/images/index/renzheng01.png" mode=""></image>
|
||||||
|
<image class="index-yanzheng" src="../../static/images/index/renzheng02.png" mode=""></image>
|
||||||
|
<image class="index-yanzheng" src="../../static/images/index/renzheng03.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex align-center index-mian">
|
<view class="flex align-center index-mian">
|
||||||
|
@ -1071,12 +1075,16 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.index-yanzheng{
|
||||||
|
width: 40rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
margin-left: 10rpx;
|
||||||
|
}
|
||||||
.localName{
|
.localName{
|
||||||
width: 85px;
|
width: 85px;
|
||||||
margin-left: 4rpx;
|
margin-left: 4rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 26rpx;
|
|
||||||
margin-top: 3rpx;
|
margin-top: 3rpx;
|
||||||
overflow: hidden; /* 确保超出容器的内容被裁剪 */
|
overflow: hidden; /* 确保超出容器的内容被裁剪 */
|
||||||
white-space: nowrap; /* 确保文本在一行内显示 */
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
||||||
|
@ -1138,8 +1146,10 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 31px;
|
line-height: 31px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
width: 130rpx !important;
|
||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
|
margin-right: 20rpx;
|
||||||
|
border-radius: 50rpx !important;
|
||||||
}
|
}
|
||||||
.index-line{
|
.index-line{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1153,7 +1163,6 @@
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
background: #18A689;
|
background: #18A689;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
padding: 2rpx 5%;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box{
|
/deep/.uni-searchbar__box{
|
||||||
|
@ -1169,7 +1178,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width:80%;
|
width:82%;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
}
|
}
|
||||||
.index-headset{
|
.index-headset{
|
||||||
|
@ -1907,7 +1916,6 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0px 10px;
|
|
||||||
}
|
}
|
||||||
.index-top-mian{
|
.index-top-mian{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -253,7 +253,7 @@
|
||||||
/* #endif */
|
/* #endif */
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 10px;
|
padding: 8px 15rpx;
|
||||||
// background-color: #fff;
|
// background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue