feat/task1-c-wallet
devil_gong 2018-09-11 09:58:51 +08:00
parent a1fdf9f9b9
commit 0673e85168
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<select name="brand_category_id" class="am-radius c-p m-t-10 m-l-5 param-where">
<option value="">{{:L('brand_category_id_text')}}</option>
<foreach name="brand_category" item="v">
<option value="{{$v.value}}" <if condition="isset($param['brand_category_id']) and $param['brand_category_id'] eq $v['value']">selected</if>>{{$v.name}}</option>
<option value="{{$v.id}}" <if condition="isset($param['brand_category_id']) and $param['brand_category_id'] eq $v['id']">selected</if>>{{$v.name}}</option>
</foreach>
</select>
<div class="param-date param-where m-l-5">

View File

@ -58,7 +58,7 @@ li.select-result dt {left:-26px; top:0;font-weight:bold;width:50px;}
.select-list dl dt{left:0px; cursor:pointer; text-align: center;}
{display:none ;float:left; top:20px; padding-top:5px; z-index:10; left:0px; width:300%;position:absolute;}
.select-list .dd-conent{display:none ;z-index:10; left:0; width:100%;position:fixed; background:#fff;max-height: 100%; padding-bottom: 10px; }
.select-list .dd-conent{display:none ;z-index:10; left:0; width:100%;position:fixed; background:#fff;max-height: 50%; padding-bottom: 10px; }
.select-list .dd-conent dd{width:33.33% ;text-align: center;margin-left: 0px;height:25px ;}
dl#select2 .dd-conent{ left:-100%; right:-100%;}
dl#select3 .dd-conent{ left:-200%; right:0px;}