代码拉取完成,页面将自动刷新
//隐藏页面滚动条
::-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;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。