123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- @charset "UTF-8";
- .chapter-container {
- background: #44434f;
- }
- .chapter-li {
- height: 186rpx;
- }
- .chapter-li .cover-icon {
- position: absolute;
- top: 50%;
- left: 50%;
- }
- .chapter-li .back-pause {
- margin-top: -40rpx;
- margin-left: -40rpx;
- width: 80rpx;
- height: 80rpx;
- }
- .chapter-li .back-playing {
- margin-top: -30rpx;
- margin-left: -30rpx;
- width: 60rpx;
- height: 60rpx;
- }
- .chapter-li .playback-image {
- position: relative;
- float: left;
- margin: 22rpx 0 0 20rpx;
- }
- .chapter-li .playback-first-image {
- width: 192rpx;
- height: 144rpx;
- }
- .chapter-li .playback-list-msg {
- position: relative;
- margin-left: 240rpx;
- border-bottom: 1px solid #4D4B59;
- height: 100%;
- padding: 20rpx 40rpx 20rpx 24rpx;
- box-sizing: border-box;
- }
- .chapter-li .list-title {
- display: block;
- height: 88rpx;
- line-height: 1.5;
- display: block;
- overflow: hidden;
- font-size: 16px;
- }
- .chapter-li .harpter-text {
- font-size: 28rpx;
- overflow: hidden;
- }
- .chapter-li .list-time {
- position: absolute;
- left: 64rpx;
- bottom: 20rpx;
- font-size: 26rpx;
- }
- .chapter-li .list-duration-icon {
- position: absolute;
- left: 24rpx;
- bottom: 24rpx;
- width: 28rpx;
- height: 28rpx;
- }
- .chapter-li .title-color {
- color: #fff;
- }
- .chapter-color {
- color: #42A5F5;
- }
- /**
- 白天皮肤
- */
- .plv-mp-skin__white {
- background: #f5f9fa;
- }
- .plv-mp-skin__white .chapter-li .title-color {
- color: #212121;
- }
- .plv-mp-skin__white .playback-list-msg {
- border-bottom: 0;
- }
|