| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .top {
- width:100%;
- height:555rpx;
- position: fixed;
- z-index: 10;
- background-color: #f0f0f0;
- }
- .img {
- width:720rpx;
- height:405rpx;
- border-radius: 10rpx;
- }
- .main{
- margin-top: 555rpx;
- 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;
- }
- .music-player-play{
- width:60rpx;
- height:60rpx;
- margin: 30rpx 0 0 0;
- }
- .music-player-pause-lines{
- width:60rpx;
- height:60rpx;
- margin: 30rpx 0 0 0;
- }
- .btnUp{
- width:80rpx;
- height:80rpx;
- background-color: rgba(240,240,240,0.6);
- margin-top: -70rpx;
- }
|