nav.less 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. // 导航部分
  2. .partOne .navigationOne,
  3. .partOne .navigationOne>li,
  4. .partTwo .navigationTwo,
  5. .partTwo .navigationTwo>li {
  6. float: left;
  7. }
  8. .partOne {
  9. width: 100%;
  10. height: 110px;
  11. margin-bottom: 10px;
  12. background-color: #fff;
  13. font-size: 20px;
  14. font-family: PingFang SC-Semibold;
  15. background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/head/menubg.png") no-repeat center;
  16. .inner {
  17. display: flex;
  18. justify-content: space-between;
  19. .navLeft {
  20. width:160px;
  21. font-size: 16px;
  22. display: flex;
  23. }
  24. .navIndex {
  25. height: 100px;
  26. line-height: 120px;
  27. a {
  28. font-size: 16px;
  29. color: #fff;
  30. font-weight: bold;
  31. &:hover {
  32. color: #ABE874;
  33. }
  34. }
  35. }
  36. .navClass {
  37. padding-top: 29px;
  38. padding-left: 30px;
  39. font-weight: bold;
  40. color: #fff;
  41. a {
  42. color: #fff;
  43. &:hover {
  44. color: #ABE874;
  45. }
  46. }
  47. div:nth-child(2){
  48. padding-top:20px;
  49. }
  50. }
  51. }
  52. .navigationOne {
  53. width: 1200px;
  54. color: #333;
  55. display: flex;
  56. flex-wrap: wrap;
  57. padding-top: 20px;
  58. li {
  59. width: 68px;
  60. font-family: PingFang SC;
  61. height: 40px;
  62. line-height: 40px;
  63. //font-weight: 600;
  64. font-size: 16px;
  65. text-align: left;
  66. font-style: normal;
  67. text-transform: none;
  68. margin: 0 10px;
  69. text-align: center;
  70. a {
  71. color: #fff;
  72. display: block;
  73. }
  74. }
  75. >li:hover a {
  76. color: #ABE874;
  77. }
  78. .active{
  79. color: #ABE874;
  80. }
  81. }
  82. }
  83. .partThree {
  84. width: 100%;
  85. height: 105px;
  86. .inner {
  87. margin-bottom: 5px;
  88. display: flex;
  89. }
  90. .channel,
  91. .areaChannel {
  92. float: left;
  93. margin-top: 17px;
  94. }
  95. .channel {
  96. width: 56px;
  97. height: 20px;
  98. font-family: PingFang SC, PingFang SC;
  99. font-weight: 600;
  100. font-size: 14px;
  101. color: #666666;
  102. line-height: 20px;
  103. text-align: left;
  104. font-style: normal;
  105. text-transform: none;
  106. }
  107. .areaChannel {
  108. width: 1122px;
  109. margin-left: 14px;
  110. >span {
  111. display: inline-block;
  112. height: 16px;
  113. line-height: 16px;
  114. margin-bottom: 10px;
  115. padding: 0 8px;
  116. text-align: center;
  117. font-family: PingFang SC, PingFang SC;
  118. font-weight: 400;
  119. font-size: 14px;
  120. text-align: center;
  121. font-style: normal;
  122. text-transform: none;
  123. border-right: 1px solid #e6e6e6;
  124. a {
  125. display: inline-block;
  126. height: 16px;
  127. color: #868686;
  128. }
  129. a:hover {
  130. color: #868686;
  131. }
  132. }
  133. >span:last-child,
  134. >span:nth-child(18),
  135. >span:nth-child(32) {
  136. border-right: none;
  137. }
  138. >span:hover a {
  139. color: #139602;
  140. }
  141. }
  142. }
  143. .logo {
  144. margin-top: 5px;
  145. height: 90px;
  146. img {
  147. width: 1200px;
  148. height: 90px;
  149. }
  150. }
  151. // 行政查询
  152. .select {
  153. width: 100%;
  154. height: 62px;
  155. line-height: 62px;
  156. margin-top: 10px;
  157. .inner {
  158. width: 1200px;
  159. height: 62px;
  160. margin-top: 10px;
  161. background-color: #fafafa;
  162. }
  163. .role,
  164. .region {
  165. float: left;
  166. height: 62px;
  167. .el-select--large::v-deep .el-select__wrapper {
  168. font-size: 14px;
  169. gap: 6px;
  170. line-height: 24px;
  171. min-height: 35px;
  172. padding: 0;
  173. border: none;
  174. box-shadow: none;
  175. }
  176. .el-select__placeholder::v-deep.is-transparent {
  177. color: #999999;
  178. font-weight: 600;
  179. }
  180. >.title {
  181. float: left;
  182. width: 120px;
  183. font-family: PingFang SC, PingFang SC;
  184. font-weight: 600;
  185. font-size: 20px;
  186. color: #666666;
  187. text-align: left;
  188. font-style: normal;
  189. text-transform: none;
  190. }
  191. .searchRole {
  192. float: left;
  193. padding-left: 20px;
  194. box-sizing: border-box;
  195. i {
  196. display: inline-block;
  197. width: 1px;
  198. height: 12px;
  199. background-color: #d9d9d9;
  200. margin: 0 10px;
  201. vertical-align: middle;
  202. }
  203. }
  204. }
  205. .role {
  206. padding-left: 16px;
  207. .searchRole {
  208. width: 440px;
  209. height: 40px;
  210. line-height: 35px;
  211. background-color: #fff;
  212. border: 1px solid #ededed;
  213. margin: 10px 20px 12px 22px;
  214. border-radius: 25px;
  215. em {
  216. display: inline-block;
  217. width: 29px;
  218. height: 29px;
  219. margin: 4px;
  220. margin-right: 25px;
  221. margin-left: 20px;
  222. vertical-align: -13px;
  223. background: url('http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png');
  224. cursor: pointer;
  225. }
  226. >.ipt {
  227. width: 245px;
  228. font-family: PingFang SC, PingFang SC;
  229. font-weight: 600;
  230. font-size: 14px;
  231. color: #666;
  232. line-height: 16px;
  233. padding-left: 22px;
  234. box-sizing: border-box;
  235. text-align: left;
  236. font-style: normal;
  237. text-transform: none;
  238. border: none;
  239. outline: none;
  240. }
  241. >.ipt::placeholder {
  242. color: #cccccc;
  243. }
  244. span {
  245. color: #999999;
  246. }
  247. }
  248. }
  249. .region {
  250. .searchRole {
  251. width: 440px;
  252. height: 40px;
  253. line-height: 35px;
  254. background-color: #fff;
  255. border: 1px solid #ededed;
  256. margin: 10px 0px 12px 16px;
  257. border-radius: 25px;
  258. }
  259. em {
  260. display: inline-block;
  261. width: 29px;
  262. height: 29px;
  263. margin-left: 48px;
  264. vertical-align: middle;
  265. background: url('http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png');
  266. cursor: pointer;
  267. }
  268. i {
  269. display: inline-block;
  270. width: 24px;
  271. height: 24px;
  272. margin-right: 11px;
  273. vertical-align: middle;
  274. background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png");
  275. }
  276. span {
  277. color: #999999;
  278. margin-right: 22px;
  279. }
  280. }
  281. }
  282. .cityBox {
  283. height: 60px;
  284. background: #9CD26B;
  285. display: flex;
  286. margin: 0 auto;
  287. .cityMain {
  288. width: 1200px;
  289. height: 60px;
  290. line-height: 60px;
  291. margin: 0 auto;
  292. display: flex;
  293. justify-content: flex-start;
  294. .cityTitle {
  295. font-size: 16px;
  296. color: #fff;
  297. font-weight: bold;
  298. padding-left: 60px;
  299. margin-right: 30px;
  300. width: 76px;
  301. }
  302. .cityList {
  303. li {
  304. font-size: 16px;
  305. float: left;
  306. color: #fff;
  307. margin-right: 14px;
  308. cursor: pointer;
  309. a {
  310. font-size: 16px;
  311. color: #fff;
  312. cursor: pointer;
  313. &:hover {
  314. color: #ABE874;
  315. }
  316. }
  317. }
  318. }
  319. }
  320. }