C端小程序
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.

13 line
171 B

  1. /* pages/FMController/index.wxss */
  2. .container {
  3. height: 100vh;
  4. overflow: hidden;
  5. }
  6. #temp{
  7. position: fixed;
  8. top:0;
  9. left: -100%;
  10. }
  11. page{
  12. padding-bottom:0;
  13. }