@ -82,7 +82,7 @@
< / div >
< / div >
< div class = "padding-content search-results" v-if ="showSearchData" >
< p class = "text-muted" > 为您找到 { { searchDataList . length } } 条相关信息 < / p >
< p class = "text-muted" style = "width: 800px;margin: 20px auto 10px;" > 为您找到 < strong style = "color: #1890ff;padding: 0 3px;" > { { searchDataList . length } } < / strong > 条相关信息 < / p >
< div class = "results-item-block" v-for ="(item,index) in searchDataList" :key ="index" >
< div class = "company" >
< img :src ="item.logo" class = "company-logo" >
@ -91,11 +91,11 @@
< / div >
< div class = "company-info text-muted" >
< el -row >
< el -col :span ="1 2" >
< el -col :span ="24 " >
< span > 电话 : < / span >
< span > { { item . mobile } } < / span >
< / e l - c o l >
< el -col :span ="1 2" >
< el -col :span ="24 " >
< span > 官网 : < / span >
< span > { { item . logo } } < / span >
< / e l - c o l >
@ -399,16 +399,16 @@ export default {
. advanced - search {
position : absolute ;
z - index : 999 ;
background : # fff ;
background : # f8 f8 f8 ;
left : 50 % ;
transform : translateX ( - 50 % ) ;
margin - top : 20 px ;
padding : 15 px ;
width : 900 px ;
min - height : 4 00px ;
border : 1 px solid rgb ( 170 , 168 , 168 ) ;
min - height : 3 00px ;
/ / b o r d e r : 1 p x s o l i d r g b ( 1 7 0 , 1 6 8 , 1 6 8 ) ;
border - radius : 10 px ;
box - shadow : 0 px 0 px 15 px # 888888 ;
box - shadow : 0 px 0 px 15 px rgba ( $color : # 000000 , $alpha : 0.2 ) ;
. title - block {
position : relative ;
width : 100 % ;
@ -417,19 +417,28 @@ export default {
& : : before {
position : absolute ;
content : ' ' ;
width : 4 px ;
height : 20 px ;
background - color : # 616 d ff;
top : 1 px ;
width : 5 px ;
height : 16 px ;
background - color : # 1890 ff ;
top : 3 px ;
left : 0 ;
}
}
. el - button : last - child {
color : # fff ;
background : # 1890 ff ;
border - color : # 1890 ff ;
}
. search - item {
. search - lable {
position : relative ;
display : inline - block ;
width : 80 px ;
margin - top : 10 px ;
font - size : 14 px ;
font - weight : bold ;
color : # 333333 ;
vertical - align : top ;
}
. search - option {
@ -440,9 +449,19 @@ export default {
line - height : 40 px ;
}
. el - radio - button . el - radio - button__inner {
color : # 333 ;
background - color : # f8f8f8 ;
border : none ;
border - radius : 0 ;
}
. el - radio - button__orig - radio : checked + . el - radio - button__inner {
padding : 7 px 15 px ;
font - size : 12 px ;
border - radius : 3 px ;
color : # FFFFFF ;
background - color : # 1890 ff ;
border - color : # 1890 ff ;
}
}
}
@ -450,9 +469,10 @@ export default {
. results - item - block {
position : relative ;
/ / b o r d e r : 1 p x s o l i d # e e e e e e ;
padding : 20 px ;
width : 800 px ;
/ / h e i g h t : 1 5 0 p x ;
padding : 20 px ;
margin : 0 auto ;
background : rgba ( $color : # f2f2f2 , $alpha : 0.5 ) ;
border - radius : 6 px ;
. company {
@ -476,7 +496,7 @@ export default {
. company - info {
position : relative ;
width : 100 % ;
height : 70 px ;
/ / h e i g h t : 7 0 p x ;
font - size : 14 px ;
line - height : 22 px ;
/ / b a c k g r o u n d - c o l o r : # f 5 f a f f ;
@ -488,11 +508,17 @@ export default {
- webkit - line - clamp : 2 ;
line - clamp : 2 ;
- webkit - box - orient : vertical ;
. el - row {
color : # 666666 ;
. el - col {
line - height : 26 px ;
}
}
}
}
/ / . r e s u l t s - i t e m - b l o c k : h o v e r {
/ / b a c k g r o u n d : r g b a ( 2 1 0 , 2 3 8 , 2 5 1 , 0 . 5 ) ;
/ / }
}
. detail - results {
position : relative ;