jq22.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. body,
  2. div,
  3. p,
  4. ul,
  5. table,
  6. li {
  7. margin: 0;
  8. padding: 0;
  9. }
  10. ul li {
  11. list-style: none;
  12. }
  13. #FontScroll {
  14. height: 134px;
  15. line-height: 30px;
  16. overflow: Hidden;
  17. padding: 5px 0;
  18. margin: 0 auto;
  19. /* background-color: #2a2a2a; */
  20. margin-top: -12px;
  21. }
  22. #FontScroll a {
  23. color: #f0f8ff;
  24. text-decoration: none;
  25. }
  26. #FontScroll .line {
  27. text-align: left;
  28. width: 100%;
  29. }
  30. #FontScroll .fontColor a {
  31. /* color: red; */
  32. transition: all 1.5s ease 0s;
  33. }
  34. #FontScroll {
  35. padding: 0 30px;
  36. }
  37. .navBox {
  38. position: absolute;
  39. height: 77px;
  40. background: rgba(0, 0, 0, 0.6);
  41. z-index: 999;
  42. left: 1px;
  43. top: 1px;
  44. display: flex;
  45. width: 99.86%;
  46. }
  47. .navBox ul {
  48. width: 100%;
  49. list-style: none;
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. }
  54. .navBox ul li {
  55. display: flex;
  56. align-items: center;
  57. justify-content: center;
  58. }
  59. .navBox ul li img{
  60. margin-right: 11px;
  61. }
  62. .navBox ul li a {
  63. text-decoration: none;
  64. font-size: 16px;
  65. font-family: HiraginoSansGB-W6;
  66. font-weight: normal;
  67. color: rgba(255, 255, 255, 1);
  68. }