| | |
| | | .set-city-box { |
| | | display: inline-block; |
| | | position: relative; |
| | | bottom: -4px; |
| | | bottom: -2px; |
| | | } |
| | | .anchorBL { |
| | | display: none; |
| | |
| | | <td colspan="5" class="click-handle-title"> |
| | | 当前城市: |
| | | <span id="city-name" style="width: 60px;height:20px;border-bottom:solid #1b1b1b 1px;display:inline-block"> |
| | | 杭州 |
| | | |
| | | </span> |
| | | <div class="set-city-box"><input class="city-box" type="input" value="杭州"/> <a id="setCityBtn" style=" text-decoration:underline; color:#00F;cursor:pointer;">设置</a></div> |
| | | <div class="set-city-box"><input class="city-box" type="input" /> <a id="setCityBtn" style=" text-decoration:underline; color:#00F;cursor:pointer;">设置</a></div> |
| | | </td> |
| | | </tr> |
| | | <tr> |