This commit is contained in:
kbing1981 2024-07-15 16:28:28 +08:00
parent a8a78a6896
commit 30ee1544b0
2 changed files with 39 additions and 21 deletions

View File

@ -1434,9 +1434,14 @@
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [{
//"pagePath": "pages/index/index",
//"iconPath": "static/tabbar/tabrNav.png",
//"selectedIconPath": "static/tabbar/tabrNav.png",
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/tabrNav.png",
"selectedIconPath": "static/tabbar/tabrNav.png"
"iconPath": "static/tabbar/bottom5_1.png",
"selectedIconPath": "static/tabbar/bottom5_2.png",
"text": "盛安到家"
},
{
"pagePath": "pages/videoCircle/index",

View File

@ -3,8 +3,14 @@
<view class="index-head">
<view class="index-top">
<view class="index-top-left font-size-34">盛安到家</view>
<view v-if="XCXIsSelect != ''" class="flex locate-line"
@tap="Cityshow = true">
<view class="localName">{{ city }}</view>
<image src="../../static/liliao-1.png" class="dingwei-img"></image>
</view>
</view>
<view class="index-line" >
<view class="index-top-mian">
<view class="index-top-mian-text">
<image style="margin-top: 1px;" src="../../static/index-nav-1.png" mode=""></image>
<span>实名认证</span>
@ -18,28 +24,22 @@
<span>平台担保</span>
</view>
</view>
<view class="index-top-right">
<image src="../../static/index-nav-4.png" @click="goChat()" mode="widthFix"></image>
<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> -->
</view>
</view>
<view class="padding-top-sm flex align-center index-mian">
<view v-if="XCXIsSelect != ''" class="flex align-center justify-between margin-right-sm"
@tap="Cityshow = true" style="line-height: 68rpx;">
<image src="../../static/liliao-1.png" class="dingwei-img"></image>
<view class="localName">{{ city }}</view>
</view>
<view class="flex align-center index-mian">
<view class="flex align-center justify-between">
<selectSwitchDitu @change="switch1Change" :switchList="switchList"/>
<selectSwitchDitu @change="switch1Change" :switchList="switchList"/>
</view>
<uni-search-bar @service="serviceTrue" @confirm="search" :cancelext="'取消'" v-model="searchValue" @input="input"
<uni-search-bar style="width: 60%;" @service="serviceTrue" @confirm="search" :cancelext="'取消'" v-model="searchValue" @input="input"
@clear="clear">
</uni-search-bar>
<view class="search-btn" @click="searchBtn">
搜索
</view>
</view>
<view class="index-nav-bottom width">
<image src="../../static/index-nav-6.png" mode="widthFix" @click="chaoji"></image>
<image src="../../static/index-nav-7.png" mode="widthFix" @click="xinren"></image>
@ -1138,11 +1138,19 @@
height: 32px !important;
}
.index-line{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 12rpx;
}
/deep/.uni-searchbar__box-icon-search,.search-btn{
width: 150rpx;
height: 60rpx;
background: #18A689;
border-radius: 31rpx;
padding: 2rpx 5%;
}
/deep/.uni-searchbar__box{
@ -1160,7 +1168,14 @@
width: 130px;
border-radius: 31rpx;
}
.index-headset{
margin-right: 30rpx;
}
.locate-line{
padding-left: 25rpx;
margin-top: 3rpx;
}
.popup-mian-view{
width: 100%;
display: flex;
@ -1297,7 +1312,8 @@
margin-left: 4rpx;
font-weight: bold;
color: #333333;
font-size: 30rpx;
font-size: 26rpx;
margin-top: 3rpx;
}
.menu-topic-act .menu-topic-bottom-color {
background: linear-gradient(90deg,rgba(234, 248, 245,0.7),rgba(132, 211, 196,0.7));
@ -1893,14 +1909,11 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 10px 0px;
padding: 0px 10px;
}
.index-top-mian{
display: flex;
flex-direction: row;
margin-left: 15rpx;
}
.index-top-left{
color: #019C88;