1 Star 0 Fork 0

Sunday/h5通讯录页面

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
Sunday 提交于 2018-06-04 17:30 . 右侧导航位置
html,body,div,ul,li,ol,a,input,textarea,p,dl,dt,dd{margin:0;padding:0;}
ul li{list-style: none;}
a{text-decoration: none;cursor: pointer;}
html{height: 100%;}
body{height: 100%;background: #f6f6f6;position: relative;font-family: '微软雅黑';max-width: 640px;margin:auto;}
a,input,img,textarea,span,div{outline: 0;-webkit-tap-highlight-color:rgba(255,0,0,0);}
.ico-add{
position: absolute;
top: 6px;
right: 20px;
color: #1078e2;
font-size: 22px;
}
.ico-phone{
line-height: 50px!important;
font-size: 30px!important;
color: #3396fa;
padding-right: 10px;
}
#letter{
width: 100px;
height: 100px;
border-radius: 5px;
font-size: 75px;
color: #555;
text-align: center;
line-height: 100px;
background: rgba(145,145,145,0.6);
position: fixed;
left: 50%;
top: 50%;
margin:-50px 0px 0px -50px;
z-index: 99;
display: none;
}
.sort_box{
width: 100%;
/* padding-top: 15px; */
overflow: hidden;
}
.sort_list{
border-bottom:1px solid #F3F3F3;
background: #fff;
padding: 10px 30px 10px 15px;
}
.sort_list .num_name{
font-size:18px;
font-weight: bold;
}
.sort_list .num_logo{
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
background: #3396FA;
text-align: center;
line-height: 50px;
color: #fff;
margin-right: 15px;
}
.company{
color: #676767;
/* font-size: 12px; */
}
.phone_num{
color: #676767;
}
.callphone{
color: #3396fa;
border: 1px solid #3396fa;
padding: 5px 2px;
border-radius: 5px;
line-height: 50px;
}
.sort_letter{
height: 30px;
line-height: 30px;
padding-left: 20px;
color:#787878;
font-size: 14px;
border-bottom:1px solid #F3F3F3;
background: #F6F6F6;
}
.initials{
position: fixed;
top: 30px;
right: 0;
width: 15px;
padding: 0 5px;
text-align: center;
font-size: 12px;
z-index: 99;
background: rgba(145,145,145,0);
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sundayweb/h5_address_book_page.git
git@gitee.com:sundayweb/h5_address_book_page.git
sundayweb
h5_address_book_page
h5通讯录页面
master

搜索帮助