index.wxss 299 B

123456789
  1. .wux-app {
  2. color: rgba(0,0,0,.85);
  3. font-family: -apple-system-font,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  4. font-size: 28rpx;
  5. line-height: 1.5;
  6. -ms-text-size-adjust: 100%;
  7. -webkit-text-size-adjust: 100%;
  8. -webkit-tap-highlight-color: transparent
  9. }