代码拉取完成,页面将自动刷新
同步操作将从 liuyinhou/weinai-mini-open 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/**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*/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。