No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

59 líneas
957B

  1. #app {
  2. font-family: PingFangSC-Regular, PingFang SC;
  3. -webkit-font-smoothing: antialiased;
  4. -moz-osx-font-smoothing: grayscale;
  5. color: #111c33;
  6. width: 100%;
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. overflow-y: auto;
  11. }
  12. body,
  13. html {
  14. width: 100%;
  15. height: 100%;
  16. background-color: rgba(240, 242, 245, 1);
  17. font-size: 0.32rem;
  18. font-family: PingFangSC-Regular, PingFang SC;
  19. color: #111c33;
  20. }
  21. a {
  22. color: #0057ff;
  23. }
  24. .md-tab-bar .md-tab-bar-ink {
  25. position: sticky;
  26. }
  27. .svg-icon {
  28. width: 1em;
  29. height: 1em;
  30. vertical-align: -0.15em;
  31. fill: currentColor;
  32. overflow: hidden;
  33. }
  34. .indicator-container {
  35. display: flex;
  36. justify-content: center;
  37. padding: 0.26667rem 0;
  38. }
  39. .no-data[data-v-d98a1954] {
  40. text-align: center;
  41. padding: 0.8rem 0;
  42. }
  43. .no-data img[data-v-d98a1954] {
  44. width: 4.17333rem;
  45. height: 2.93333rem;
  46. }
  47. .no-data p[data-v-d98a1954] {
  48. font-size: 0.32rem;
  49. margin-top: 0.8rem;
  50. color: #c5ccd9;
  51. }