加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
liuyinhou 提交于 2019-12-11 18:14 . 初始化
/**app.wxss**/
page{
font-family:PingFangSC-Regular;
height:100%;
}
.container {
min-height:100%;
height: 100%;
width: 100%;
box-sizing: border-box;
}
.coach-container {
min-height: 100%;
height: 100%;
}
/*带导航的布局*/
.member-top-bar-nav-wrap{
position: fixed;
width: 100%;
top: 0;
left: 0;
height: 45px;
z-index: 999;
text-align: center;
background-color: #FF9DCA;
display:flex;
}
.member-top-bar-nav-wrap-navback{
width:60rpx;
padding:5px 0px 5px 14px;
height:20px;
}
.member-top-bar-nav-wrap-navback image{
height:20px;
width:18px;
}
.member-top-bar-nav-wrap-title{
flex:1;
color: #FFFFFF;
font-size:20px;
font-weight:600;
text-align: center;
}
/*不带导航的布局*/
.member-top-bar{
position: fixed;
width: 100%;
top: 0;
left: 0;
height: 45px;
z-index: 999;
text-align: center;
background-color: #FFFFFF;
}
.member-top-bar text{
color: #000000;
font-size:20px;
font-weight:600;
max-width: 280rpx;
text-align: center;
}
.member-top-bar-empty{
height: 45px;
width: 100%;
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
/* 空列表的提示 begin*/
.empty-warn {
width: 100%;
text-align: center;
align-items: center;
justify-content: center;
margin-top: 100rpx;
position: fixed;
font-size: 12px;
font-weight: 400;
color: #666;
}
.empty-warn image {
width: 100rpx;
height: 100rpx;
overflow: hidden;
margin: 16rpx;
}
/* 空列表的提示 begin*/
/* 添加记录页的提示 begin*/
.add-tips {
width: 100%;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
bottom: 80rpx;
position: fixed;
font-size: 12px;
font-weight: 400;
color: #666;
}
.add-tips image {
width: 45rpx;
height: 45rpx;
border-radius: 70%;
overflow: hidden;
margin: 16rpx;
}
/* 添加记录页的提示 begin*/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化