strategy.wxss 376 B

1234567891011121314151617181920212223
  1. /* pages/activity/strategy/strategy.wxss */
  2. .strategy-main {
  3. width: 100%;
  4. height: 100%;
  5. background: #FD423B;
  6. overflow-y: scroll;
  7. }
  8. .strategy-bg {
  9. position: absolute;
  10. left: 0;
  11. top: 0;
  12. width: 100%;
  13. height: 1334rpx;
  14. }
  15. .myVideo {
  16. position: absolute;
  17. left: 50%;
  18. top: 273rpx;
  19. width: 680rpx;
  20. height: 382rpx;
  21. transform: translateX(-50%);
  22. z-index: 2;
  23. }