lesson.wxss 883 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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:575rpx;
  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. .main{
  20. margin-top: 575rpx;
  21. width:100%;
  22. align-items: flex-start;
  23. background-color: #fff;
  24. }
  25. .item{
  26. width:720rpx;
  27. height:100rpx;
  28. margin-left: 30rpx;
  29. color:#1e1e1e;
  30. font-size:28rpx;
  31. font-weight: 400;
  32. justify-content: flex-start;
  33. }
  34. .universalpic_read_begin_gray_20x20{
  35. width:21rpx;
  36. height:20rpx;
  37. margin-right: 20rpx;
  38. }
  39. .music-player-play{
  40. width:60rpx;
  41. height:60rpx;
  42. margin: 20rpx;
  43. }
  44. .music-player-pause-lines{
  45. width:60rpx;
  46. height:60rpx;
  47. margin: 20rpx;
  48. }
  49. .btnUp{
  50. width:60rpx;
  51. height:60rpx;
  52. background-color: rgba(240,240,240,0.6);
  53. margin-top: -80rpx;
  54. }