lessonList.wxss 1.8 KB

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