Sign in

陈晓峰 / miniapps-nature · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • miniapps-nature
  • app.wxss
  • nature mini apps 2.0
    47c77a5f
    陈晓峰 authored
    2017-12-22 22:39:27 +0800  
    Browse Files »
app.wxss 194 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
/**app.wxss**/
.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
}