preview.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* compontents/lesson_list/lessonList.wxss */
  2. .material {
  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. .material-con {
  37. margin: 0 0 50rpx 10rpx;
  38. padding: 0 25rpx;
  39. overflow: hidden;
  40. }
  41. .art-img {
  42. display: flex;
  43. justify-content: space-between;
  44. height:32rpx;
  45. margin-left: 53rpx;
  46. height:32rpx;
  47. font-size: 28rpx;
  48. color: #303030;
  49. margin-top: 24rpx;
  50. }
  51. .unfold {
  52. position: absolute;
  53. right: 28rpx;
  54. bottom: 24rpx;
  55. font-size: 28rpx;
  56. line-height: 28rpx;
  57. height: 28rpx;
  58. color: #93AAFA;
  59. }
  60. .dirImg{
  61. width: 16rpx;
  62. height: 9rpx;
  63. position: absolute;
  64. top: 50%;
  65. left: -20rpx;
  66. margin-top: -5rpx;
  67. }