所在地区特效 省 市 区县三级联动选择div css jq收货地址特效代码下载

2017-09-04 12:15:10 收货地址填写选择特效,采用div css jq省、市、区县三级联动选择所在地区区域特效,选择省自动跳转选择对应市,选中市自动跳转选择区县的所在地区特效。

收货地址填写选择特效,采用div css jq地址所在位置下拉特效,区县三级联动选择所在地区区域网页特效,选择省自动跳转选择对应市,选中市自动跳转选择区县的所在地区特效。

一个输入框下即可选择弹出联动地址地区选择的特效,类似京东、淘宝收货地址填写特效

所在地区地址选择特效
所在地区地址选择 jq特效

修改城市名称地址:只需要修改js/cityJson.js

input表单输入框,通过ID(id="city")调用地区选择弹窗。

css与特效JS分离,可以修改css达到地区选择排版效果。

主要html代码:

<input type="text" id="city" />

通过input设置id=city调用显示地区选择

主要CSS代码:

._citys { width: 450px; display: inline-block; border: 2px solid #eee;
 padding: 5px; position: relative; }
._citys span { color: #56b4f8; height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid #56b4f8; cursor: pointer; }
._citys0 { width: 100%; height: 34px; display: inline-block; border-bottom: 2px solid #56b4f8; padding: 0; margin: 0; }
._citys0 li { display: inline-block; line-height: 34px; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
.citySel { background-color: #56b4f8; color: #fff !important; }
._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: 13px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #56b4f8; }
.AreaS { background-color: #56b4f8 !important; color: #fff !important; }

下拉地区选择DIV CSS排版对应CSS,可轻松自主修改背景、宽度、颜色等样式

表单输入框地区填写,点击输入框自动弹出地区下拉选择特效在线演示与下载

在线演示

查看案例

免费下载(打包压缩)

 

更新