C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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