兼容ie
parent
4fd692e3c2
commit
cf4115479b
|
|
@ -13,8 +13,10 @@
|
|||
|
||||
<div class="search-bar">
|
||||
<form action="{{:MyUrl('index/search/index')}}" method="POST">
|
||||
<input id="search-input" name="keywords" type="text" placeholder="其实搜索很简单^_^ !" value="{{if !empty($params['keywords'])}}{{$params.keywords}}{{/if}}" autocomplete="off" />
|
||||
<input id="ai-topsearch" class="submit am-btn" placeholder="其实搜索很简单^_^ !" index="1" type="submit" value="搜索" />
|
||||
<div class="search-group">
|
||||
<input id="search-input" name="keywords" type="text" placeholder="其实搜索很简单^_^ !" value="{{if !empty($params['keywords'])}}{{$params.keywords}}{{/if}}" autocomplete="off" />
|
||||
<input id="ai-topsearch" class="submit am-btn" placeholder="其实搜索很简单^_^ !" index="1" type="submit" value="搜索" />
|
||||
</div>
|
||||
{{if !empty($home_search_keywords)}}
|
||||
<ul class="search-hot-keywords">
|
||||
{{foreach $home_search_keywords as $v}}
|
||||
|
|
|
|||
|
|
@ -73,7 +73,8 @@ input.add,input.min{width:15px}
|
|||
|
||||
/*搜索框*/
|
||||
.search-bar{height:30px; width: calc(100% - 200px); display: -webkit-inline-box;}
|
||||
.search-bar form{border:2px solid #d2364c; width:100%;position: relative;}
|
||||
.search-bar form { width: 100%; }
|
||||
.search-bar form .search-group{border:2px solid #d2364c; width:100%;position: relative;}
|
||||
.search-bar input{height:26px;width:79%;outline:none; font-size:12px; border:none}
|
||||
#search-input { padding-left: 8px; }
|
||||
#ai-topsearch { width:27%;height:26px;border:none;background: #d2364c none repeat scroll 0% 0%;
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ text-align: center;float:none}
|
|||
|
||||
/*小标签*/
|
||||
.list .word{padding: 5px 10px; overflow: hidden;}
|
||||
.word .outer {margin: 5px; width: 50px;height: 50px;text-align: center;color: #2f2f2f;background-color: #fff;border-radius: 50px; display: -webkit-inline-box; }
|
||||
.word .outer {margin: 5px; width: 50px;height: 50px;text-align: center;color: #2f2f2f;background-color: #fff;border-radius: 50px; display: inline-block; }
|
||||
.word .outer .inner {display: table-cell;vertical-align: middle;width:50px;height:50px;}
|
||||
.word .outer .text {font-weight: 400;display: inline-block; max-width:35px;margin: 0 auto;}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue