newsDetail.less 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  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. .slow_6 {
  105. -webkit-transition: all .6s;
  106. -moz-transition: all .6s;
  107. -ms-transition: all .6s;
  108. -o-transition: all .6s;
  109. transition: all .6s;
  110. }
  111. .index_main {
  112. width: 1200px;
  113. margin: 0px auto 30px;
  114. }
  115. .banner_1 {
  116. margin-top: 29px;
  117. height: 90px;
  118. overflow: hidden;
  119. .banner_1_a {
  120. display: block;
  121. width: 100%;
  122. height: 100%;
  123. }
  124. .banner_1_img {
  125. display: block;
  126. width: 100%;
  127. }
  128. }
  129. .banner_2 {
  130. margin-top: 29px;
  131. height: 90px;
  132. overflow: hidden;
  133. .banner_2_a {
  134. display: block;
  135. width: 100%;
  136. height: 100%;
  137. }
  138. .banner_2_img {
  139. display: block;
  140. width: 100%;
  141. }
  142. }
  143. .info_1_left {
  144. width: 900px;
  145. float: left;
  146. }
  147. .info_1_aside {
  148. width: 266px;
  149. float: right;
  150. margin-top: 20px;
  151. }
  152. .info_ul_1 {
  153. .info_li_1 {
  154. margin-bottom: 20px;
  155. }
  156. .info_li_1_a {
  157. height: 24px;
  158. line-height: 24px;
  159. float: left;
  160. color: #333;
  161. font-size: 18px;
  162. padding-right: 22px;
  163. max-width: 777px;
  164. position: relative;
  165. }
  166. .info_li_1_a_hot::after {
  167. content: '热';
  168. display: block;
  169. width: 20px;
  170. height: 20px;
  171. border-radius: 4px;
  172. position: absolute;
  173. top: 0px;
  174. right: 0px;
  175. background: #FF2626;
  176. font-weight: lighter;
  177. line-height: 20px;
  178. text-align: center;
  179. color: #fff;
  180. font-size: 14px;
  181. }
  182. .info_li_1_time {
  183. height: 24px;
  184. line-height: 24px;
  185. color: #333;
  186. font-size: 18px;
  187. float: right;
  188. }
  189. .info_li_1:nth-of-type(5n-4) {
  190. font-weight: bold;
  191. margin-top: 30px;
  192. }
  193. .info_li_1:nth-of-type(5n-4) .info_li_1_a {
  194. font-weight: bold;
  195. }
  196. .info_li_1:nth-of-type(5n-4) .info_li_1_time {
  197. font-weight: bold;
  198. }
  199. .info_li_1:nth-of-type(5n) {
  200. border-bottom: solid 1px #D9D9D9;
  201. padding-bottom: 30px;
  202. }
  203. }
  204. .info_foot {
  205. margin-top: 60px;
  206. text-align: center;
  207. .info_foot_a {
  208. height: 34px;
  209. line-height: 34px;
  210. color: #666;
  211. display: inline-block;
  212. border-radius: 4px;
  213. margin: 0px 10px;
  214. font-size: 14px;
  215. border: solid 1px #EAEAEA;
  216. background: #F6F6F6;
  217. padding: 0px 15px;
  218. }
  219. .info_foot_a_only {
  220. font-weight: bold;
  221. background: #255590;
  222. color: #fff;
  223. }
  224. }
  225. .shop_head_1 {
  226. height: 29px;
  227. margin-top: 26px;
  228. position: relative;
  229. .shop_head_1_name {
  230. float: left;
  231. height: 29px;
  232. line-height: 29px;
  233. color: #255590;
  234. font-size: 22px;
  235. font-weight: bold;
  236. padding-left: 22px;
  237. background: url(../public/img/3.png) no-repeat left center;
  238. background-size: 12px 18px;
  239. }
  240. }
  241. .shop_img_ul_1 {
  242. margin-top: 30px;
  243. .shop_img_li_1 {
  244. margin-bottom: 20px;
  245. }
  246. .shop_img_li_1_a {
  247. display: block;
  248. width: 100%;
  249. }
  250. .shop_img_li_1_img {
  251. float: left;
  252. width: 120px;
  253. height: 120px;
  254. }
  255. .shop_img_li_1_right {
  256. float: right;
  257. width: 140px;
  258. }
  259. .shop_img_li_1_dot3 {
  260. height: 69px;
  261. line-height: 23px;
  262. margin-top: 2px;
  263. color: #333;
  264. font-size: 18px;
  265. }
  266. .shop_img_li_1_btn {
  267. border: solid 1px #255590;
  268. height: 23px;
  269. line-height: 23px;
  270. color: #255590;
  271. font-size: 14px;
  272. margin-top: 16px;
  273. padding: 0px 4px;
  274. float: left;
  275. }
  276. .shop_img_li_1_a:hover .shop_img_li_4_dot3 {
  277. color: #255590;
  278. }
  279. .shop_img_li_1:nth-last-of-type(1) {
  280. margin-bottom: 0px;
  281. }
  282. }
  283. .shop_ul_1 {
  284. margin-top: 30px;
  285. .shop_li_1 {
  286. height: 24px;
  287. line-height: 24px;
  288. color: #333;
  289. font-size: 18px;
  290. margin-bottom: 17px;
  291. box-sizing: border-box;
  292. text-indent: 16px;
  293. position: relative;
  294. }
  295. .shop_li_1:hover {
  296. color: #255590;
  297. }
  298. .shop_li_1::after {
  299. content: '';
  300. display: block;
  301. width: 6px;
  302. height: 6px;
  303. background: #ddd;
  304. border-radius: 50%;
  305. position: absolute;
  306. left: 0px;
  307. top: 8px;
  308. z-index: 11;
  309. }
  310. .shop_li_1:hover::after {
  311. content: '';
  312. display: block;
  313. background: #255590;
  314. }
  315. .shop_li_1:nth-last-of-type(1) {
  316. margin-bottom: 0px;
  317. }
  318. }
  319. .shop_head_2 {
  320. height: 29px;
  321. margin-top: 31px;
  322. position: relative;
  323. .shop_head_2_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. }
  335. .shop_img_ul_2 {
  336. margin-top: 30px;
  337. .shop_img_li_2 {
  338. margin-bottom: 20px;
  339. }
  340. .shop_img_li_2_a {
  341. display: block;
  342. width: 100%;
  343. }
  344. .shop_img_li_2_img {
  345. float: left;
  346. width: 120px;
  347. height: 120px;
  348. }
  349. .shop_img_li_2_right {
  350. float: right;
  351. width: 140px;
  352. }
  353. .shop_img_li_2_dot3 {
  354. height: 69px;
  355. line-height: 23px;
  356. margin-top: 2px;
  357. color: #333;
  358. font-size: 18px;
  359. }
  360. .shop_img_li_2_btn {
  361. border: solid 1px #255590;
  362. height: 23px;
  363. line-height: 23px;
  364. color: #255590;
  365. font-size: 14px;
  366. margin-top: 16px;
  367. padding: 0px 4px;
  368. float: left;
  369. }
  370. .shop_img_li_2_a:hover .shop_img_li_5_dot3 {
  371. color: #255590;
  372. }
  373. .shop_img_li_2:nth-last-of-type(1) {
  374. margin-bottom: 0px;
  375. }
  376. }
  377. .shop_ul_2 {
  378. margin-top: 30px;
  379. .shop_li_2 {
  380. height: 24px;
  381. line-height: 24px;
  382. color: #333;
  383. font-size: 18px;
  384. margin-bottom: 17px;
  385. box-sizing: border-box;
  386. text-indent: 16px;
  387. position: relative;
  388. }
  389. .shop_li_2:hover {
  390. color: #255590;
  391. }
  392. .shop_li_2::after {
  393. content: '';
  394. display: block;
  395. width: 6px;
  396. height: 6px;
  397. background: #ddd;
  398. border-radius: 50%;
  399. position: absolute;
  400. left: 0px;
  401. top: 8px;
  402. z-index: 11;
  403. }
  404. .shop_li_2:hover::after {
  405. content: '';
  406. display: block;
  407. background: #255590;
  408. }
  409. .shop_li_2:nth-last-of-type(1) {
  410. margin-bottom: 0px;
  411. }
  412. }
  413. .categ_crumb {
  414. line-height: 26px;
  415. color: #999;
  416. font-size: 20px;
  417. margin-top: 30px;
  418. padding-bottom: 30px;
  419. border-bottom: solid 1px #D9D9D9;
  420. .categ_crumb_text {
  421. display: inline-block;
  422. line-height: 26px;
  423. color: #999;
  424. font-size: 20px;
  425. margin: 0px 11px;
  426. }
  427. span.categ_crumb_text {
  428. color: #333;
  429. }
  430. a.categ_crumb_text:hover {
  431. color: #255590;
  432. }
  433. }
  434. .show_1_h4 {
  435. margin-top: 30px;
  436. color: #333;
  437. font-size: 30px;
  438. line-height: 40px;
  439. }
  440. .show_1_title_box {
  441. margin-top: 30px;
  442. }
  443. .show_1_title {
  444. font-size: 14px;
  445. color: #999;
  446. height: 18px;
  447. line-height: 18px;
  448. margin-right: 40px;
  449. float: left;
  450. }
  451. .show_1_article {
  452. margin-top: 60px;
  453. padding-bottom: 60px;
  454. }
  455. .show_foot {
  456. color: #999;
  457. font-size: 17px;
  458. line-height: 34px;
  459. padding:30px 0px;
  460. border-top: solid 1px #D9D9D9;
  461. }
  462. //导航条
  463. .breadcrumb {
  464. width: 100%;
  465. height: 22px;
  466. padding-bottom: 25px;
  467. border-bottom: 1px solid #ccc;
  468. font-family: Microsoft YaHei, Microsoft YaHei;
  469. font-weight: 400;
  470. font-size: 20px;
  471. color: #666666;
  472. line-height: 23px;
  473. text-align: left;
  474. font-style: normal;
  475. text-transform: none;
  476. margin-top: 25px;
  477. :deep(.el-breadcrumb) {
  478. display: inline-block;
  479. vertical-align: -4px;
  480. }
  481. :deep(.el-breadcrumb__inner a),
  482. :deep(.el-breadcrumb__inner.is-link) {
  483. color: #666666;
  484. font-weight: 400;
  485. text-decoration: none;
  486. transition: var(--el-transition-color);
  487. }
  488. span {
  489. font-family: Microsoft YaHei, Microsoft YaHei;
  490. font-weight: 400;
  491. font-size: 20px;
  492. color: #666666;
  493. line-height: 23px;
  494. text-align: left;
  495. font-style: normal;
  496. text-transform: none;
  497. }
  498. span:hover {
  499. color: #666666;
  500. }
  501. .location {
  502. margin-right:5px;
  503. width: 100px;
  504. height: 22px;
  505. font-family: Microsoft YaHei, Microsoft YaHei;
  506. font-weight: 400;
  507. font-size: 20px;
  508. color: #666666;
  509. line-height: 23px;
  510. text-align: left;
  511. font-style: normal;
  512. text-transform: none;
  513. }
  514. }