Logo

GitLab

Sign in

tutorial / mini-app

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mini-app
  • official
  • page
  • component
  • pages
  • text
  • text.wxss
  • 自动登录,及配置文件修改
    15424199
    zhaoxing authored
    2017-08-14 14:07:50 +0800  
    Browse Code ยป
text.wxss 283 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
button{
  margin: 40rpx 0;
}
.text-box{
  margin-bottom: 70rpx;
  padding: 40rpx 0;
  display: flex;
  min-height: 300rpx;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30rpx;
  color: #353535;
  line-height: 2em;
}