1234567891011121314151617181920212223 |
- /* pages/activity/strategy/strategy.wxss */
- .strategy-main {
- width: 100%;
- height: 100%;
- background: #FD423B;
- overflow-y: scroll;
- }
- .strategy-bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 1334rpx;
- }
- .myVideo {
- position: absolute;
- left: 50%;
- top: 273rpx;
- width: 680rpx;
- height: 382rpx;
- transform: translateX(-50%);
- z-index: 2;
- }
|