| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .container {
- background-color: #f0f0f0;
- color:#1e1e1e;
- font-weight: 500;
- justify-content: flex-start;
- }
- .top {
- width:100%;
- height:495rpx;
- position: fixed;
- z-index: 10;
- background-color: #f0f0f0;
- }
- .img {
- width:720rpx;
- height:405rpx;
- border-radius: 10rpx;
- }
- .pause{
- background-color: rgba(0,0,0,0.2);
- position: absolute;
- z-index: 20;
- }
- .music-player-play{
- width:102rpx;
- height:120rpx;
- }
- .main{
- margin-top: 495rpx;
- width:100%;
- align-items: flex-start;
- background-color: #fff;
- }
- .item{
- width:720rpx;
- height:100rpx;
- margin-left: 30rpx;
- color:#1e1e1e;
- font-size:28rpx;
- font-weight: 400;
- justify-content: flex-start;
- }
- .universalpic_read_begin_gray_20x20{
- width:21rpx;
- height:20rpx;
- margin-right: 20rpx;
- }
|