playShow.wxss 654 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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: 36rpx;
  15. }
  16. .desc{
  17. color: #999;
  18. }
  19. .zan-view image,.share-view image{
  20. width: 100rpx ;
  21. height: 100rpx;
  22. }
  23. .edit-view{
  24. width: 600rpx;
  25. display: flex;
  26. position: absolute;
  27. bottom: 200rpx;
  28. left: 50%;
  29. margin-left: -300rpx;
  30. }
  31. .edit-view>view{
  32. margin: 0 auto;
  33. text-align: center;
  34. width: 200rpx;
  35. }
  36. .edit-view text{
  37. font-size: 24rpx;
  38. }
  39. .share-view{
  40. padding: 0;
  41. margin: 0;
  42. background: #FFF;
  43. width: 200rpx !important;
  44. }
  45. .share-view view{
  46. font-weight: 400 !important;
  47. }