Blame view

app.wxss 188 Bytes
6843e3d2   lifengge   增加首页、执行、我的页面
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;
  }