|
|
@ -0,0 +1,296 @@ |
|
|
|
|
|
|
|
.kbanner_search_k1x .form { |
|
|
|
display: inline-block; |
|
|
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12); |
|
|
|
width: 100%; |
|
|
|
border-radius: 14px; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.ktitle2 a { |
|
|
|
display: inline-block; |
|
|
|
position: relative; |
|
|
|
z-index: 9; |
|
|
|
margin-bottom: 15px; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
|
|
|
|
.ktitle2 a span { |
|
|
|
position: relative; |
|
|
|
z-index: 10; |
|
|
|
font-size: 20px; |
|
|
|
color: #000; |
|
|
|
padding: 0 4px; |
|
|
|
} |
|
|
|
|
|
|
|
.ktitle2 a::after { |
|
|
|
background: #fabe00; |
|
|
|
content: ' '; |
|
|
|
display: block; |
|
|
|
width: 100%; |
|
|
|
height: 8px; |
|
|
|
position: absolute; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
margin: 0 auto; |
|
|
|
top: 18px; |
|
|
|
} |
|
|
|
|
|
|
|
.ktitle2 .k1 { |
|
|
|
float: right; |
|
|
|
color: #fff; |
|
|
|
background: #d6d6ec; |
|
|
|
border-radius: 14px; |
|
|
|
font-size: 12px; |
|
|
|
padding: 0 12px; |
|
|
|
text-transform: uppercase; |
|
|
|
transition: .2s; |
|
|
|
} |
|
|
|
|
|
|
|
.ktitle2 .k1:hover { |
|
|
|
background: #364CC6; |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
.ktitle2 a.k1::after { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
|
|
|
|
/* 列表样式 */ |
|
|
|
.kicon_k1 { |
|
|
|
background: #fff; |
|
|
|
border-radius: 14px; |
|
|
|
padding: 20px; |
|
|
|
margin-bottom: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul { |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|
padding: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li { |
|
|
|
float: left; |
|
|
|
width: 11.11%; |
|
|
|
padding: 20px 0; |
|
|
|
border-radius: 14px; |
|
|
|
background: #fff; |
|
|
|
cursor: pointer; |
|
|
|
transition: .2s; |
|
|
|
list-style: none; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li:nth-child(2n) { |
|
|
|
background: #f8fafe; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li i { |
|
|
|
width: 100%; |
|
|
|
text-align: center; |
|
|
|
display: inline-block; |
|
|
|
font-size: 36px; |
|
|
|
color: #4b81ee; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li span { |
|
|
|
width: 100%; |
|
|
|
text-align: center; |
|
|
|
display: inline-block; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li h3 { |
|
|
|
text-align: center; |
|
|
|
padding: 15px 0 0; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li span a { |
|
|
|
padding: 0 12px; |
|
|
|
font-size: 12px; |
|
|
|
display: inline-block; |
|
|
|
margin-bottom: 8px; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li .kbtn5:hover { |
|
|
|
background: #fff; |
|
|
|
border-color: #fff; |
|
|
|
color: #0085ee; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li .kbtn6:hover { |
|
|
|
background: #fff; |
|
|
|
border-color: #fff; |
|
|
|
color: #0085ee; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li:hover { |
|
|
|
background: #0085ee; |
|
|
|
color: #fff; |
|
|
|
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li:hover i { |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
|
|
|
|
/* 搜索框样式 */ |
|
|
|
.kbanner_search_k1x { |
|
|
|
height: 62px; |
|
|
|
line-height: 62px; |
|
|
|
border: none; |
|
|
|
border-radius: 14px; |
|
|
|
position: relative; |
|
|
|
width: 60%; |
|
|
|
margin: 50px auto; |
|
|
|
} |
|
|
|
|
|
|
|
.kbanner_search_k1x form { |
|
|
|
display: inline-block; |
|
|
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12); |
|
|
|
width: 100%; |
|
|
|
border-radius: 14px; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.kbanner_search_k1x .k1 { |
|
|
|
background: none; |
|
|
|
border: none; |
|
|
|
color: #777777; |
|
|
|
width: calc(100% - 25px); |
|
|
|
font-size: 14px; |
|
|
|
line-height: 62px; |
|
|
|
width: calc(100% - 100px); |
|
|
|
padding-left: 20px; |
|
|
|
font-size: 18px; |
|
|
|
} |
|
|
|
|
|
|
|
.kbanner_search_k1x .k2 i { |
|
|
|
padding-right: 8px; |
|
|
|
} |
|
|
|
|
|
|
|
.kbanner_search_k1x .k2 { |
|
|
|
background: #0085ee; |
|
|
|
border: none; |
|
|
|
color: #fff; |
|
|
|
position: absolute; |
|
|
|
right: 0; |
|
|
|
top: 0; |
|
|
|
padding: 0 12px; |
|
|
|
text-align: center; |
|
|
|
line-height: 32px; |
|
|
|
border-radius: 32px; |
|
|
|
font-size: 14px; |
|
|
|
cursor: pointer; |
|
|
|
height: 62px; |
|
|
|
line-height: 62px; |
|
|
|
border-radius: 14px; |
|
|
|
background: #0085ee; |
|
|
|
transition: .2s; |
|
|
|
font-size: 18px; |
|
|
|
} |
|
|
|
|
|
|
|
.kbanner_search_k1x .k2:hover { |
|
|
|
background: #3da5ff; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 响应式部分可以精简去掉 */ |
|
|
|
@media (max-width: 1200px) { |
|
|
|
.kicon_k1 { |
|
|
|
width: 100%; |
|
|
|
float: left; |
|
|
|
margin-bottom: 14px; |
|
|
|
margin-top: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li { |
|
|
|
width: 20%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 991px) { |
|
|
|
.kicon_k1 ul li { |
|
|
|
width: 33.3%; |
|
|
|
padding: 20px 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 767px) { |
|
|
|
.kicon_k1 ul li { |
|
|
|
width: 50%; |
|
|
|
padding: 12px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li:nth-child(2n) { |
|
|
|
background: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul { |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 { |
|
|
|
padding: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li i { |
|
|
|
font-size: 30px; |
|
|
|
} |
|
|
|
|
|
|
|
.kicon_k1 ul li h3 { |
|
|
|
padding: 8px 0 0; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.kbanner_search_k1x .k2 span { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
|
|
|
|
.kbanner_search_k1x .k2 i { |
|
|
|
padding-right: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.kbanner_search_k1x { |
|
|
|
height: 36px; |
|
|
|
line-height: 36px; |
|
|
|
border-radius: 14px; |
|
|
|
border: none; |
|
|
|
margin: 20px auto; |
|
|
|
} |
|
|
|
|
|
|
|
.kbanner_search_k1x .k1 { |
|
|
|
width: calc(100% - 50px); |
|
|
|
padding-left: 0; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.kbanner_search_k1x .k2 { |
|
|
|
height: 36px; |
|
|
|
line-height: 36px; |
|
|
|
border-radius: 14px; |
|
|
|
background: #0085ee; |
|
|
|
transition: .2s; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 这个样式不是必须的 .kicon仅做为触发弹出的样式名称 */ |
|
|
|
.kicon { |
|
|
|
height: 38px; |
|
|
|
border: none; |
|
|
|
background: #f1f1f1; |
|
|
|
padding: 0 12px; |
|
|
|
border-radius: 3px; |
|
|
|
display: inline-block; |
|
|
|
vertical-align: middle; |
|
|
|
line-height: 36px; |
|
|
|
margin-right: 10px; |
|
|
|
} |