rule.wxss 169 B

1234567891011
  1. /* pages/activity/rule/rule.wxss */
  2. .rule-main {
  3. width: 100%;
  4. height: 100%;
  5. overflow-y: scroll;
  6. }
  7. .rule-bg {
  8. width: 100%;
  9. height: 5407rpx;
  10. display: block;
  11. }