储能智慧云小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_spacer.wxss 183B

12345678910
  1. page,
  2. .page {
  3. --td-spacer: 16rpx;
  4. --td-spacer-1: 24rpx;
  5. --td-spacer-2: 32rpx;
  6. --td-spacer-3: 48rpx;
  7. --td-spacer-4: 64rpx;
  8. --td-spacer-5: 96rpx;
  9. --td-spacer-6: 160rpx;
  10. }