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

_font.wxss 358B

123456789101112
  1. page,
  2. .page {
  3. --td-font-family: PingFang SC, Microsoft YaHei, Arial Regular;
  4. --td-font-family-medium: PingFang SC, Microsoft YaHei, Arial Medium;
  5. --td-font-size: 20rpx;
  6. --td-font-size-xs: var(--td-font-size);
  7. --td-font-size-s: 24rpx;
  8. --td-font-size-base: 28rpx;
  9. --td-font-size-m: 32rpx;
  10. --td-font-size-l: 40rpx;
  11. --td-font-size-xl: 72rpx;
  12. }