list.less 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. @charset "utf-8";
  2. * {
  3. font-family: "微软雅黑", "microsoft yahei";
  4. }
  5. .pagination {
  6. width: 1200px;
  7. height: 34px;
  8. // margin-left: 141px;
  9. display: flex;
  10. justify-content: center;
  11. margin: 40px 0;
  12. // 鼠标移入后字体颜色
  13. .el-pagination::v-deep :hover {
  14. color: #a91b33;
  15. }
  16. .el-pagination.is-background::v-deep .btn-next,
  17. .el-pagination.is-background::v-deep .btn-prev {
  18. width: 70px;
  19. height: 34px;
  20. margin: 0px 10px;
  21. border-radius: 4px;
  22. }
  23. .el-pagination.is-background::v-deep .el-pager li {
  24. margin: 0px 10px;
  25. width: 38px;
  26. height: 34px;
  27. border-radius: 4px;
  28. }
  29. .el-pagination.is-background::v-deep .btn-next.is-active,
  30. .el-pagination.is-background::v-deep .btn-prev.is-active,
  31. .el-pagination.is-background::v-deep .el-pager li.is-active {
  32. background-color: #a91b33;
  33. color: #fff;
  34. }
  35. }
  36. .empty {
  37. width: 100%;
  38. height: 450px;
  39. line-height: 450px;
  40. text-align: center;
  41. }
  42. .empty_img {
  43. vertical-align: -30px;
  44. margin-right: 20px;
  45. }
  46. .empty_text {
  47. font-size: 26px;
  48. color: #999;
  49. }
  50. ul,
  51. ol {
  52. list-style: none;
  53. }
  54. a:active {
  55. text-decoration: none;
  56. }
  57. a:hover {
  58. text-decoration: none;
  59. }
  60. a:visited {
  61. text-decoration: none;
  62. }
  63. a:link {
  64. text-decoration: none;
  65. }
  66. a:focus {
  67. text-decoration: none;
  68. }
  69. body {
  70. position: relative;
  71. }
  72. .clearfix {
  73. overflow: hidden;
  74. }
  75. .clearfix_2::after {
  76. content: '';
  77. display: block;
  78. height: 0;
  79. visibility: hidden;
  80. clear: both;
  81. }
  82. .hiddenColor {
  83. visibility: hidden;
  84. }
  85. .hand {
  86. cursor: pointer;
  87. }
  88. .aTag_parent {
  89. position: relative;
  90. }
  91. .aTag_parent>a,
  92. .aTag {
  93. display: block;
  94. width: 100%;
  95. height: 100%;
  96. position: absolute;
  97. z-index: 99;
  98. border: 0px;
  99. top: 0px;
  100. left: 0px;
  101. background: rgba(0, 0, 0, 0);
  102. }
  103. .dot1 {
  104. display: block;
  105. word-break: keep-all;
  106. white-space: nowrap;
  107. overflow: hidden;
  108. text-overflow: ellipsis;
  109. }
  110. .dot2 {
  111. overflow: hidden;
  112. display: -webkit-box;
  113. -webkit-box-orient: vertical;
  114. -webkit-line-clamp: 2;
  115. }
  116. .dot5 {
  117. overflow: hidden;
  118. display: -webkit-box;
  119. -webkit-box-orient: vertical;
  120. -webkit-line-clamp: 5;
  121. }
  122. input,
  123. img {
  124. border: none;
  125. }
  126. .cover100 img {
  127. display: block;
  128. width: 100%;
  129. height: 100%;
  130. object-fit: cover;
  131. }
  132. .back100 {
  133. background-size: 100% 100%;
  134. background-repeat: no-repeat;
  135. }
  136. article,
  137. aside,
  138. footer,
  139. header,
  140. time,
  141. video,
  142. main,
  143. nav,
  144. h4,
  145. h3,
  146. section {
  147. display: block;
  148. }
  149. .index_main {
  150. margin: 0 auto;
  151. width: 1200px;
  152. min-height: 450px;
  153. }
  154. .slow_6 {
  155. -webkit-transition: all .6s;
  156. -moz-transition: all .6s;
  157. -ms-transition: all .6s;
  158. -o-transition: all .6s;
  159. transition: all .6s;
  160. }
  161. // 导航条
  162. .breadcrumb {
  163. width: 100%;
  164. height: 22px;
  165. padding-bottom: 20px;
  166. border-bottom: solid 2px #a91b33;
  167. font-family: Microsoft YaHei, Microsoft YaHei;
  168. font-weight: 400;
  169. font-size: 20px;
  170. color: #666666;
  171. line-height: 23px;
  172. text-align: left;
  173. font-style: normal;
  174. text-transform: none;
  175. margin-top: 20px;
  176. :deep(.el-breadcrumb) {
  177. display: inline-block;
  178. vertical-align: -4px;
  179. }
  180. :deep(.el-breadcrumb__inner a),
  181. :deep(.el-breadcrumb__inner.is-link) {
  182. color: #666666;
  183. font-weight: 400;
  184. text-decoration: none;
  185. transition: var(--el-transition-color);
  186. }
  187. span {
  188. font-family: Microsoft YaHei, Microsoft YaHei;
  189. font-weight: 400;
  190. font-size: 20px;
  191. color: #666666;
  192. line-height: 23px;
  193. text-align: left;
  194. font-style: normal;
  195. text-transform: none;
  196. }
  197. span:hover {
  198. color: #666666;
  199. }
  200. .location {
  201. margin-right:5px;
  202. width: 100px;
  203. height: 22px;
  204. font-family: Microsoft YaHei, Microsoft YaHei;
  205. font-weight: 400;
  206. font-size: 20px;
  207. color: #666666;
  208. line-height: 23px;
  209. text-align: left;
  210. font-style: normal;
  211. text-transform: none;
  212. }
  213. }
  214. .img_li {
  215. float: left;
  216. width: 386px;
  217. border: solid 1px #DDDDDD;
  218. margin-bottom: 20px;
  219. box-sizing: border-box;
  220. .img_li_a {
  221. display: block;
  222. width: 100%;
  223. }
  224. .img_li_h4 {
  225. display: block;
  226. width: 100%;
  227. box-sizing: border-box;
  228. padding: 0px 20px;
  229. color: #a91b33;
  230. font-size: 16px;
  231. font-weight: bold;
  232. background: #F7FBFE;
  233. height: 60px;
  234. line-height: 60px;
  235. border-bottom: solid 1px #DDDDDD;
  236. }
  237. .img_li_in {
  238. margin: 20px auto 31px;
  239. }
  240. .img_li_left {
  241. float: left;
  242. width: 120px;
  243. margin-left: 20px;
  244. }
  245. .img_li_left_foto_box {
  246. width: 120px;
  247. height: 120px;
  248. }
  249. .img_li_left_foto {
  250. display: block;
  251. width: 100%;
  252. height: 100%;
  253. }
  254. .img_li_left_dot1 {
  255. height: 16px;
  256. line-height: 16px;
  257. color: #999;
  258. font-size: 12px;
  259. margin-top: 10px;
  260. }
  261. .img_li_right {
  262. float: right;
  263. width: 206px;
  264. margin-right: 20px;
  265. }
  266. .img_li_right_dot5 {
  267. height: 100px;
  268. line-height: 20px;
  269. color: #666;
  270. font-size: 14px;
  271. }
  272. .img_li_right_detail {
  273. float: right;
  274. color: #D31D33;
  275. font-size: 14px;
  276. height: 20px;
  277. line-height: 20px;
  278. }
  279. }
  280. .img_li:hover {
  281. background: #a91b33;
  282. }
  283. .img_li:hover .img_li_right_dot5 {
  284. color: #fff;
  285. }
  286. .img_li:hover .img_li_right_detail {
  287. color: #fff;
  288. }
  289. .img_li:hover .img_li_left_dot1 {
  290. color: #fff;
  291. }
  292. .img_li:nth-of-type(3n-1) {
  293. margin-left: 21px;
  294. }
  295. .img_li:nth-of-type(3n) {
  296. float: right;
  297. }
  298. .info_foot {
  299. margin-top: 40px;
  300. text-align: center;
  301. .info_foot_a {
  302. height: 34px;
  303. line-height: 34px;
  304. color: #666;
  305. display: inline-block;
  306. border-radius: 4px;
  307. margin: 0px 10px;
  308. font-size: 14px;
  309. border: solid 1px #EAEAEA;
  310. background: #F6F6F6;
  311. padding: 0px 15px;
  312. }
  313. .info_foot_a_only {
  314. font-weight: bold;
  315. background: #a91b33;
  316. color: #fff;
  317. }
  318. }
  319. @media screen and (min-width:1200px) {
  320. /*pc_1440*/
  321. @media screen and (max-width:1440px) {
  322. /*1200*/
  323. }
  324. .pc_none {
  325. display: none;
  326. }
  327. }
  328. @media screen and (max-width:599px) {}
  329. @media screen and (max-width:320px) {}