contactUs.css 378 B

1234567891011121314151617181920212223
  1. .section{
  2. color: #fff;
  3. text-align: center;
  4. padding: 0.66rem 0;
  5. background-color: #838383;
  6. }
  7. .section .title .desc{
  8. font-size: 0.3rem;
  9. margin-bottom: 0.22rem;
  10. }
  11. .section .title .info{
  12. font-size: 0.22rem;
  13. /* margin-bottom: 0.76rem; */
  14. }
  15. #myMap{
  16. width: 100%;
  17. height:6rem ;
  18. }
  19. .beianinfo{
  20. display: inline-block;
  21. margin-left: 0.65rem;
  22. }