@@ -307,9 +320,9 @@ let setSeachVal = () => {
}
//设置点击一级区域
-let setLocation=(type,data)=>{
+let setLocation = (type, data) => {
seachAllType[type] = data
- seachAllType['school']=''
+ seachAllType['school'] = ''
}
//设置搜索数据
@@ -341,7 +354,7 @@ let setSeachConditions = (type, data) => {
if (tabType.value != 'need') {
setSeachVal()
- }else if(tabType.value=='need'){
+ } else if (tabType.value == 'need') {
seachVal.value = seachAllType.keyword
}
@@ -601,6 +614,18 @@ img {
font-size: 17px;
color: #FFFFFF;
+ .btm-line {
+ height: 4px;
+ width:102px;
+ background: inherit;
+ background-color: rgba(253, 223, 109, 1);
+ border: none;
+ border-radius: 53px;
+ }
+ .btm-line-mg{
+ margin-top:-5px;
+ }
+
.select-top-bos-show {
-moz-box-shadow: -3px -4px 4px rgba(0, 0, 0, 0.07647058823529) !important;
-webkit-box-shadow: -3px -4px 4px rgba(0, 0, 0, 0.07647058823529) !important;
@@ -620,7 +645,7 @@ img {
.select-top-btn {
height: 45px;
width: 180px !important;
- line-height: 50px;
+ line-height: 45px;
background: #fff !important;
border-radius: 16px 16px 0 0;
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
@@ -760,6 +785,7 @@ img {
position: absolute;
border-radius: 16px 16px 0 0;
cursor: pointer;
+ line-height:45px;
}
}
}
diff --git a/src/components/selectTabBox/selectTabBox.vue b/src/components/selectTabBox/selectTabBox.vue
index 4a88cb0..c1cc2f4 100644
--- a/src/components/selectTabBox/selectTabBox.vue
+++ b/src/components/selectTabBox/selectTabBox.vue
@@ -137,9 +137,9 @@
{{ routePath === '/needHousing'||routeQuery.data && routeQuery.data.houseingPageType === '6' ? '租金预算' : '租金' }}
-
+
{{ listSort.check }}