1234567891011121314151617181920212223242526272829303132333435 |
- .videoSection{
- width: 750rpx;
- height: 428rpx;
- }
- audio{
- background: #000;
- width: 100%;
- height: 200rpx;
- position: fixed;
- bottom: 200rpx;
- }
- .footSection{
- width: 750rpx;
- height: 124rpx;
- position: fixed;
- bottom: 0;
- background: #aaa;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .readingBtn{
- width: 148rpx;
- height: 148rpx;
- border-radius: 50%;
- background: #aaa;
- }
- .footerBtn{
- display: flex;
- flex-direction: column;
- }
- .footerBtn image{
- width: 48rpx;
- height: 48rpx;
- }
|