C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
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. }