|
@@ -5,7 +5,7 @@
|
|
<div class="iptWrap">
|
|
<div class="iptWrap">
|
|
<img
|
|
<img
|
|
class="searchImg"
|
|
class="searchImg"
|
|
- src="../images/searchB.png"
|
|
|
|
|
|
+ src="../images/search.png"
|
|
alt=""
|
|
alt=""
|
|
>
|
|
>
|
|
<input
|
|
<input
|
|
@@ -31,7 +31,7 @@
|
|
v-for="(item,idx) in searchLis"
|
|
v-for="(item,idx) in searchLis"
|
|
:key="item.conceptId+idx"
|
|
:key="item.conceptId+idx"
|
|
@click="showDetil(item)"
|
|
@click="showDetil(item)"
|
|
- :style="{'borderBottom':(idx==searchLis.length-1)?'0':'1px solid #a8a8a8'}"
|
|
|
|
|
|
+ :style="{'borderBottom':(idx==searchLis.length-1)?'0':'1px solid #E8E8E8'}"
|
|
><img
|
|
><img
|
|
class="searchImgLis"
|
|
class="searchImgLis"
|
|
src="../images/search.png"
|
|
src="../images/search.png"
|
|
@@ -134,16 +134,14 @@ export default {
|
|
position: fixed;
|
|
position: fixed;
|
|
height: 100%;
|
|
height: 100%;
|
|
width: 100%;
|
|
width: 100%;
|
|
- top: 1.45rem;
|
|
|
|
|
|
+ top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
z-index: 102;
|
|
z-index: 102;
|
|
- background-color: #ededed;
|
|
|
|
font-size: .3rem;
|
|
font-size: .3rem;
|
|
}
|
|
}
|
|
.searchTop {
|
|
.searchTop {
|
|
- padding: 0.15rem 0.4rem;
|
|
|
|
|
|
+ padding: 0.4rem 0.4rem 0.15rem;
|
|
padding-right: 1.2rem;
|
|
padding-right: 1.2rem;
|
|
- background-color: #ededed;
|
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -152,15 +150,15 @@ export default {
|
|
span {
|
|
span {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 0.32rem;
|
|
right: 0.32rem;
|
|
- top: 0.32rem;
|
|
|
|
|
|
+ top: 0.54rem;
|
|
font-size: 0.3rem;
|
|
font-size: 0.3rem;
|
|
color: #666666;
|
|
color: #666666;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.iptWrap {
|
|
.iptWrap {
|
|
- height: 0.74rem;
|
|
|
|
|
|
+ height: 0.68rem;
|
|
border-radius: 0.37rem;
|
|
border-radius: 0.37rem;
|
|
- background-color: #fff;
|
|
|
|
|
|
+ background-color: #F5F5F5;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
padding: 0.16rem 0.3rem 0.16rem 0.75rem;
|
|
padding: 0.16rem 0.3rem 0.16rem 0.75rem;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -178,6 +176,7 @@ export default {
|
|
height: 0.42rem;
|
|
height: 0.42rem;
|
|
font-size: 0.3rem;
|
|
font-size: 0.3rem;
|
|
line-height: 0.42rem;
|
|
line-height: 0.42rem;
|
|
|
|
+ background: #F5F5F5;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.searchList {
|
|
.searchList {
|
|
@@ -189,13 +188,13 @@ export default {
|
|
padding-top: 1.04rem;
|
|
padding-top: 1.04rem;
|
|
height: 100%;
|
|
height: 100%;
|
|
width: 100%;
|
|
width: 100%;
|
|
- background-color: #ededed;
|
|
|
|
|
|
+ background-color: #fff;
|
|
.waring {
|
|
.waring {
|
|
padding-left: 0.5rem;
|
|
padding-left: 0.5rem;
|
|
margin-top: 0.2rem;
|
|
margin-top: 0.2rem;
|
|
}
|
|
}
|
|
ul {
|
|
ul {
|
|
- padding: 0 0.4rem;
|
|
|
|
|
|
+ padding: 0.2rem 0.2rem 0;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
@@ -203,7 +202,7 @@ export default {
|
|
height: 1rem;
|
|
height: 1rem;
|
|
line-height: 1rem;
|
|
line-height: 1rem;
|
|
padding: 0 0.4rem;
|
|
padding: 0 0.4rem;
|
|
- border-bottom: 1px solid #a8a8a8;
|
|
|
|
|
|
+ border-bottom: 1px solid #E8E8E8;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
.searchImgLis {
|
|
.searchImgLis {
|
|
width: 0.44rem;
|
|
width: 0.44rem;
|