合伙人运营小程序
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.

_radius.wxss 190B

123456789
  1. page,
  2. .page {
  3. --td-radius-small: 6rpx;
  4. --td-radius-default: 12rpx;
  5. --td-radius-large: 18rpx;
  6. --td-radius-extra-large: 24rpx;
  7. --td-radius-round: 999px;
  8. --td-radius-circle: 50%;
  9. }