Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

header.css 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /*
  2. * logo
  3. */
  4. .content-2{
  5. width: 98%;
  6. float: left;
  7. padding: 0 1%;
  8. }
  9. .box-2{
  10. width: 100%;
  11. height: 40px;
  12. line-height: 40px;
  13. margin:0 auto;
  14. display: block;
  15. padding:10px 0px;
  16. }
  17. .qy-2-1{
  18. width: 24%;
  19. height: 40px;
  20. text-align:center;
  21. line-height: 40px;
  22. }
  23. .qy-2-1 img{
  24. max-width: 88%;
  25. }
  26. .font-3{
  27. display: block;
  28. height: 40px;
  29. line-height: 40px;
  30. text-align:center !important;
  31. }
  32. /*
  33. * 登录注册 按钮
  34. */
  35. .content-3{
  36. width: 100%;
  37. background: rgba(255, 255, 255, 0.7);
  38. position: relative;
  39. float: left;
  40. }
  41. .box-3{
  42. width: 100%;
  43. height: 40px;
  44. line-height: 40px;
  45. margin:0 auto;
  46. display: block;
  47. position: relative;
  48. }
  49. .box-3 .font-11 a:hover{
  50. color:#fff;
  51. }
  52. .font-11{
  53. border-radius: 5px;
  54. /* 绿色 */
  55. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  56. background: rgb(0, 165, 120);
  57. padding:5px 10px;
  58. margin-right: 2px !important;
  59. }
  60. .font-11-1{
  61. margin-right: 2px !important;
  62. }
  63. .font-10{
  64. color: rgb(255, 255, 255);
  65. font-family: "HarmonyOS Sans SC";
  66. font-size: 14px;
  67. font-weight: 500;
  68. line-height: 100%;
  69. letter-spacing: 0px;
  70. text-align: center;
  71. }
  72. .font-12{
  73. box-sizing: border-box;
  74. border: 1px solid rgb(0, 165, 120);
  75. border-radius: 5px;
  76. padding:5px 10px;
  77. /* 绿色 */
  78. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  79. margin-left: 2px !important;
  80. }
  81. .font-13{
  82. color: rgb(0, 165, 120);
  83. font-family: "HarmonyOS Sans SC";
  84. font-size: 14px;
  85. font-weight: 500;
  86. line-height: 100%;
  87. letter-spacing: 0px;
  88. text-align: center;
  89. }
  90. /*
  91. * 导航
  92. */
  93. .qy-6{
  94. text-align: left;
  95. position: absolute;
  96. right: 0;
  97. top: 40px;
  98. width: 100px;
  99. z-index: 9999;
  100. background: rgba(255, 255, 255, 1.0);
  101. border-radius: 5px;
  102. }
  103. .qy-6 li{
  104. float:left;
  105. width: 94%;
  106. padding: 0 3%;
  107. text-align: center;
  108. }
  109. .qy-6 a{
  110. color: rgb(115, 119, 159);
  111. font-family: "HarmonyOS Sans SC";
  112. font-size: 14px;
  113. font-weight: 500;
  114. line-height: 100%;
  115. letter-spacing: 0px;
  116. text-align: left;
  117. }
  118. .qy-6 .active{
  119. color: rgb(40, 45, 108);
  120. font-family: "HarmonyOS Sans SC";
  121. font-size: 14px;
  122. font-weight: bold;
  123. line-height: 100%;
  124. letter-spacing: 0px;
  125. text-align: center;
  126. }
  127. .qy-6-1{
  128. }
  129. .top-menu{
  130. width:96%;
  131. padding:0 2%;
  132. height: 40px;
  133. }
  134. .top-menu .nav{
  135. width: 80%;float: left;
  136. }
  137. .top-menu .menu{
  138. width: 20%;float: left;
  139. text-align: center;
  140. }