playback.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. @charset "UTF-8";
  2. .chapter-container {
  3. background: #44434f;
  4. }
  5. .chapter-li {
  6. height: 186rpx;
  7. }
  8. .chapter-li .cover-icon {
  9. position: absolute;
  10. top: 50%;
  11. left: 50%;
  12. }
  13. .chapter-li .back-pause {
  14. margin-top: -40rpx;
  15. margin-left: -40rpx;
  16. width: 80rpx;
  17. height: 80rpx;
  18. }
  19. .chapter-li .back-playing {
  20. margin-top: -30rpx;
  21. margin-left: -30rpx;
  22. width: 60rpx;
  23. height: 60rpx;
  24. }
  25. .chapter-li .playback-image {
  26. position: relative;
  27. float: left;
  28. margin: 22rpx 0 0 20rpx;
  29. }
  30. .chapter-li .playback-first-image {
  31. width: 192rpx;
  32. height: 144rpx;
  33. }
  34. .chapter-li .playback-list-msg {
  35. position: relative;
  36. margin-left: 240rpx;
  37. border-bottom: 1px solid #4D4B59;
  38. height: 100%;
  39. padding: 20rpx 40rpx 20rpx 24rpx;
  40. box-sizing: border-box;
  41. }
  42. .chapter-li .list-title {
  43. display: block;
  44. height: 88rpx;
  45. line-height: 1.5;
  46. display: block;
  47. overflow: hidden;
  48. font-size: 16px;
  49. }
  50. .chapter-li .harpter-text {
  51. font-size: 28rpx;
  52. overflow: hidden;
  53. }
  54. .chapter-li .list-time {
  55. position: absolute;
  56. left: 64rpx;
  57. bottom: 20rpx;
  58. font-size: 26rpx;
  59. }
  60. .chapter-li .list-duration-icon {
  61. position: absolute;
  62. left: 24rpx;
  63. bottom: 24rpx;
  64. width: 28rpx;
  65. height: 28rpx;
  66. }
  67. .chapter-li .title-color {
  68. color: #fff;
  69. }
  70. .chapter-color {
  71. color: #42A5F5;
  72. }
  73. /**
  74. 白天皮肤
  75. */
  76. .plv-mp-skin__white {
  77. background: #f5f9fa;
  78. }
  79. .plv-mp-skin__white .chapter-li .title-color {
  80. color: #212121;
  81. }
  82. .plv-mp-skin__white .playback-list-msg {
  83. border-bottom: 0;
  84. }