/* pages/activity/strategy/strategy.wxss */ .strategy-main { width: 100%; height: 1791rpx; background: #FD423B; overflow-y: scroll; position: relative; } .strategy-bg { position: absolute; left: 0; top: 0; width: 100%; height: 1791rpx; } .myVideo { position: absolute; left: 50%; top: 273rpx; width: 680rpx; height: 382rpx; transform: translateX(-50%); z-index: 2; } .copy-btn{ width: 168rpx; height: 59rpx; background: #ff9743; border-radius: 30rpx; line-height: 59rpx; text-align: center; color: #fff; font-size: 34rpx; position: absolute; bottom: 128rpx; right: 48rpx; }