This commit is contained in:
parent
d1fbcd6579
commit
8aff57cf82
|
@ -437,7 +437,7 @@
|
|||
display: none;
|
||||
}
|
||||
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||
width: 120rpx;
|
||||
width: 110rpx;
|
||||
height: 50rpx;
|
||||
background: #18A689;
|
||||
border-radius: 31rpx;
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<view class="content-head">
|
||||
<view class="padding-top-sm flex align-center" style="padding-bottom: 9px;">
|
||||
<view class="padding-top-sm flex align-center">
|
||||
<view v-if="XCXIsSelect != '否'" class="flex align-center justify-between margin-right-sm"
|
||||
@tap="showCityList" style="line-height: 68rpx;">
|
||||
<image src="../../static/fujin-dingwei.png" class="dingwei-img"></image>
|
||||
<image src="../../static/liliao-1.png" class="dingwei-img"></image>
|
||||
<view class="localName" style="margin-right: 30rpx;">{{ city }}</view>
|
||||
</view>
|
||||
<u-search class="flex-sub" placeholder="请输入技师名字" :focus="false" shape="square" v-model="artificerName"
|
||||
:show-action="true" :animation="true" bg-color="#f5f5f5" color="#1A1A1A" @search="onSearch()"
|
||||
action-text="搜索" @custom="onSearch()"></u-search>
|
||||
:show-action="true" :animation="true" bg-color="#cff2ec" color="#019c88" @search="onSearch()"
|
||||
action-text="搜索" @custom="onSearch()">
|
||||
</u-search>
|
||||
<view class="flex align-center justify-between">
|
||||
<selectSwitchDitu @change="switch1Change" :switchList="switchList"/>
|
||||
</view>
|
||||
|
@ -1262,7 +1263,7 @@ import permision from "@/components/permission.js";
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
|
||||
.fenlei{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -1313,10 +1314,13 @@ import permision from "@/components/permission.js";
|
|||
}
|
||||
.content-head{
|
||||
position: fixed;
|
||||
top: 0rpx;
|
||||
top: -7rpx;
|
||||
z-index: 999;
|
||||
width: 100%;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
background:#2dbe93 url('../../static/background-img4.png') bottom;
|
||||
border-bottom:1rpx solid #c4ede1;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
// background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png');
|
||||
// background-position: center center;
|
||||
// background-repeat: no-repeat;
|
||||
|
@ -1582,6 +1586,9 @@ import permision from "@/components/permission.js";
|
|||
.flex-sub{
|
||||
width: 260rpx !important;
|
||||
height:60rpx !important;
|
||||
border: 1px solid #41b9a6;
|
||||
border-radius: 30rpx;
|
||||
color: #fff!important;
|
||||
}
|
||||
.map-list{
|
||||
padding: 0 12rpx;
|
||||
|
@ -1601,7 +1608,7 @@ import permision from "@/components/permission.js";
|
|||
margin-left: 4rpx;
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
color: #fff;
|
||||
color: #333;
|
||||
}
|
||||
.dingwei-img{
|
||||
width:33.33rpx;
|
||||
|
|
Loading…
Reference in New Issue