东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
136B

  1. /* pages/prizeDetail/prizeDetail.wxss */
  2. .main{
  3. height: calc(100vh - 120rpx);
  4. overflow: auto;
  5. -webkit-overflow-scrolling: touch;
  6. }