当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
9 Star 28 Fork 6

Hooray/jquery-weui-contacts
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
Hooray 提交于 2017-09-26 02:11 +08:00 . 第一次提交
//隐藏页面滚动条
::-webkit-scrollbar{
display: none;
}
.contacts-content{
position: absolute;
top: 0;
bottom: 0;
width: 100%;
overflow: auto;
background-color: #eee;
}
.contacts-content .weui-cells__title{
margin-top: 0;
margin-bottom: 0;
font-weight: bold;
}
.contacts-content .weui-panel{
margin-top: 0;
}
.contacts-content .weui-panel .weui-media-box{
padding: 10px 5px;
}
.contacts-content .weui-panel .weui-media-box .weui-media-box__hd{
width: 40px;
height: 40px;
line-height: 40px;
margin-left: .8em;
}
.contacts-content .weui-panel .weui-media-box .weui-media-box__hd img{
width: 40px;
height: 40px;
border-radius: 50%;
}
.contacts-content .weui-panel .weui-media-box .weui-media-box__title {
font-size: 14px;
}
.navbar{
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 25px;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-around;
color: #999;
}
.navbar.hover{
box-shadow: 0 0 3px 0 #ccc;
border-left: 1px solid #ddd;
background: linear-gradient(to left, #f9f9f9,#f1f1f1);
color: #666;
}
.navbar li{
margin: 0 5px;
text-align: center;
font-size: 12px;
line-height: normal;
}
.navbar li.selected{
border-radius: 10px;
background-color: #505050;
color: #fff;
font-weight: bold;
}
.toast{
display: none;
position: fixed;
left: 50%;
top: 50%;
margin-left: -50px;
margin-top: -50px;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
font-size: 48px;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
border-radius: 10px;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hooray/jquery-weui-contacts.git
git@gitee.com:hooray/jquery-weui-contacts.git
hooray
jquery-weui-contacts
jquery-weui-contacts
master

搜索帮助