index.wxss 109 B

123456
  1. /* pages/index/index.wxss */
  2. .index-container {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #F7F7F7;
  6. }