index.module.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .unitDetail {
  2. overflow: hidden;
  3. }
  4. .unitSection {
  5. margin: 12px 13px;
  6. padding: 13px 15px;
  7. width: auto;
  8. overflow: hidden;
  9. border-radius: 10px;
  10. .unitTitle {
  11. font-size: 16px;
  12. font-weight: 500;
  13. color: #333333;
  14. }
  15. :global {
  16. .van-cell__value {
  17. flex: 0 auto;
  18. }
  19. }
  20. .unitCount {
  21. padding-top: 10px;
  22. padding-left: 8px;
  23. display: flex;
  24. align-items: center;
  25. justify-content: space-between;
  26. }
  27. .countSection {
  28. display: flex;
  29. align-items: center;
  30. font-size: 12px;
  31. line-height: 17px;
  32. color: #333333;
  33. flex-direction: column;
  34. .nums {
  35. font-family: 'DIAN';
  36. font-weight: bold;
  37. color: #333333;
  38. font-size: 20px;
  39. padding-bottom: 3px;
  40. }
  41. & + .countSection {
  42. margin-left: 25px;
  43. }
  44. }
  45. }
  46. .wapList {
  47. width: 44px;
  48. height: 44px;
  49. flex-shrink: 0;
  50. margin-left: 18px;
  51. }
  52. .practiceResult {
  53. .practiceTitle {
  54. font-size: 20px;
  55. font-weight: 600;
  56. color: #191919;
  57. line-height: 28px;
  58. }
  59. .practiceRate {
  60. padding-top: 15px;
  61. font-size: 60px;
  62. font-family: DINA;
  63. font-weight: bold;
  64. color: #f67146;
  65. line-height: 70px;
  66. }
  67. :global {
  68. .van-grid {
  69. padding-top: 10px;
  70. padding-bottom: 10px;
  71. margin-left: 5%;
  72. width: 90%;
  73. }
  74. .van-grid-item__content {
  75. background-color: transparent;
  76. }
  77. }
  78. .title {
  79. font-size: 24px;
  80. font-family: DINA;
  81. font-weight: bold;
  82. color: #333333;
  83. line-height: 28px;
  84. }
  85. .name {
  86. padding-top: 3px;
  87. font-size: 14px;
  88. color: #777777;
  89. line-height: 20px;
  90. }
  91. .practiceTips {
  92. margin-left: 10%;
  93. width: 80%;
  94. background: linear-gradient(135deg, #fff4da 0%, #ffe6c4 100%);
  95. border-radius: 10px;
  96. padding: 14px 0;
  97. text-align: center;
  98. font-size: 15px;
  99. font-weight: 500;
  100. color: #703a17;
  101. line-height: 21px;
  102. letter-spacing: 1px;
  103. }
  104. }