1234567891011121314151617181920212223 |
- .worksList {
- .playLine {
- position: fixed;
- top: 50%;
- z-index: 999;
- width: 100%;
- height: 1rpx;
- background-color: transparent;
- }
- .box {
- // width: 700rpx;
- // margin: auto;
- }
- }
- .share {
- width: 375px;
- height: 300px;
- position: absolute;
- left: -9999rpx;
- top: -9999rpx;
- }
|