Logo white

server-group / public_welfare

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • public_welfare
  • app.wxss
  • 增加首页、执行、我的页面
    6843e3d2
    lifengge authored
    2020-05-09 09:43:37 +0800  
    Browse Code »
app.wxss 188 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
/**app.wxss**/
page{
  background-color: #f6f6f6;
}
.container {
  width: 100%;
  min-height: 100%;
  padding-bottom: 50px;
  box-sizing: border-box;
  font-size: 32rpx;
  color: #333;
}