This commit is contained in:
parent
a8a78a6896
commit
30ee1544b0
|
@ -1434,9 +1434,14 @@
|
||||||
"backgroundColor": "#FFFFFF",
|
"backgroundColor": "#FFFFFF",
|
||||||
"borderStyle": "black",
|
"borderStyle": "black",
|
||||||
"list": [{
|
"list": [{
|
||||||
|
//"pagePath": "pages/index/index",
|
||||||
|
//"iconPath": "static/tabbar/tabrNav.png",
|
||||||
|
//"selectedIconPath": "static/tabbar/tabrNav.png",
|
||||||
|
|
||||||
"pagePath": "pages/index/index",
|
"pagePath": "pages/index/index",
|
||||||
"iconPath": "static/tabbar/tabrNav.png",
|
"iconPath": "static/tabbar/bottom5_1.png",
|
||||||
"selectedIconPath": "static/tabbar/tabrNav.png"
|
"selectedIconPath": "static/tabbar/bottom5_2.png",
|
||||||
|
"text": "盛安到家"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/videoCircle/index",
|
"pagePath": "pages/videoCircle/index",
|
||||||
|
|
|
@ -3,8 +3,14 @@
|
||||||
<view class="index-head">
|
<view class="index-head">
|
||||||
<view class="index-top">
|
<view class="index-top">
|
||||||
<view class="index-top-left font-size-34">盛安到家</view>
|
<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">
|
||||||
|
|
||||||
<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>
|
||||||
|
@ -18,28 +24,22 @@
|
||||||
<span>平台担保</span>
|
<span>平台担保</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="index-top-right">
|
<view class="index-headset">
|
||||||
<image 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> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="padding-top-sm flex align-center index-mian">
|
<view class="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 justify-between">
|
<view class="flex align-center justify-between">
|
||||||
<selectSwitchDitu @change="switch1Change" :switchList="switchList"/>
|
<selectSwitchDitu @change="switch1Change" :switchList="switchList"/>
|
||||||
</view>
|
</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">
|
@clear="clear">
|
||||||
</uni-search-bar>
|
</uni-search-bar>
|
||||||
<view class="search-btn" @click="searchBtn">
|
<view class="search-btn" @click="searchBtn">
|
||||||
搜索
|
搜索
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="index-nav-bottom width">
|
<view class="index-nav-bottom width">
|
||||||
<image src="../../static/index-nav-6.png" mode="widthFix" @click="chaoji"></image>
|
<image src="../../static/index-nav-6.png" mode="widthFix" @click="chaoji"></image>
|
||||||
<image src="../../static/index-nav-7.png" mode="widthFix" @click="xinren"></image>
|
<image src="../../static/index-nav-7.png" mode="widthFix" @click="xinren"></image>
|
||||||
|
@ -1138,11 +1138,19 @@
|
||||||
|
|
||||||
height: 32px !important;
|
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{
|
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||||
width: 150rpx;
|
|
||||||
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{
|
||||||
|
@ -1160,7 +1168,14 @@
|
||||||
width: 130px;
|
width: 130px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
}
|
}
|
||||||
|
.index-headset{
|
||||||
|
margin-right: 30rpx;
|
||||||
|
|
||||||
|
}
|
||||||
|
.locate-line{
|
||||||
|
padding-left: 25rpx;
|
||||||
|
margin-top: 3rpx;
|
||||||
|
}
|
||||||
.popup-mian-view{
|
.popup-mian-view{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1297,7 +1312,8 @@
|
||||||
margin-left: 4rpx;
|
margin-left: 4rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 30rpx;
|
font-size: 26rpx;
|
||||||
|
margin-top: 3rpx;
|
||||||
}
|
}
|
||||||
.menu-topic-act .menu-topic-bottom-color {
|
.menu-topic-act .menu-topic-bottom-color {
|
||||||
background: linear-gradient(90deg,rgba(234, 248, 245,0.7),rgba(132, 211, 196,0.7));
|
background: linear-gradient(90deg,rgba(234, 248, 245,0.7),rgba(132, 211, 196,0.7));
|
||||||
|
@ -1893,14 +1909,11 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 10px 0px;
|
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.index-top-mian{
|
.index-top-mian{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
margin-left: 15rpx;
|
||||||
}
|
}
|
||||||
.index-top-left{
|
.index-top-left{
|
||||||
color: #019C88;
|
color: #019C88;
|
||||||
|
|
Loading…
Reference in New Issue