strategy.wxss 633 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* pages/activity/strategy/strategy.wxss */
  2. .strategy-main {
  3. width: 100%;
  4. height: 1791rpx;
  5. background: #FD423B;
  6. overflow-y: scroll;
  7. position: relative;
  8. }
  9. .strategy-bg {
  10. position: absolute;
  11. left: 0;
  12. top: 0;
  13. width: 100%;
  14. height: 1791rpx;
  15. }
  16. .myVideo {
  17. position: absolute;
  18. left: 50%;
  19. top: 273rpx;
  20. width: 680rpx;
  21. height: 382rpx;
  22. transform: translateX(-50%);
  23. z-index: 2;
  24. }
  25. .copy-btn{
  26. width: 168rpx;
  27. height: 59rpx;
  28. background: #ff9743;
  29. border-radius: 30rpx;
  30. line-height: 59rpx;
  31. text-align: center;
  32. color: #fff;
  33. font-size: 34rpx;
  34. position: absolute;
  35. bottom: 128rpx;
  36. right: 48rpx;
  37. }