newsList.less 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064
  1. @charset "utf-8";
  2. * {
  3. font-family: "微软雅黑", "microsoft yahei";
  4. }
  5. ul,
  6. ol {
  7. list-style: none;
  8. }
  9. a:active {
  10. text-decoration: none;
  11. }
  12. a:hover {
  13. text-decoration: none;
  14. }
  15. a:visited {
  16. text-decoration: none;
  17. }
  18. a:link {
  19. text-decoration: none;
  20. }
  21. a:focus {
  22. text-decoration: none;
  23. }
  24. body {
  25. position: relative;
  26. }
  27. .clearfix {
  28. overflow: hidden;
  29. }
  30. .clearfix_2::after {
  31. content: '';
  32. display: block;
  33. height: 0;
  34. visibility: hidden;
  35. clear: both;
  36. }
  37. .hiddenColor {
  38. visibility: hidden;
  39. }
  40. .hand {
  41. cursor: pointer;
  42. }
  43. .aTag_parent {
  44. position: relative;
  45. }
  46. .aTag_parent>a,
  47. .aTag {
  48. display: block;
  49. width: 100%;
  50. height: 100%;
  51. position: absolute;
  52. z-index: 99;
  53. border: 0px;
  54. top: 0px;
  55. left: 0px;
  56. background: rgba(0, 0, 0, 0);
  57. }
  58. .dot1 {
  59. display: block;
  60. word-break: keep-all;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. }
  65. .dot2 {
  66. overflow: hidden;
  67. display: -webkit-box;
  68. -webkit-box-orient: vertical;
  69. -webkit-line-clamp: 2;
  70. }
  71. .dot3 {
  72. overflow: hidden;
  73. display: -webkit-box;
  74. -webkit-box-orient: vertical;
  75. -webkit-line-clamp: 3;
  76. }
  77. input,
  78. img {
  79. border: none;
  80. }
  81. .cover100 img {
  82. display: block;
  83. width: 100%;
  84. height: 100%;
  85. object-fit: cover;
  86. }
  87. .back100 {
  88. background-size: 100% 100%;
  89. background-repeat: no-repeat;
  90. }
  91. article,
  92. aside,
  93. footer,
  94. header,
  95. time,
  96. video,
  97. main,
  98. nav,
  99. h4,
  100. h3,
  101. section {
  102. display: block;
  103. }
  104. .index_main {
  105. margin: 0 auto;
  106. }
  107. .slow_6 {
  108. -webkit-transition: all .6s;
  109. -moz-transition: all .6s;
  110. -ms-transition: all .6s;
  111. -o-transition: all .6s;
  112. transition: all .6s;
  113. }
  114. .index_main {
  115. width: 1200px;
  116. margin: 0px auto 30px;
  117. }
  118. .shop_head_1 {
  119. height: 29px;
  120. position: relative;
  121. .shop_head_1_name {
  122. float: left;
  123. height: 29px;
  124. line-height: 29px;
  125. color: #255590;
  126. font-size: 22px;
  127. font-weight: bold;
  128. padding-left: 22px;
  129. background: url(../public/img/3.png) no-repeat left center;
  130. background-size: 12px 18px;
  131. }
  132. .shop_head_1_more {
  133. height: 29px;
  134. line-height: 29px;
  135. color: #999;
  136. float: right;
  137. font-size: 16px;
  138. }
  139. .shop_head_1_more::after {
  140. content: '';
  141. display: block;
  142. left: 0px;
  143. top: 0px;
  144. position: absolute;
  145. width: 100%;
  146. height: 100%;
  147. z-index: 11;
  148. }
  149. }
  150. .categ_color_box {
  151. border: solid 1px #E9E9E9;
  152. background: #F8F8F8;
  153. margin-top: 30px;
  154. box-sizing: border-box;
  155. .categ_color_name {
  156. width: 1160px;
  157. margin: 0px auto;
  158. height: 60px;
  159. line-height: 60px;
  160. color: #333;
  161. font-size: 18px;
  162. border-bottom: dashed 1px #E9E9E9;
  163. }
  164. .categ_color_in {
  165. padding: 6px 0px 0px;
  166. }
  167. .categ_color_a {
  168. float: left;
  169. height: 29px;
  170. line-height: 29px;
  171. color: #333;
  172. margin: 10px 10px 16px;
  173. font-size: 16px;
  174. padding: 0px 10px;
  175. }
  176. .categ_color_a_only {
  177. color: #fff;
  178. background: #255590;
  179. }
  180. }
  181. .categ_crumb {
  182. line-height: 26px;
  183. color: #999;
  184. font-size: 20px;
  185. margin-top: 30px;
  186. padding-bottom: 30px;
  187. border-bottom: solid 1px #D9D9D9;
  188. .categ_crumb_text {
  189. display: inline-block;
  190. line-height: 26px;
  191. color: #999;
  192. font-size: 20px;
  193. margin: 0px 11px;
  194. }
  195. span.categ_crumb_text {
  196. color: #333;
  197. }
  198. a.categ_crumb_text:hover {
  199. color: #255590;
  200. }
  201. }
  202. .shop_head_2 {
  203. height: 29px;
  204. position: relative;
  205. .shop_head_2_name {
  206. float: left;
  207. height: 29px;
  208. line-height: 29px;
  209. color: #255590;
  210. font-size: 22px;
  211. font-weight: bold;
  212. padding-left: 22px;
  213. background: url(../public/img/3.png) no-repeat left center;
  214. background-size: 12px 18px;
  215. }
  216. .shop_head_2_more {
  217. height: 29px;
  218. line-height: 29px;
  219. color: #999;
  220. float: right;
  221. font-size: 16px;
  222. }
  223. .shop_head_2_more::after {
  224. content: '';
  225. display: block;
  226. left: 0px;
  227. top: 0px;
  228. position: absolute;
  229. width: 100%;
  230. height: 100%;
  231. z-index: 11;
  232. }
  233. }
  234. .shop_ul_2 {
  235. margin-top: 30px;
  236. .shop_li_2 {
  237. height: 24px;
  238. line-height: 24px;
  239. color: #333;
  240. font-size: 18px;
  241. margin-bottom: 17px;
  242. box-sizing: border-box;
  243. text-indent: 16px;
  244. position: relative;
  245. }
  246. .shop_li_2:hover {
  247. color: #255590;
  248. }
  249. .shop_li_2::after {
  250. content: '';
  251. display: block;
  252. width: 6px;
  253. height: 6px;
  254. background: #ddd;
  255. border-radius: 50%;
  256. position: absolute;
  257. left: 0px;
  258. top: 8px;
  259. z-index: 11;
  260. }
  261. .shop_li_2:nth-of-type(3n-2) {
  262. font-weight: bold;
  263. }
  264. .shop_li_2:hover::after {
  265. content: '';
  266. display: block;
  267. background: #255590;
  268. }
  269. .shop_li_2:nth-last-of-type(1) {
  270. margin-bottom: 0px;
  271. }
  272. }
  273. .shop_img_ul_1 {
  274. margin-top: 30px;
  275. .shop_img_li_1 {
  276. width: 350px;
  277. height: 230px;
  278. position: relative;
  279. }
  280. .shop_img_li_1_a {}
  281. .shop_img_li_1_img {
  282. display: block;
  283. width: 350px;
  284. height: 230px;
  285. }
  286. .shop_img_li_1_rgba {
  287. width: 350px;
  288. height: 44px;
  289. line-height: 44px;
  290. color: #fff;
  291. font-size: 18px;
  292. padding: 0px 10px;
  293. box-sizing: border-box;
  294. position: absolute;
  295. z-index: 11;
  296. left: 0px;
  297. bottom: 0px;
  298. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  299. }
  300. }
  301. .shop_ul_1 {
  302. margin-top: 17px;
  303. .shop_li_1 {
  304. height: 24px;
  305. line-height: 24px;
  306. color: #333;
  307. font-size: 18px;
  308. margin-bottom: 18px;
  309. box-sizing: border-box;
  310. position: relative;
  311. }
  312. .shop_li_1:hover {
  313. color: #255590;
  314. }
  315. .shop_li_1:nth-last-of-type(1) {
  316. margin-bottom: 0px;
  317. }
  318. }
  319. .shop_head_3 {
  320. margin-top: 30px;
  321. height: 29px;
  322. position: relative;
  323. .shop_head_3_name {
  324. float: left;
  325. height: 29px;
  326. line-height: 29px;
  327. color: #255590;
  328. font-size: 22px;
  329. font-weight: bold;
  330. padding-left: 22px;
  331. background: url(../public/img/3.png) no-repeat left center;
  332. background-size: 12px 18px;
  333. }
  334. .shop_head_3_more {
  335. height: 29px;
  336. line-height: 29px;
  337. color: #999;
  338. float: right;
  339. font-size: 16px;
  340. }
  341. .shop_head_3_more::after {
  342. content: '';
  343. display: block;
  344. left: 0px;
  345. top: 0px;
  346. position: absolute;
  347. width: 100%;
  348. height: 100%;
  349. z-index: 11;
  350. }
  351. }
  352. .shop_img_ul_2 {
  353. margin-top: 30px;
  354. .shop_img_li_2 {
  355. width: 350px;
  356. height: 230px;
  357. position: relative;
  358. }
  359. .shop_img_li_2_a {}
  360. .shop_img_li_2_img {
  361. display: block;
  362. width: 350px;
  363. height: 230px;
  364. }
  365. .shop_img_li_2_rgba {
  366. width: 350px;
  367. height: 44px;
  368. line-height: 44px;
  369. color: #fff;
  370. font-size: 18px;
  371. padding: 0px 10px;
  372. box-sizing: border-box;
  373. position: absolute;
  374. z-index: 11;
  375. left: 0px;
  376. bottom: 0px;
  377. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  378. }
  379. }
  380. .shop_ul_3 {
  381. margin-top: 30px;
  382. .shop_li_3 {
  383. height: 24px;
  384. line-height: 24px;
  385. color: #333;
  386. font-size: 18px;
  387. margin-bottom: 17px;
  388. box-sizing: border-box;
  389. text-indent: 16px;
  390. position: relative;
  391. }
  392. .shop_li_3:hover {
  393. color: #255590;
  394. }
  395. .shop_li_3::after {
  396. content: '';
  397. display: block;
  398. width: 6px;
  399. height: 6px;
  400. background: #ddd;
  401. border-radius: 50%;
  402. position: absolute;
  403. left: 0px;
  404. top: 8px;
  405. z-index: 11;
  406. }
  407. .shop_li_3:nth-of-type(3n-2) {
  408. font-weight: bold;
  409. }
  410. .shop_li_3:hover::after {
  411. content: '';
  412. display: block;
  413. background: #255590;
  414. }
  415. .shop_li_3:nth-last-of-type(1) {
  416. margin-bottom: 0px;
  417. }
  418. }
  419. .shop_head_4 {
  420. height: 29px;
  421. position: relative;
  422. .shop_head_4_name {
  423. float: left;
  424. height: 29px;
  425. line-height: 29px;
  426. color: #255590;
  427. font-size: 22px;
  428. font-weight: bold;
  429. padding-left: 22px;
  430. background: url(../public/img/3.png) no-repeat left center;
  431. background-size: 12px 18px;
  432. }
  433. .shop_head_4_more {
  434. height: 29px;
  435. line-height: 29px;
  436. color: #999;
  437. float: right;
  438. font-size: 16px;
  439. }
  440. .shop_head_4_more::after {
  441. content: '';
  442. display: block;
  443. left: 0px;
  444. top: 0px;
  445. position: absolute;
  446. width: 100%;
  447. height: 100%;
  448. z-index: 11;
  449. }
  450. }
  451. .shop_img_ul_3 {
  452. margin-top: 30px;
  453. .shop_img_li_3 {
  454. width: 451px;
  455. height: 265px;
  456. margin-bottom: 20px;
  457. position: relative;
  458. }
  459. .shop_img_li_3_a {}
  460. .shop_img_li_3_img {
  461. display: block;
  462. width: 451px;
  463. height: 265px;
  464. }
  465. .shop_img_li_3_rgba {
  466. width: 451px;
  467. height: 44px;
  468. line-height: 44px;
  469. color: #fff;
  470. font-size: 18px;
  471. padding: 0px 10px;
  472. box-sizing: border-box;
  473. position: absolute;
  474. z-index: 11;
  475. left: 0px;
  476. bottom: 0px;
  477. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  478. }
  479. }
  480. .shop_ul_4 {
  481. .shop_li_4 {
  482. height: 24px;
  483. line-height: 24px;
  484. color: #333;
  485. font-size: 18px;
  486. margin-bottom: 24px;
  487. box-sizing: border-box;
  488. text-indent: 28px;
  489. position: relative;
  490. }
  491. .shop_li_4:hover {
  492. color: #255590;
  493. }
  494. .shop_li_4_num {
  495. left: 0px;
  496. top: 0px;
  497. position: absolute;
  498. display: block;
  499. height: 24px;
  500. line-height: 24px;
  501. color: #333;
  502. font-size: 18px;
  503. font-style: italic;
  504. text-indent: 0px;
  505. content: '??';
  506. }
  507. .shop_li_4:nth-of-type(-n+3) .shop_li_4_num {
  508. color: #255590;
  509. }
  510. .shop_li_4:nth-last-of-type(1) {
  511. margin-bottom: 0px;
  512. }
  513. }
  514. .banner_1 {
  515. margin-top: 29px;
  516. height: 90px;
  517. overflow: hidden;
  518. .banner_1_a {
  519. display: block;
  520. width: 100%;
  521. height: 100%;
  522. }
  523. .banner_1_img {
  524. display: block;
  525. width: 100%;
  526. }
  527. }
  528. .banner_2 {
  529. margin-top: 29px;
  530. height: 90px;
  531. overflow: hidden;
  532. .banner_2_a {
  533. display: block;
  534. width: 100%;
  535. height: 100%;
  536. }
  537. .banner_2_img {
  538. display: block;
  539. width: 100%;
  540. }
  541. }
  542. .index_1 {
  543. margin-top: 30px;
  544. }
  545. .index_2 {
  546. margin-top: 30px;
  547. }
  548. .index_2_left {
  549. float: left;
  550. width: 720px;
  551. }
  552. .index_2_right {
  553. float: right;
  554. width: 451px;
  555. }
  556. .index_3 {
  557. margin-top: 30px;
  558. margin-bottom: 25px;
  559. }
  560. .index_3_left {
  561. float: left;
  562. width: 720px;
  563. }
  564. .index_3_right {
  565. float: right;
  566. width: 451px;
  567. }
  568. .index_3_in {
  569. width: 350px;
  570. }
  571. .index_3_in:nth-of-type(odd) {
  572. float: left;
  573. }
  574. .index_3_in:nth-of-type(even) {
  575. float: right;
  576. }
  577. .index_3_in_2 {
  578. width: 350px;
  579. }
  580. .index_3_in_2:nth-of-type(odd) {
  581. float: left;
  582. }
  583. .index_3_in_2:nth-of-type(even) {
  584. float: right;
  585. }
  586. /* 三农市场网-商城-资讯列表 */
  587. .info_1_left {
  588. width: 900px;
  589. float: left;
  590. }
  591. .info_1_aside {
  592. width: 266px;
  593. float: right;
  594. margin-top: 55px;
  595. }
  596. .info_ul_1 {
  597. .info_li_1 {
  598. margin-bottom: 20px;
  599. }
  600. .info_li_1_a {
  601. height: 24px;
  602. line-height: 24px;
  603. float: left;
  604. color: #333;
  605. font-size: 18px;
  606. padding-right: 22px;
  607. max-width: 777px;
  608. position: relative;
  609. }
  610. .info_li_1_a_hot::after {
  611. content: '热';
  612. display: block;
  613. width: 20px;
  614. height: 20px;
  615. border-radius: 4px;
  616. position: absolute;
  617. top: 0px;
  618. right: 0px;
  619. background: #FF2626;
  620. font-weight: lighter;
  621. line-height: 20px;
  622. text-align: center;
  623. color: #fff;
  624. font-size: 14px;
  625. }
  626. .info_li_1_time {
  627. height: 24px;
  628. line-height: 24px;
  629. color: #333;
  630. font-size: 18px;
  631. float: right;
  632. }
  633. .info_li_1:nth-of-type(5n-4) {
  634. font-weight: bold;
  635. margin-top: 30px;
  636. }
  637. .info_li_1:nth-of-type(5n-4) .info_li_1_a {
  638. font-weight: bold;
  639. }
  640. .info_li_1:nth-of-type(5n-4) .info_li_1_time {
  641. font-weight: bold;
  642. }
  643. .info_li_1:nth-of-type(5n) {
  644. border-bottom: solid 1px #D9D9D9;
  645. padding-bottom: 30px;
  646. }
  647. }
  648. .info_foot {
  649. margin-top: 60px;
  650. text-align: center;
  651. .info_foot_a {
  652. height: 34px;
  653. line-height: 34px;
  654. color: #666;
  655. display: inline-block;
  656. border-radius: 4px;
  657. margin: 0px 10px;
  658. font-size: 14px;
  659. border: solid 1px #EAEAEA;
  660. background: #F6F6F6;
  661. padding: 0px 15px;
  662. }
  663. .info_foot_a_only {
  664. font-weight: bold;
  665. background: #255590;
  666. color: #fff;
  667. }
  668. }
  669. .shop_head_5 {
  670. height: 29px;
  671. margin-top: 58px;
  672. position: relative;
  673. .shop_head_5_name {
  674. float: left;
  675. height: 29px;
  676. line-height: 29px;
  677. color: #255590;
  678. font-size: 22px;
  679. font-weight: bold;
  680. padding-left: 22px;
  681. background: url(../public/img/3.png) no-repeat left center;
  682. background-size: 12px 18px;
  683. }
  684. }
  685. .shop_img_ul_4 {
  686. margin-top: 30px;
  687. .shop_img_li_4 {
  688. margin-bottom: 20px;
  689. }
  690. .shop_img_li_4_a {
  691. display: block;
  692. width: 100%;
  693. }
  694. .shop_img_li_4_img {
  695. float: left;
  696. width: 120px;
  697. height: 120px;
  698. }
  699. .shop_img_li_4_right {
  700. float: right;
  701. width: 140px;
  702. }
  703. .shop_img_li_4_dot3 {
  704. height: 69px;
  705. line-height: 23px;
  706. margin-top: 2px;
  707. color: #333;
  708. font-size: 18px;
  709. }
  710. .shop_img_li_4_btn {
  711. border: solid 1px #255590;
  712. height: 23px;
  713. line-height: 23px;
  714. color: #255590;
  715. font-size: 14px;
  716. margin-top: 16px;
  717. padding: 0px 4px;
  718. float: left;
  719. }
  720. .shop_img_li_4_a:hover .shop_img_li_4_dot3 {
  721. color: #255590;
  722. }
  723. .shop_img_li_4:nth-last-of-type(1) {
  724. margin-bottom: 0px;
  725. }
  726. }
  727. .shop_ul_5 {
  728. margin-top: 30px;
  729. .shop_li_5 {
  730. height: 24px;
  731. line-height: 24px;
  732. color: #333;
  733. font-size: 18px;
  734. margin-bottom: 17px;
  735. box-sizing: border-box;
  736. text-indent: 16px;
  737. position: relative;
  738. }
  739. .shop_li_5:hover {
  740. color: #255590;
  741. }
  742. .shop_li_5::after {
  743. content: '';
  744. display: block;
  745. width: 6px;
  746. height: 6px;
  747. background: #ddd;
  748. border-radius: 50%;
  749. position: absolute;
  750. left: 0px;
  751. top: 8px;
  752. z-index: 11;
  753. }
  754. .shop_li_5:hover::after {
  755. content: '';
  756. display: block;
  757. background: #255590;
  758. }
  759. .shop_li_5:nth-last-of-type(1) {
  760. margin-bottom: 0px;
  761. }
  762. }
  763. .shop_head_6 {
  764. height: 29px;
  765. margin-top: 31px;
  766. position: relative;
  767. .shop_head_6_name {
  768. float: left;
  769. height: 29px;
  770. line-height: 29px;
  771. color: #255590;
  772. font-size: 22px;
  773. font-weight: bold;
  774. padding-left: 22px;
  775. background: url(../public/img/3.png) no-repeat left center;
  776. background-size: 12px 18px;
  777. }
  778. }
  779. .shop_img_ul_5 {
  780. margin-top: 30px;
  781. .shop_img_li_5 {
  782. margin-bottom: 20px;
  783. }
  784. .shop_img_li_5_a {
  785. display: block;
  786. width: 100%;
  787. }
  788. .shop_img_li_5_img {
  789. float: left;
  790. width: 120px;
  791. height: 120px;
  792. }
  793. .shop_img_li_5_right {
  794. float: right;
  795. width: 140px;
  796. }
  797. .shop_img_li_5_dot3 {
  798. height: 69px;
  799. line-height: 23px;
  800. margin-top: 2px;
  801. color: #333;
  802. font-size: 18px;
  803. }
  804. .shop_img_li_5_btn {
  805. border: solid 1px #255590;
  806. height: 23px;
  807. line-height: 23px;
  808. color: #255590;
  809. font-size: 14px;
  810. margin-top: 16px;
  811. padding: 0px 4px;
  812. float: left;
  813. }
  814. .shop_img_li_5_a:hover .shop_img_li_5_dot3 {
  815. color: #255590;
  816. }
  817. .shop_img_li_5:nth-last-of-type(1) {
  818. margin-bottom: 0px;
  819. }
  820. }
  821. .shop_ul_6 {
  822. margin-top: 30px;
  823. .shop_li_6 {
  824. height: 24px;
  825. line-height: 24px;
  826. color: #333;
  827. font-size: 18px;
  828. margin-bottom: 17px;
  829. box-sizing: border-box;
  830. text-indent: 16px;
  831. position: relative;
  832. }
  833. .shop_li_6:hover {
  834. color: #255590;
  835. }
  836. .shop_li_6::after {
  837. content: '';
  838. display: block;
  839. width: 6px;
  840. height: 6px;
  841. background: #ddd;
  842. border-radius: 50%;
  843. position: absolute;
  844. left: 0px;
  845. top: 8px;
  846. z-index: 11;
  847. }
  848. .shop_li_6:hover::after {
  849. content: '';
  850. display: block;
  851. background: #255590;
  852. }
  853. .shop_li_6:nth-last-of-type(1) {
  854. margin-bottom: 0px;
  855. }
  856. }
  857. /* 三农市场网-商城-资讯列表 */
  858. @media screen and (min-width:1200px) {
  859. /*pc_1440*/
  860. @media screen and (max-width:1440px) {
  861. /*1200*/
  862. }
  863. .pc_none {
  864. display: none;
  865. }
  866. }
  867. @media screen and (max-width:599px) {}
  868. @media screen and (max-width:320px) {}
  869. //分页
  870. .pagination {
  871. width: 800px;
  872. height: 34px;
  873. margin-left: 141px;
  874. display: flex;
  875. justify-content: center;
  876. margin: 0;
  877. // 鼠标移入后字体颜色
  878. .el-pagination::v-deep :hover {
  879. color: #255590;
  880. }
  881. .el-pagination.is-background::v-deep .btn-next,
  882. .el-pagination.is-background::v-deep .btn-prev {
  883. width: 70px;
  884. height: 34px;
  885. margin: 0px 10px;
  886. border-radius: 4px;
  887. }
  888. .el-pagination.is-background::v-deep .el-pager li {
  889. margin: 0px 10px;
  890. width: 38px;
  891. height: 34px;
  892. border-radius: 4px;
  893. }
  894. .el-pagination.is-background::v-deep .btn-next.is-active,
  895. .el-pagination.is-background::v-deep .btn-prev.is-active,
  896. .el-pagination.is-background::v-deep .el-pager li.is-active {
  897. background-color: #255590;
  898. color: #fff;
  899. }
  900. }