1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .container{
- padding: 0;
- margin: 0;
- }
- #playShow{
- width: 750rpx;
- height: 563rpx;
- }
- .title,.desc{
- width: 700rpx;
- padding: 10rpx 25rpx;
- }
- .title{
- font-size: 32rpx;
- }
- .desc{
- color: #999;
- }
- .desc2{
- color: #999;
- font-size: 24rpx;
- padding-left: 24rpx;
- }
- .zan-view image,.share-view image{
- width: 100rpx ;
- height: 100rpx;
- }
- .edit-view{
- width: 600rpx;
- display: flex;
- position: absolute;
- bottom: 200rpx;
- left: 50%;
- margin-left: -300rpx;
- }
- .edit-view>view{
- margin: 0 auto;
- text-align: center;
- width: 200rpx;
- }
- .edit-view text{
- font-size: 24rpx;
- }
- .share-view{
- padding: 0;
- margin: 0;
- background: #FFF;
- width: 200rpx !important;
- }
- .share-view view{
- font-weight: 400 !important;
- }
|