map.module.less 227B

12345678910111213141516
  1. .map-box {
  2. width: 100vw;
  3. .address {
  4. width: 100%;
  5. background: #fff;
  6. height: 90px;
  7. font-size: 24px;
  8. font-weight: 500;
  9. color: #202020;
  10. line-height: 90px;
  11. padding: 0 var(--main-space);
  12. }
  13. }