...
|
...
|
@@ -45,7 +45,7 @@ |
|
|
<div class="select">
|
|
|
<input type="text" class="show_city" value="所有" readonly="readonly">
|
|
|
<img src="__TMPL__/public/assets/starImg/down.png" alt="">
|
|
|
<ul style="min-height:130px;max-height:300px;overflow-y: scroll;width:145px;">
|
|
|
<ul style="min-height:98px;max-height:300px;overflow-y: scroll;width:145px;">
|
|
|
<li>所有</li>
|
|
|
<volist name="city_name" id="vo">
|
|
|
<li value="{$vo.id}">{$vo.name}</li>
|
...
|
...
|
|