nHeader.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. html,
  2. body,
  3. .zskk-box {
  4. width: 100%;
  5. padding: 0;
  6. margin: 0;
  7. background: #f5f5f5;
  8. font-family: "微软雅黑";
  9. overflow-x: hidden;
  10. }
  11. .zskk-box .zskk-header {
  12. height: 40px;
  13. box-sizing: border-box;
  14. padding: 0 15% 0 15%;
  15. display: flex;
  16. align-items: center;
  17. }
  18. .zskk-box .zskk-header .zskk-weixin {
  19. display: flex;
  20. align-items: center;
  21. /*border-right: 1px solid #a5a5a5;*/
  22. box-sizing: border-box;
  23. padding-right: 5px;
  24. }
  25. .zskk-box .zskk-header .zskk-bigweixin {
  26. position: absolute;
  27. top: 40px;
  28. z-index: 50;
  29. box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5);
  30. border-radius: 5px;
  31. display: none;
  32. }
  33. .zskk-box .zskk-header .zskk-bigweixin img {
  34. height: 150px;
  35. width: 150px;
  36. }
  37. .zskk-box .zskk-header .zskk-weixin span {
  38. margin-left: 5px;
  39. font-size: 12px;
  40. }
  41. .zskk-box .zskk-header .zskk-loginregister {
  42. width: 110px;
  43. display: flex;
  44. justify-content: flex-end;
  45. margin-left: calc(100% - 400px);
  46. font-size: 12px;
  47. border-right: 1px solid #a5a5a5;
  48. padding: 0 10px;
  49. }
  50. .zskk-box .zskk-header .zskk-loginregister span {
  51. margin-left: 5px;
  52. }
  53. .zskk-box .zskk-header .zskk-phone {
  54. box-sizing: border-box;
  55. padding: 15px 10px;
  56. font-size: 12px;
  57. color: #a00f02;
  58. }
  59. .zskk-box .zskk-header .zskk-phone .zskk-label {
  60. background: #a00f02;
  61. color: #fff;
  62. padding: 2px 10px;
  63. border-radius: 15px;
  64. }
  65. .zskk-box .zskk-titleNav {
  66. height: 65px;
  67. background: #fff;
  68. display: flex;
  69. box-sizing: border-box;
  70. padding-left: calc(20% - 20px);
  71. padding-right: 15%;
  72. align-items: center;
  73. justify-content: space-between;
  74. border-bottom: 1px solid #a00f02;
  75. }
  76. .zskk-box .zskk-titleNav .zskk-title img {
  77. height: 60px;
  78. }
  79. .zskk-box .zskk-titleNav .zskk-nav ul {
  80. display: flex;
  81. }
  82. .zskk-box .zskk-titleNav .zskk-nav li {
  83. list-style: none;
  84. padding: 0 20px;
  85. font-size: 12px;
  86. cursor: pointer;
  87. }
  88. .zskk-box .zskk-titleNav .zskk-nav .zskk-active {
  89. color: #a00f02;
  90. }
  91. .zskk-box .zskk-footer {
  92. height: 230px;
  93. border-top: 2px solid #b85a4f;
  94. background: #dcdcdc;
  95. display: flex;
  96. justify-content: center;
  97. padding-top: 30px;
  98. }
  99. .zskk-box .zskk-footer .zskk-content {
  100. height: 100%;
  101. width: 900px;
  102. display: flex;
  103. justify-content: space-between;
  104. }
  105. .zskk-box .zskk-footer .zskk-content .zskk-phoneAddress {
  106. height: 100%;
  107. width: 430px;
  108. box-sizing: border-box;
  109. padding-top: 30px;
  110. }
  111. .zskk-box .zskk-footer .zskk-content .zskk-phoneAddress .zskk-phone {
  112. height: 60px;
  113. width: 430px;
  114. display: flex;
  115. align-items: center;
  116. font-size: 20px;
  117. font-weight: bolder;
  118. color: #852823;
  119. letter-spacing: 3px;
  120. display: flex;
  121. align-items: center;
  122. justify-content: center;
  123. }
  124. .zskk-box .zskk-footer .zskk-content .zskk-phoneAddress .zskk-address1,
  125. .zskk-box .zskk-footer .zskk-content .zskk-phoneAddress .zskk-address2 {
  126. height: 40px;
  127. width: 430px;
  128. font-size: 16px;
  129. display: flex;
  130. align-items: center;
  131. justify-content: center;
  132. font-weight: bolder;
  133. color: #02273a;
  134. }
  135. .zskk-box .zskk-footer .zskk-content .zskk-links {
  136. height: 100%;
  137. width: 200px;
  138. display: flex;
  139. flex-direction: column;
  140. color: #02273a;
  141. }
  142. .zskk-box .zskk-footer .zskk-content .zskk-links .zskk-label {
  143. height: 50px;
  144. width: 200px;
  145. display: flex;
  146. justify-content: center;
  147. letter-spacing: 4px;
  148. font-size: 18px;
  149. font-weight: bolder;
  150. }
  151. .zskk-box .zskk-footer .zskk-content .zskk-links .zskk-value {
  152. height: 35px;
  153. width: 200px;
  154. display: flex;
  155. justify-content: center;
  156. letter-spacing: 2px;
  157. font-family: "幼圆";
  158. font-size: 18px;
  159. }
  160. .zskk-box .zskk-footer .zskk-content .zskk-weixin {
  161. height: 100%;
  162. width: 130px;
  163. display: flex;
  164. flex-direction: column;
  165. align-items: center;
  166. color: #02273a;
  167. }
  168. .zskk-box .zskk-footer .zskk-content .zskk-weixin img {
  169. margin-top: 20px;
  170. width: 110px;
  171. }
  172. .zskk-box .zskk-footer .zskk-content .zskk-weixin .zskk-weixinname img {
  173. width: 130px;
  174. }
  175. ul {
  176. padding: 0;
  177. margin: 0;
  178. }
  179. a {
  180. text-decoration: none;
  181. color: inherit;
  182. }