playShow.wxss 687 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .container{
  2. padding: 0;
  3. margin: 0;
  4. }
  5. #playShow{
  6. width: 750rpx;
  7. height: 563rpx;
  8. }
  9. .title,.desc{
  10. width: 700rpx;
  11. padding: 10rpx 25rpx;
  12. }
  13. .title{
  14. font-size: 32rpx;
  15. }
  16. .desc{
  17. color: #999;
  18. min-height: 300px;
  19. }
  20. .desc2{
  21. color: #999;
  22. font-size: 24rpx;
  23. margin-top: 20px;
  24. }
  25. .zan-view image,.share-view image{
  26. width: 100rpx ;
  27. height: 100rpx;
  28. }
  29. .edit-view{
  30. width: 600rpx;
  31. display: flex;
  32. margin: 20px auto 0;
  33. }
  34. .edit-view>view{
  35. margin: 0 auto;
  36. text-align: center;
  37. width: 200rpx;
  38. }
  39. .edit-view text{
  40. font-size: 24rpx;
  41. }
  42. .share-view{
  43. padding: 0;
  44. margin: 0;
  45. background: #FFF;
  46. width: 200rpx !important;
  47. }
  48. .share-view view{
  49. font-weight: 400 !important;
  50. }