123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .container{
- padding: 0;
- margin: 0;
- }
- #playShow{
- width: 750rpx;
- height: 563rpx;
- }
- .title,.desc{
- width: 700rpx;
- padding: 10rpx 25rpx;
- }
- .title{
- font-size: 32rpx;
- }
- .desc{
- color: #999;
- min-height: 300px;
- }
- .desc2{
- color: #999;
- font-size: 24rpx;
- margin-top: 20px;
- }
- .zan-view image,.share-view image{
- width: 100rpx ;
- height: 100rpx;
- }
- .edit-view{
- width: 600rpx;
- display: flex;
- margin: 20px auto 0;
- }
- .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;
- }
|