lesson.wxss 783 B

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