lesson.wxss 768 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .container {
  2. background-color: #f0f0f0;
  3. color:#1e1e1e;
  4. font-weight: 500;
  5. justify-content: flex-start;
  6. }
  7. .top {
  8. width:100%;
  9. height:495rpx;
  10. position: fixed;
  11. z-index: 10;
  12. background-color: #f0f0f0;
  13. }
  14. .img {
  15. width:720rpx;
  16. height:405rpx;
  17. border-radius: 10rpx;
  18. }
  19. .pause{
  20. background-color: rgba(0,0,0,0.2);
  21. position: absolute;
  22. z-index: 20;
  23. }
  24. .music-player-play{
  25. width:102rpx;
  26. height:120rpx;
  27. }
  28. .main{
  29. margin-top: 495rpx;
  30. width:100%;
  31. align-items: flex-start;
  32. background-color: #fff;
  33. }
  34. .item{
  35. width:720rpx;
  36. height:100rpx;
  37. margin-left: 30rpx;
  38. color:#1e1e1e;
  39. font-size:28rpx;
  40. font-weight: 400;
  41. justify-content: flex-start;
  42. }
  43. .universalpic_read_begin_gray_20x20{
  44. width:21rpx;
  45. height:20rpx;
  46. margin-right: 20rpx;
  47. }