contactUsPC.css 364 B

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