星火官网,前端页面(前台)
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.

comm.css 708B

123456789101112131415161718192021222324252627282930313233343536
  1. html,
  2. body {
  3. margin: 0;
  4. padding: 0;
  5. font-size: 100px;
  6. line-height: 1;
  7. font-family: "Source Han Sans CN" !important;
  8. color: #333;
  9. box-sizing: border-box;
  10. background-color: #F5F7F9;
  11. user-select: none;
  12. }
  13. .header_root {
  14. position: fixed;
  15. width: 100%;
  16. color: #fff;
  17. background-color: transparent;
  18. z-index: 9999;
  19. }
  20. .header_root.bg_white {
  21. color: #333;
  22. background-color: #fff;
  23. }
  24. .header_root:hover {
  25. color: #333;
  26. background-color: #fff;
  27. }
  28. .header_root:hover .header_box .header_left .left_white {
  29. display: none;
  30. }
  31. .header_root:hover .header_box .header_left .left_gray {
  32. display: inline-block;
  33. }
  34. .footer_root {
  35. background-color: #F5F7F9;
  36. }