lessonList.wxss 1.8 KB

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