exercis-detail.module.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. @img: '@/school/images';
  2. .topWrap {
  3. height: 316px;
  4. background: url('@{img}/detail-bg.png') center center/ cover;
  5. margin-bottom: -90px;
  6. .topInfo {
  7. padding: 34px 15px 30px;
  8. display: flex;
  9. flex-direction: row;
  10. align-items: center;
  11. justify-content: space-between;
  12. .topInfoLeft {
  13. width: 50%;
  14. display: flex;
  15. flex-direction: row;
  16. align-items: center;
  17. .headWrap {
  18. border-radius: 50%;
  19. overflow: hidden;
  20. border: 2px solid #fff;
  21. width: 68px;
  22. height: 68px;
  23. margin-right: 15px;
  24. img {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. }
  29. .infoMsg {
  30. p {
  31. font-size: 20px;
  32. font-weight: 600;
  33. color: #000000;
  34. line-height: 28px;
  35. margin-bottom: 6px;
  36. }
  37. .tag {
  38. padding: 2px 11px;
  39. // min-width: 50px;
  40. background: #ff8057;
  41. border-radius: 12px;
  42. height: 24px;
  43. font-size: 14px;
  44. font-family: PingFangSC-Medium, PingFang SC;
  45. font-weight: 500;
  46. color: #ffffff;
  47. line-height: 24px;
  48. text-align: center;
  49. }
  50. }
  51. }
  52. .topInfoRight {
  53. width: 50%;
  54. display: flex;
  55. flex-direction: row;
  56. align-items: center;
  57. justify-content: flex-end;
  58. .infoDay {
  59. margin-right: 30px;
  60. }
  61. .infoDayMain {
  62. font-size: 24px;
  63. font-weight: bold;
  64. color: #333333;
  65. line-height: 28px;
  66. margin-bottom: 7px;
  67. span {
  68. font-size: 12px;
  69. font-weight: 400;
  70. color: #333333;
  71. line-height: 17px;
  72. }
  73. }
  74. .infoDaysub {
  75. font-size: 12px;
  76. font-weight: 400;
  77. color: #333333;
  78. line-height: 17px;
  79. }
  80. }
  81. }
  82. .chioseWrap {
  83. display: flex;
  84. flex-direction: row;
  85. align-items: center;
  86. // justify-content: space-around;
  87. background-color: transparent;
  88. }
  89. }
  90. .DialogTitle {
  91. display: flex;
  92. flex-direction: row;
  93. align-items: center;
  94. padding: 20px 25px;
  95. span {
  96. width: 4px;
  97. height: 14px;
  98. background: #ff8057;
  99. border-radius: 2px;
  100. margin-right: 6px;
  101. }
  102. p {
  103. height: 25px;
  104. font-size: 18px;
  105. font-weight: 500;
  106. color: #333333;
  107. line-height: 25px;
  108. }
  109. }
  110. .DialogConent {
  111. padding: 0 25px 20px;
  112. p {
  113. font-size: 16px;
  114. line-height: 22px;
  115. color: #333;
  116. }
  117. }
  118. :global {
  119. .exercisDetailDialog {
  120. .van-dialog__header {
  121. padding-top: 0px !important;
  122. }
  123. }
  124. }