This commit is contained in:
kbing1981 2024-07-19 09:42:34 +08:00
parent 65592f8345
commit 6cf8dba01a
2 changed files with 19 additions and 11 deletions

View File

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

View File

@ -253,7 +253,7 @@
/* #endif */
flex-direction: row;
position: relative;
padding: 10px;
padding: 8px 15rpx;
// background-color: #fff;
}