js实现移动端手机端通讯录联系人页面代码

代码语言:html

所属分类:布局界面

代码描述:js实现移动端手机端通讯录联系人页面代码

代码标签: 手机 通讯录 联系人 页面

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
    <title></title>
    <style>
        *{padding: 0;margin: 0;box-sizing:border-box;}
        		body,html{width: 100%;height: 100%;font-family: Helvetica}
        		#btn{padding:14px;font-size: 14px;color: #fff;border-radius: 6px;background-color: #337ab7;border: none;}
        		#list{font-size: 16px;position: relative;height: 100%}
        		#list>section{overflow-y: auto;height: 100%}
        		#list>section>dl>dt{background: #f7f7f9;color: #999;height:40px;line-height:40px;padding-left: 15px;}
        		#list>section>dl>dd{font-size: 16px;color: #333;line-height:40px;padding-left: 15px;position: relative;}
        		#list>section>dl>dd:after{content:'';position: absolute;left: 0;bottom: 1px;width: 100%;height: 1px;background-color:#c8c7cc;transform:scaleY(.5);-webkit-transform:scaleY(.5);}
        		#list>section>dl>dd:last-of-type:after{display: none;}
        		#navBar{position: absolute;width:26px;height: 100%;right: 0;top: 0}
        		#navBar.active{background:rgba(211,2.........完整代码请登录后点击上方下载按钮下载查看

网友评论0