酷炫小程序

app.wxss 310B

1234567891011121314151617181920
  1. /**app.wxss**/
  2. /*.container {
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: space-between;
  8. padding: 200rpx 0;
  9. box-sizing: border-box;
  10. }*/
  11. page {
  12. width: 100%;
  13. height: 100%;
  14. }
  15. .container {
  16. height: 100%;
  17. width: 100%;
  18. box-sizing: border-box;
  19. }