index.module.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. .van-button--disabled {
  17. opacity: 1;
  18. background-color: #f2f2f2;
  19. color: #aaa;
  20. border-color: #f2f2f2;
  21. }
  22. }
  23. .img {
  24. width: 18px;
  25. height: 18px;
  26. margin-right: 6px;
  27. }
  28. .unitTitle {
  29. color: #333333;
  30. max-width: 150px;
  31. line-height: 22px;
  32. }
  33. .no-start {
  34. color: #f44541;
  35. }
  36. .pass {
  37. color: #4ab78e;
  38. }
  39. .no-pass {
  40. color: #aaaaaa;
  41. }
  42. }
  43. .unitSection {
  44. padding-top: 15px !important;
  45. padding-bottom: 20px !important;
  46. .name {
  47. font-size: 15px;
  48. font-weight: 500;
  49. color: #333333;
  50. padding-bottom: 6px;
  51. }
  52. .endTime {
  53. font-size: 13px;
  54. color: #777777;
  55. }
  56. }
  57. .unitBtnGroup {
  58. display: flex;
  59. align-items: center;
  60. justify-content: space-between;
  61. padding-top: 16px;
  62. :global {
  63. .van-button {
  64. line-height: 40px;
  65. height: 40px;
  66. & + .van-button {
  67. margin-left: 13px;
  68. }
  69. }
  70. }
  71. }
  72. }