lessonList.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* compontents/lesson_list/lessonList.wxss */
  2. .lesson-list {
  3. width: 100%;
  4. margin: 20rpx 0;
  5. border-radius: 25rpx;
  6. padding: 20rpx 0;
  7. box-sizing: border-box;
  8. background: #fff;
  9. position: relative;
  10. }
  11. .this-week {
  12. display: flex;
  13. padding: 0 25rpx;
  14. box-sizing: border-box;
  15. }
  16. .this-week image {
  17. width: 86rpx;
  18. height: 86rpx;
  19. }
  20. .lesson-name {
  21. display: flex;
  22. flex-direction: column;
  23. margin: 8rpx 16rpx;
  24. }
  25. .lesson-name text:nth-child(1) {
  26. height: 38rpx;
  27. font-size: 32rpx;
  28. font-weight: 600;
  29. }
  30. .lesson-name text:nth-child(2) {
  31. height: 30rpx;
  32. margin-top: 10rpx;
  33. font-size: 24rpx;
  34. color: #C3C3C3;
  35. }
  36. /* 时间轴 */
  37. .timer-shaft {
  38. height: 270rpx;
  39. overflow: hidden;
  40. margin: 0 0 68rpx 10rpx;
  41. padding: 0 25rpx;
  42. }
  43. .art-lesson {
  44. position: relative;
  45. margin-top: 30rpx;
  46. }
  47. .art-con {
  48. display: flex;
  49. justify-content: space-between;
  50. margin-left: 53rpx;
  51. font-size: 28rpx;
  52. color: #444;
  53. }
  54. .art-con-color {
  55. display: flex;
  56. justify-content: space-between;
  57. margin-left: 53rpx;
  58. font-size: 28rpx;
  59. color: #878787;
  60. }
  61. .graph {
  62. position: absolute;
  63. left: 0;
  64. top: 10rpx;
  65. display: flex;
  66. flex-direction: column;
  67. align-items: center;
  68. }
  69. .yuan {
  70. height: 18rpx;
  71. width: 18rpx;
  72. border-radius: 50%;
  73. }
  74. .long-line {
  75. height: 56rpx;
  76. width: 4rpx;
  77. }
  78. .nocheckyuan {
  79. border: 2rpx solid #878787;
  80. }
  81. .check {
  82. background: #48bdfb;
  83. }
  84. .no-check {
  85. border: 2rpx solid #878787;
  86. }
  87. .nocheck {
  88. background: #878787;
  89. }
  90. .none {
  91. display: none;
  92. }
  93. .unfold {
  94. position: absolute;
  95. right: 28rpx;
  96. bottom: 24rpx;
  97. font-size: 28rpx;
  98. line-height: 28rpx;
  99. height: 28rpx;
  100. color: #93AAFA;
  101. }
  102. .dirImg{
  103. width: 16rpx;
  104. height: 9rpx;
  105. position: absolute;
  106. top: 50%;
  107. left: -20rpx;
  108. margin-top: -5rpx;
  109. }