You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
616 B

  1. *{margin: 0; padding: 0;}
  2. .topbox{}
  3. .section-content{}
  4. .nav-height{ position:relative; height: 0.46rem;width: 100%;}
  5. .nav-wrap { width: 100%;background-color: #fff;}
  6. .nav-wrap.navFix{position: fixed;top: 0;left: 0; z-index: 99999;}
  7. .nav-wrap ul {}
  8. .nav-wrap.navFix ul{ border-bottom: 0;}
  9. .nav-wrap li {}
  10. .nav-wrap li a {}
  11. .nav-wrap li a:hover{}
  12. .nav-wrap li a.active {color: rgb(27, 26, 32)!important;}
  13. .nav-mobile {display: none;font-weight: bold;width: 100%;}
  14. .click-me {width: 150px;height: 30px; background: #4680d1;color: white; text-align: center;line-height: 30px;}
  15. .click-me a {display: block;color: white;}