webview.css 187 B

123456789101112
  1. .page {
  2. background-color: #006EFF;
  3. }
  4. .webview {
  5. background-color: white;
  6. font-family: PingFangSC-Regular;
  7. font-size: 16px;
  8. color: #333333;
  9. letter-spacing: 0;
  10. line-height: 24px;
  11. }