seek.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. /* 位置导航 */
  2. .places{
  3. height: 45px;
  4. line-height: 45px;
  5. padding: 0 10px;
  6. }
  7. .places i{display: block;width: 20px;height: 45px;background: url(../images/places.png);float: left;margin-right: 5px;}
  8. .places a{color: #999;}
  9. .places span{color: #666;margin: 0 3px;}
  10. /* 条件搜索 */
  11. .condition{
  12. background: #f3f3f3;
  13. }
  14. .condition dl{width: 100%;border-bottom: 1px solid #ddd;}
  15. .condition dl dt{
  16. width: 120px;
  17. background: #f3f3f3;
  18. padding: 0 10px;
  19. color: #333333;
  20. float: left;
  21. }
  22. .condition dl dd{float: left;width: 1080px;color: #666; background:#FFF;}
  23. .dl1{height: 152px;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
  24. .dl1 dt{line-height: 150px;}
  25. .dl1 dd p{height: 74px;}
  26. .dl1 dd p:first-child{height: 75px; border-bottom: 1px solid #ddd;}
  27. .dl1 dd p a{
  28. display:flex;
  29. justify-content: center;
  30. align-items: center;
  31. float: left;
  32. width: 120px;
  33. height: 74px;
  34. border-right: 1px solid #ddd;
  35. }
  36. .dl1 dd p a img{width: 96px;height: 74px;}
  37. .dl1 dd p a:last-child{border: 0; }
  38. .dl2{height: 45px;overflow: hidden;}
  39. .dl2 dt{line-height: 45px;height: 71px;}
  40. .dl2 dd{padding-right: 80px; position: relative;}
  41. .dl2 dd span{
  42. display: block;
  43. position: absolute;
  44. width: 50px;
  45. height: 20px;
  46. line-height: 20px;
  47. top: 13px;
  48. right: 20px;
  49. text-align: right;
  50. cursor: pointer;
  51. }
  52. .dl2 dd span em{
  53. display: block;
  54. width: 18px;
  55. height: 20px;
  56. background: url(../images/gd.png) no-repeat;
  57. float: left;
  58. }
  59. .dl2 dd p{padding: 10px 0;}
  60. .dl2 dd p a{display: block;float: left; padding: 0 5px; height: 25px;line-height: 25px;text-align: center;margin-bottom: 5px; margin: 0 10px 5px;color: #666;}
  61. .condition dl dd p .red{border: 1px solid red;}
  62. .dl3{ height: 45px;}
  63. .dl3 dt{line-height: 43px;height: 44px;}
  64. .dl3 dd{height: 43px;overflow: hidden;}
  65. .dl3 dd p, .dl4 dd p{padding: 10px 0;}
  66. .dl3 dd p a, .dl4 dd p a{display: block;float: left; height: 25px;line-height: 25px;text-align: center;padding: 0 5px; margin: 0 10px 5px;color: #666;}
  67. .dl4{ height: 135px;}
  68. .dl4 dt{line-height: 135px; height: 134px;}
  69. .dl4 dd{height: 135px; overflow: hidden;}
  70. .dl5{line-height: 45px; }
  71. .dl5 dt{line-height: 45px;}
  72. .dl5 dd p{padding: 10px 0;}
  73. .dl5 dd p a{display: block;float: left; line-height: 25px;text-align: center;padding: 0 5px; margin: 0 10px 5px;color: #666;}
  74. .dl3 dd p .red, .dl4 dd p .red, .dl5 dd p .red{line-height: 23px; }
  75. /* 项目列表 */
  76. .main{margin-top: 20px;}
  77. /* 左边内容 */
  78. .main_left{
  79. width: 920px;
  80. }
  81. .title_cont{
  82. height: 45px;
  83. background: #f8f8f8;
  84. padding: 0 20px;
  85. }
  86. .title_cont p{
  87. line-height: 45px;
  88. }
  89. .title_cont p i{
  90. display: block;
  91. width: 20px;
  92. height: 45px;
  93. background: url(../images/big.png) no-repeat;
  94. float: left;
  95. margin-right: 5px;
  96. }
  97. .title_cont p strong{color: #048711;margin: 0 2px;}
  98. .title_cont p em{color: #ed471a;}
  99. .title_cont p a{color: #6d6d6d;font-weight: 700;}
  100. .title_cont p a:first-child{margin-right: 12px;}
  101. .title_cont p a:last-child{margin-left: 12px;}
  102. .title_cont p .grey{color: #cccccc;}
  103. /* 项目列表 */
  104. .item_ul{width: 900px;}
  105. .item_ul li{
  106. padding: 25px 0;
  107. border-bottom: 1px solid #ddd;
  108. position: relative;
  109. }
  110. .item_ul li::after{display: block;content: '';clear: both;}
  111. .item_ul li img{width: 190px;height: 150px;border: 1px solid #eee;float: left;}
  112. .li_centre{
  113. float: left;
  114. width: 500px;
  115. height: 150px;
  116. margin: 0 40px 0 25px;
  117. }
  118. .li_centre dt{height: 30px;}
  119. .li_centre h2{
  120. height: 30px;
  121. line-height: 30px;
  122. font-size: 18px;
  123. font-weight: 700;
  124. }
  125. .li_centre h2 a{display: block;float: left;}
  126. .li_centre h2 i{
  127. display: block;
  128. float: left;
  129. width: 20px;
  130. height: 30px;
  131. background: url(../images/v1.png) no-repeat;
  132. }
  133. .li_centre h2 p{
  134. line-height: 30px;
  135. font-size: 14px;
  136. color: #f29612;
  137. float: left;
  138. margin-left: 20px;
  139. }
  140. .li_centre h2 p em{
  141. display: block;
  142. width: 16px;
  143. height: 30px;
  144. background: url(../images/pai.png) no-repeat;
  145. margin-right: 5px;
  146. float: left;
  147. }
  148. .li_centre dd:first-of-type{height: 50px;line-height: 50px;}
  149. .li_centre dd{height: 35px;line-height: 35px;}
  150. .li_centre dd b{
  151. display: inline-block;
  152. line-height: 25px;
  153. padding: 2px 6px;
  154. border: 1px solid #dee1ea;
  155. color: #7d86a0;
  156. margin-right: 10px;
  157. }
  158. .li_centre dd span{margin-right: 20px;color: #666;font-size: 15px;}
  159. .li_centre dd span em{
  160. display: inline-block;
  161. font-size: 13px;
  162. line-height: 35px;
  163. width: 40px;
  164. margin-left: 20px;
  165. cursor: pointer;
  166. background: url(../images/sm_down.png) no-repeat 28px 15px;
  167. }
  168. .li_right{
  169. width: 125px;
  170. height: 105px;
  171. margin-top: 20px;
  172. }
  173. .li_right span{
  174. display: block;
  175. height: 35px;
  176. line-height: 35px;
  177. color: #999;
  178. text-align: center;
  179. }
  180. .li_right strong{
  181. display: block;
  182. height: 35px;
  183. line-height: 35px;
  184. color: #ed471a;
  185. font-size: 18px;
  186. font-weight: 700;
  187. text-align: center;
  188. }
  189. .li_right a{
  190. display: block;
  191. height: 35px;
  192. line-height: 35px;
  193. text-indent: 38px;
  194. color: #7d86a0;
  195. background: url(../images/duihuak.png) no-repeat 16px 8px;
  196. }
  197. /* 下拉内容 */
  198. .specific{
  199. width: 665px;
  200. /* height: 190px; */
  201. margin: 0 0 0 215px;
  202. padding-top: 10px;
  203. display: none;
  204. }
  205. .specific h3{height: 40px;line-height: 40px;font-size: 16px;border-top: 1px dashed #ddd;}
  206. .specific p{line-height: 25px;}
  207. .specific p a{color: #333;}
  208. .specific p span{color: #6b81d8;}
  209. .specific ul{height: 80px;margin-top: 10px;}
  210. .specific ul li{
  211. width: 100px;
  212. height: 80px;
  213. padding: 2px;
  214. float: left;
  215. margin-right: 15px;
  216. border: 1px solid #ddd;
  217. }
  218. .specific ul li:last-child{width: 80px;border: 0;}
  219. .specific ul li img{width: 100%;height: 100%;border: 0;}
  220. /* 分页 */
  221. .paging{display: flex;justify-content: center;margin: 30px 0;}
  222. .paging a{
  223. display: block;
  224. padding: 10px 15px;
  225. background: #fafafa;
  226. color: #666;
  227. border: 1px solid #ddd;
  228. border-radius: 2px;
  229. margin-right: 10px;
  230. }
  231. .paging_on{background: #f15352 !important;color: #fff !important;border: 1px solid #f15352 !important;}
  232. /* 右边内容 */
  233. .main_right{
  234. width: 260px;
  235. }
  236. .banner{
  237. width: 260px;
  238. height: 150px;
  239. position: relative;
  240. }
  241. .banner span{
  242. position: absolute;
  243. width: 23px;
  244. height: 23px;
  245. background: url(../images/arr_bg.png);
  246. left: 15px;
  247. top: 95px;
  248. }
  249. .banner img{width: 100%;height: 100%;}
  250. article{
  251. width: 260px;
  252. margin-top: 20px;
  253. }
  254. article h2{
  255. height: 25px;
  256. line-height: 25px;
  257. font-size: 17px;
  258. text-indent: 13px;
  259. position: relative;
  260. }
  261. article h2::after{
  262. position: absolute;
  263. content: '';
  264. width: 4px;
  265. height: 20px;
  266. background: #f15352;
  267. top: 2px;
  268. left: 0;
  269. }
  270. /* 热搜关键词 */
  271. .search_box{
  272. display: flex;
  273. flex-wrap: wrap;
  274. justify-content: center;
  275. height: 160px;
  276. margin-top: 20px;
  277. border: 1px solid #ddd;
  278. }
  279. .search_box span{line-height: 40px;color: #ccc;margin: 0 10px;}
  280. .search_box a{
  281. display: block;
  282. width: 110px;
  283. /* text-indent: 20px; */
  284. height: 40px;
  285. line-height: 40px;
  286. }
  287. /* 加盟排行榜 */
  288. .row{width: 260px;height: 402px;border: 1px solid #ddd;margin-top: 20px;}
  289. .row_title{
  290. width: 80px;
  291. }
  292. .row_title span{
  293. display: block;
  294. width: 80px;
  295. height: 50px;
  296. line-height: 50px;
  297. background: #f8f8f8;
  298. border-bottom: 1px solid #ddd;
  299. border-right: 1px solid #ddd;
  300. cursor: pointer;
  301. }
  302. .row_title span:last-child{border-bottom: 0;}
  303. .row_title span em{
  304. display: block;
  305. float: left;
  306. width: 14px;
  307. height: 14px;
  308. line-height: 14px;
  309. text-align: center;
  310. font-size: 12px;
  311. background: #c3c3c3;
  312. color: #fff;
  313. margin: 18px 8px 0 15px;
  314. }
  315. .row_title_on{background: #fff !important;color: #ed471a;border-right: 0 !important;}
  316. .row_title_on em{background: #ed471a !important;}
  317. .row_box{width: 178px;height: 400px;}
  318. .row_box li{
  319. width: 178px;
  320. height: 260px;
  321. padding: 20px 20px;
  322. display: none;
  323. }
  324. .row_box_on{display: block !important;}
  325. .row_box li a{
  326. display: block;
  327. width: 138px;
  328. height: 120px;
  329. margin-top: 5px;
  330. color: #333;
  331. }
  332. .row_box li a img{
  333. width: 138px;
  334. height: 90px;
  335. border-radius: 2px;
  336. }
  337. .row_box li a span{
  338. display: block;
  339. line-height: 30px;
  340. text-align: center;
  341. }
  342. /* 加盟项目推荐 */
  343. .recommend a{
  344. display: block;
  345. width: 260px;
  346. height: 190px;
  347. background: #f8f8f8;
  348. margin-top: 20px;
  349. color: #666;
  350. }
  351. .recommend a img{
  352. width: 260px;
  353. height: 150px;
  354. }
  355. .recommend a span{
  356. display: block;
  357. height: 40px;
  358. line-height: 40px;
  359. padding: 0 8px;
  360. }
  361. .recommend a span em{float: right;color: #ed471a;font-weight: 600;}
  362. /* 加盟品牌排行 */
  363. .brand{
  364. width: 260px;
  365. border: 1px solid #ddd;
  366. border-top: 2px solid #ed471a;
  367. padding: 10px;
  368. margin-top: 20px;
  369. }
  370. .brand h2{
  371. height: 50px;
  372. line-height: 50px;
  373. border-bottom: 1px solid #ddd;
  374. font-size: 18px;
  375. text-indent: 35px;
  376. background: url(../images/big_pai.png) no-repeat 0 7px;
  377. }
  378. .brand ul li{
  379. height: 40px;
  380. line-height: 40px;
  381. border-bottom: 1px dashed #ddd;
  382. }
  383. .brand ul li:last-child{border: 0;}
  384. .brand ul li em{
  385. display: block;
  386. float: left;
  387. width: 14px;
  388. height: 14px;
  389. line-height: 14px;
  390. text-align: center;
  391. font-size: 12px;
  392. background: #c3c3c3;
  393. color: #fff;
  394. margin: 13px 12px 0 0;
  395. }
  396. .brand ul li span {
  397. float: right;
  398. color: #999;
  399. width: 55px;
  400. text-align: right;
  401. }
  402. .brand_red{background: #ed471a !important;}
  403. /* 上升 */
  404. .j_up{background: url(../images/j_up.png) no-repeat 0 15px;}
  405. /* 下降 */
  406. .j_down{background: url(../images/j_down.png) no-repeat 0 15px;}
  407. /* 不变 */
  408. .j_heng{background: url(../images/j_heng.png) no-repeat 0 15px;}
  409. /* 加盟品牌聚焦 */
  410. .focus{margin: 20px auto;}
  411. .focus h2{
  412. height: 60px;
  413. line-height: 60px;
  414. border-top: 1px solid #ddd;
  415. }
  416. .focus h2 strong{
  417. display: block;
  418. float: left;
  419. width: 170px;
  420. font-size: 22px;
  421. font-weight: 800;
  422. border-top: 2px solid #ed471a;
  423. }
  424. .focus h2 p{float: right;line-height: 60px;}
  425. .focus h2 p a{
  426. float: left;
  427. color: #999;
  428. margin-right: 10px;
  429. }
  430. .focus h2 p span{
  431. float: left;
  432. color: #999;
  433. margin-right: 10px;
  434. }
  435. .focus_box{
  436. width: 100%;
  437. height: 300px;
  438. display: flex;
  439. justify-content: space-between;
  440. }
  441. .focus_box dl{
  442. width: 270px;
  443. height: 300px;
  444. }
  445. .focus_box dl dt{
  446. width: 270px;
  447. height: 105px;
  448. margin-bottom: 15px;
  449. }
  450. .focus_box dl dd{
  451. height: 180px;
  452. }
  453. .focus_box dl dd p{
  454. height: 36px;
  455. line-height: 36px;
  456. }
  457. .focus_box dl dd p a{
  458. display: block;
  459. width: 180px;
  460. line-height: 36px;
  461. float: left;
  462. overflow: hidden;
  463. text-overflow: ellipsis;
  464. white-space: nowrap;
  465. font-size: 15px;
  466. }
  467. .focus_box dl dd p span{
  468. display: block;
  469. line-height: 36px;
  470. float: right;
  471. font-size: 12px;
  472. color: #999;
  473. }