promotionhref.wxss 171 B

12345678
  1. /* pages/promotion/promotionhref.wxss */
  2. .webv {
  3. width: 100%;
  4. height: calc((100vw - 40px) * 250 / 690);
  5. background: #fff;
  6. position: relative;
  7. overflow: hidden;
  8. }