index.module.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. .unitTest {
  2. .searchBand {
  3. display: inline-block;
  4. font-size: 14px;
  5. font-weight: 500;
  6. color: #333333;
  7. }
  8. .cellGroup {
  9. margin-bottom: 12px;
  10. :global {
  11. .van-cell {
  12. padding: 12px;
  13. font-size: 16px;
  14. font-weight: 500;
  15. }
  16. }
  17. .img {
  18. width: 18px;
  19. height: 18px;
  20. margin-right: 6px;
  21. }
  22. .unitTitle {
  23. color: #333333;
  24. max-width: 150px;
  25. line-height: 22px;
  26. }
  27. .no-start {
  28. color: #f44541;
  29. }
  30. .pass {
  31. color: #4ab78e;
  32. }
  33. }
  34. .unitSection {
  35. padding-top: 15px !important;
  36. padding-bottom: 20px !important;
  37. .name {
  38. font-size: 15px;
  39. font-weight: 500;
  40. color: #333333;
  41. padding-bottom: 6px;
  42. }
  43. .endTime {
  44. font-size: 13px;
  45. color: #777777;
  46. }
  47. }
  48. .unitBtnGroup {
  49. display: flex;
  50. align-items: center;
  51. justify-content: space-between;
  52. padding-top: 16px;
  53. :global {
  54. .van-button {
  55. line-height: 40px;
  56. height: 40px;
  57. & + .van-button {
  58. margin-left: 13px;
  59. }
  60. }
  61. }
  62. }
  63. .liveList {
  64. padding: 12px 13px 0;
  65. }
  66. }
  67. // 详情
  68. .unitDetail {
  69. padding: 15px 13px;
  70. .tabsWrap {
  71. position: relative;
  72. margin-top: -10px;
  73. .tabsWrapIcon {
  74. position: absolute;
  75. right: 12px;
  76. top: 13px;
  77. z-index: 2000;
  78. }
  79. }
  80. .DialogTitle {
  81. display: flex;
  82. flex-direction: row;
  83. align-items: center;
  84. padding: 20px 25px;
  85. span {
  86. width: 4px;
  87. height: 14px;
  88. background: #ff8057;
  89. border-radius: 2px;
  90. margin-right: 6px;
  91. }
  92. p {
  93. height: 25px;
  94. font-size: 18px;
  95. font-weight: 500;
  96. color: #333333;
  97. line-height: 25px;
  98. }
  99. }
  100. .DialogConent {
  101. padding: 0 25px 30px;
  102. p {
  103. font-size: 16px;
  104. line-height: 22px;
  105. color: #333;
  106. span {
  107. width: 80px;
  108. display: inline-block;
  109. text-align: right;
  110. }
  111. }
  112. }
  113. :global {
  114. .van-tabs__nav {
  115. padding-right: 0;
  116. padding-left: 0;
  117. .van-tab {
  118. &:nth-child(1) {
  119. padding-left: 0;
  120. }
  121. }
  122. }
  123. .van-tab__text {
  124. font-size: 16px;
  125. }
  126. .van-tabs__line {
  127. bottom: 20px;
  128. width: 20px;
  129. }
  130. .van-cell__title {
  131. margin-bottom: 0 !important;
  132. }
  133. .exercisDetailDialog {
  134. border-radius: 10px;
  135. .van-dialog__header {
  136. padding-top: 0px !important;
  137. }
  138. }
  139. .van-dialog {
  140. top: 47%;
  141. }
  142. }
  143. }