index.wxss 208 B

12345678910111213141516
  1. /**index.wxss**/
  2. .container{
  3. position: relative;
  4. width: 100%;
  5. height: 100vh;
  6. }
  7. #ofoMap{
  8. position: absolute;
  9. left: 0;
  10. top: 0;
  11. right: 0;
  12. bottom: 0;
  13. width: 100%;
  14. height: 100%;
  15. z-index: 1;
  16. }