playShow.wxss 774 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. height: 610rpx;
  19. overflow-y: auto;
  20. }
  21. .desc2{
  22. color: #999;
  23. font-size: 24rpx;
  24. margin-top: 20px;
  25. }
  26. .zan-view image,.share-view image{
  27. width: 70rpx ;
  28. height: 70rpx;
  29. }
  30. .edit-view{
  31. width: 759rpx;
  32. display: flex;
  33. position: fixed;
  34. background: #FFF;
  35. bottom: 0;
  36. font-size: 24rpx;
  37. }
  38. .edit-view>view{
  39. margin: 0 auto;
  40. text-align: center;
  41. width: 200rpx;
  42. }
  43. .edit-view text{
  44. font-size: 24rpx;
  45. }
  46. .share-view{
  47. padding: 0;
  48. margin: 0;
  49. background: #FFF;
  50. width: 200rpx !important;
  51. }
  52. .share-view view{
  53. font-weight: 400 !important;
  54. font-size: 24rpx;
  55. }