playShow.wxss 722 B

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