header.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .header{
  2. .h-top{
  3. height:37px;
  4. line-height:37px;
  5. font-size:12px;
  6. border-bottom:1px solid #e0e0e0;
  7. background:url(../img/top_bg.jpg) repeat-x;
  8. width:100%;
  9. .top-left{
  10. width: 15%;
  11. font-size:16px;
  12. font-weight:bold;
  13. a{
  14. margin: 0 10px;
  15. }
  16. }
  17. // h2{
  18. // text-align: left;
  19. // }
  20. // ul{
  21. // li{
  22. // float:left;
  23. // a{
  24. // color:#333;
  25. // cursor: pointer;
  26. // }
  27. // span{
  28. // margin:0 15px;
  29. // color:#333;
  30. // }
  31. // }
  32. // }
  33. .facebook{
  34. position: relative;
  35. display: inline-flex;
  36. font-size: 14px;
  37. margin-left: 60%;
  38. align-items: center;
  39. p,.icon{
  40. padding: 0 10px;
  41. cursor: pointer;
  42. }
  43. .QRcode{
  44. position: absolute;
  45. top: 38px;
  46. height: 150px;
  47. width: 150px;
  48. left: 150px;
  49. }
  50. }
  51. }
  52. .h-main{
  53. // height:90px;
  54. // line-height:85px;
  55. .h-logo{
  56. // height:60px;
  57. text-align: center;
  58. width: 100%;
  59. margin-bottom: 10px;
  60. img{
  61. height:120px;
  62. width:auto;
  63. }
  64. }
  65. .h-logo-ad{
  66. img{
  67. height:80px;
  68. width: 800px;
  69. }
  70. }
  71. }
  72. .nav{
  73. height:46px;
  74. line-height:46px;
  75. width: 1200px;
  76. margin: auto;
  77. .menu{
  78. width: 1200px;
  79. margin: 0 auto;
  80. .ivu-menu-horizontal{
  81. height: 46px;
  82. line-height: 46px;
  83. .ivu-menu-item, .ivu-menu-submenu{
  84. padding: 0 24px;
  85. i{
  86. display: none;
  87. }
  88. .ivu-select-dropdown .ivu-menu-item{
  89. padding: 7px 16px 8px;
  90. }
  91. }
  92. }
  93. .ivu-menu-dark{
  94. background: none;
  95. }
  96. li{
  97. float:left;
  98. font-size:20px;
  99. font-weight: bold;
  100. cursor: pointer;
  101. overflow: initial;
  102. &.active a{
  103. height:48px;
  104. line-height:48px;
  105. margin-top:-4px;
  106. background:#193d80;
  107. }
  108. a{
  109. color:#fff;
  110. display: inline-block;
  111. width:83px;
  112. text-align: center;
  113. }
  114. }
  115. li:hover a{
  116. height:48px;
  117. line-height:48px;
  118. margin-top:-4px;
  119. font-weight: bold;
  120. background:#193d80;
  121. color:#fff;
  122. text-decoration:none;
  123. }
  124. }
  125. }
  126. // .nav li.active a{height:48px;line-height:48px;margin-top:-4px;}
  127. // .wgw-bg{
  128. // background:#1d4187;
  129. // }
  130. }