app.wxss 246 B

1234567891011121314151617181920212223242526
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. view {
  6. box-sizing: border-box
  7. }
  8. .df {
  9. display: flex;
  10. }
  11. .mt100 {
  12. margin-top: 100rpx
  13. }
  14. .mb30 {
  15. margin-bottom: 30rpx;
  16. }
  17. .line {
  18. display: flex;
  19. justify-content: center;
  20. align-items: center;
  21. }