...
|
...
|
@@ -49,7 +49,7 @@ |
|
|
<form method="GET" action="/portal/enjoy/index">
|
|
|
<input class="show_city" type="text" value="所有" readonly="readonly">
|
|
|
<img src="__TMPL__/public/assets/starImg/down.png" alt="">
|
|
|
<ul style="height:300px;overflow-y: scroll;width:240px;">
|
|
|
<ul style="min-height:138px;max-height:300px;overflow-y: scroll;width:240px;">
|
|
|
<li>所有</li>
|
|
|
<volist name="city_name" id="vo">
|
|
|
<li value="{$vo.id}">{$vo.name}</li>
|
...
|
...
|
|