最新下载
24小时阅读排行榜
- 1 html5日期格式如何限定可选范围_html5日期范围限制方法【教程】
- 2 php获取本机ip在laravel中怎么用_laravel辅助取ip法【技巧】
- 3 如何在 Go 中正确反序列化 YAML 数据
- 4 Firebase 部署函数时出现 ENOENT 错误的完整解决方案
- 5 javascript如何实现实时数据更新【教程】
- 6 C++怎么判断变量类型 C++ typeid与is_same类型检测【反射】
- 7 php实时输出结合js更新界面_php实时输出js动态渲染【教程】
- 8 php模拟post请求异步执行_php异步post请求法【步骤】
- 9 Go 中 PostgreSQL 参数化查询的类型转换语法详解
- 10 如何解决导航链接仅在新标签页中打开的问题
- 11 Laravel 视图中无法显示查询结果的常见原因与正确传值方法
- 12 javascript如何操作CSS_动态改变样式有何方法【教程】
- 13 javascript如何操作文件和流_怎样实现文件上传和预览【教程】
- 14 javascript安全漏洞有哪些_如何防范xss和csrf攻击【教程】
- 15 YoloV7训练报错“Dataset not found”解决方案
最新教程
-
- Node.js 教程
- 16265 2025-08-28
-
- CSS3 教程
- 1546908 2025-08-27
-
- Rust 教程
- 23402 2025-08-27
-
- Vue 教程
- 25844 2025-08-22
-
- PostgreSQL 教程
- 22340 2025-08-21
-
- Git 教程
- 9304 2025-08-21
代码片段:
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/Popt.js"></script>
<script type="text/javascript" src="js/city.json.js"></script>
<script type="text/javascript" src="js/citySet.js"></script>
<style type="text/css">
* { -ms-word-wrap: break-word; word-wrap: break-word; }
html { -webkit-text-size-adjust: none; text-size-adjust: none; }
html, body {height:99%;width:99%; }
.wrap{width:464px;height:34px;margin:20px auto;border:0;position:relative;}
.input{position:absolute;top:0;left:0;width:457px;margin:0;padding-left:5px;height:30px;line-height:30px;font-size:12px;border:1px solid #c9cacb;}
s{position:absolute;top:1px;right:0;width:32px;height:32px;background:url("img/arrow.png") no-repeat;}
._citys { width: 450px; display: inline-block; border: 2px solid #eee; padding: 5px; position: relative; }
._citys span { color: #05920a; height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid #05920a; cursor: pointer; }
._citys0 { width: 95%; height: 34px; line-height: 34px; display: inline-block; border-bottom: 2px solid #05920a; padding: 0px 5px; font-size:14px; font-weight:bold; margin-left:6px; }
._citys0 li { display: inline-block; line-height: 34px; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
._citys1 { width: 100%; display: inline-block; padding: 10px 0; }
._citys1 a { width: 83px; height: 35px; display: inline-block; background-color: #f5f5f5; color: #666; margin-left: 6px; margin-top: 3px; line-height: 35px; text-align: center; cursor: pointer; font-size: 12px; border-radius: 5px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #05920a; }
.AreaS { background-color: #05920a !important; color: #fff !important; }
