class.less 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. @charset "utf-8";
  2. //导航条
  3. .breadcrumb {
  4. width: 100%;
  5. height: 22px;
  6. padding-bottom: 20px;
  7. border-bottom: 1px solid #ccc;
  8. font-family: Microsoft YaHei, Microsoft YaHei;
  9. font-weight: 400;
  10. font-size: 20px;
  11. color: #666666;
  12. line-height: 23px;
  13. text-align: left;
  14. font-style: normal;
  15. text-transform: none;
  16. margin-top: 30px;
  17. :deep(.el-breadcrumb) {
  18. display: inline-block;
  19. vertical-align: -4px;
  20. }
  21. :deep(.el-breadcrumb__inner a),
  22. :deep(.el-breadcrumb__inner.is-link) {
  23. color: #666666;
  24. font-weight: 400;
  25. text-decoration: none;
  26. transition: var(--el-transition-color);
  27. }
  28. span {
  29. font-family: Microsoft YaHei, Microsoft YaHei;
  30. font-weight: 400;
  31. font-size: 20px;
  32. color: #666666;
  33. line-height: 23px;
  34. text-align: left;
  35. font-style: normal;
  36. text-transform: none;
  37. }
  38. span:hover {
  39. color: #666666;
  40. }
  41. .location {
  42. margin-right:5px;
  43. width: 100px;
  44. height: 22px;
  45. font-family: Microsoft YaHei, Microsoft YaHei;
  46. font-weight: 400;
  47. font-size: 20px;
  48. color: #666666;
  49. line-height: 23px;
  50. text-align: left;
  51. font-style: normal;
  52. text-transform: none;
  53. }
  54. }
  55. .shop_head_1 {
  56. height: 29px;
  57. position: relative;
  58. .shop_head_1_name {
  59. float: left;
  60. height: 29px;
  61. line-height: 29px;
  62. color: #255590;
  63. font-size: 22px;
  64. font-weight: bold;
  65. padding-left: 22px;
  66. background: url(@/public/img/3.png) no-repeat left center;
  67. background-size: 12px 18px;
  68. }
  69. }
  70. .categ_color_box {
  71. border: solid 1px #E9E9E9;
  72. background: #F8F8F8;
  73. margin-top: 30px;
  74. box-sizing: border-box;
  75. .categ_color_name {
  76. width: 1160px;
  77. margin: 0px auto;
  78. height: 60px;
  79. line-height: 60px;
  80. color: #333;
  81. font-size: 18px;
  82. border-bottom: dashed 1px #E9E9E9;
  83. }
  84. .categ_color_in {
  85. padding: 6px 0px 0px;
  86. }
  87. .categ_color_a {
  88. float: left;
  89. height: 29px;
  90. line-height: 29px;
  91. color: #333;
  92. margin: 10px 10px 16px;
  93. font-size: 16px;
  94. padding: 0px 10px;
  95. }
  96. .categ_color_a_only {
  97. color: #fff;
  98. background: #255590;
  99. }
  100. }
  101. * {
  102. font-family: "微软雅黑", "microsoft yahei";
  103. }
  104. ul,
  105. ol {
  106. list-style: none;
  107. }
  108. a:active {
  109. text-decoration: none;
  110. }
  111. a:hover {
  112. text-decoration: none;
  113. }
  114. a:visited {
  115. text-decoration: none;
  116. }
  117. a:link {
  118. text-decoration: none;
  119. }
  120. a:focus {
  121. text-decoration: none;
  122. }
  123. body {
  124. position: relative;
  125. }
  126. .clearfix {
  127. overflow: hidden;
  128. }
  129. .clearfix_2::after {
  130. content: '';
  131. display: block;
  132. height: 0;
  133. visibility: hidden;
  134. clear: both;
  135. }
  136. .hiddenColor {
  137. visibility: hidden;
  138. }
  139. .hand {
  140. cursor: pointer;
  141. }
  142. .aTag_parent {
  143. position: relative;
  144. }
  145. .aTag_parent>a,
  146. .aTag {
  147. display: block;
  148. width: 100%;
  149. height: 100%;
  150. position: absolute;
  151. z-index: 99;
  152. border: 0px;
  153. top: 0px;
  154. left: 0px;
  155. background: rgba(0, 0, 0, 0);
  156. }
  157. .dot1 {
  158. display: block;
  159. word-break: keep-all;
  160. white-space: nowrap;
  161. overflow: hidden;
  162. text-overflow: ellipsis;
  163. }
  164. .dot2 {
  165. overflow: hidden;
  166. display: -webkit-box;
  167. -webkit-box-orient: vertical;
  168. -webkit-line-clamp: 2;
  169. }
  170. input,
  171. img {
  172. border: none;
  173. }
  174. .cover100 img {
  175. display: block;
  176. width: 100%;
  177. height: 100%;
  178. object-fit: cover;
  179. }
  180. .back100 {
  181. background-size: 100% 100%;
  182. background-repeat: no-repeat;
  183. }
  184. article,
  185. aside,
  186. footer,
  187. header,
  188. time,
  189. video,
  190. main,
  191. nav,
  192. h4,
  193. h3,
  194. section {
  195. display: block;
  196. }
  197. .index_main {
  198. margin: 0 auto;
  199. }
  200. .slow_6 {
  201. -webkit-transition: all .6s;
  202. -moz-transition: all .6s;
  203. -ms-transition: all .6s;
  204. -o-transition: all .6s;
  205. transition: all .6s;
  206. }
  207. .index_main {
  208. width: 1200px;
  209. }
  210. .index_1 {
  211. margin-top: 30px;
  212. }
  213. .index_2 {
  214. margin-top: 30px;
  215. }
  216. .box_1 {
  217. border: solid 1px #ddd;
  218. width: 588px;
  219. }
  220. .box_1:nth-of-type(odd) {
  221. float: left;
  222. }
  223. .box_1:nth-of-type(even) {
  224. float: right;
  225. }
  226. .box_1_head {
  227. height: 67px;
  228. background: #F7FBFE;
  229. border-bottom: solid 1px #ddd;
  230. position: relative;
  231. .box_1_head_name {
  232. float: left;
  233. height: 67px;
  234. line-height: 67px;
  235. margin-left: 20px;
  236. color: #255590;
  237. font-size: 22px;
  238. font-weight: bold;
  239. }
  240. }
  241. .box_2 {
  242. border: solid 1px #ddd;
  243. }
  244. .box_2_head {
  245. height: 67px;
  246. background: #F7FBFE;
  247. border-bottom: solid 1px #ddd;
  248. position: relative;
  249. .box_2_head_name {
  250. float: left;
  251. height: 67px;
  252. line-height: 67px;
  253. margin-left: 20px;
  254. color: #255590;
  255. font-size: 22px;
  256. font-weight: bold;
  257. }
  258. }
  259. .box_2 {
  260. border: solid 1px #ddd;
  261. }
  262. .ul_1 {
  263. width: 555px;
  264. height: 168px;
  265. margin: 30px auto 0;
  266. .ul_1_li {
  267. height: 26px;
  268. line-height: 26px;
  269. margin-bottom: 30px;
  270. }
  271. .ul_1_li_a {
  272. display: block;
  273. width: 100%;
  274. height: 100%;
  275. display: flex;
  276. justify-content: space-between;
  277. /* 两端对齐 */
  278. }
  279. .ul_1_li_h4 {
  280. flex: 1;
  281. /* 优先扩展 */
  282. white-space: nowrap;
  283. /* 不换行 */
  284. line-height: 26px;
  285. height: 26px;
  286. color: #333;
  287. font-size: 20px;
  288. font-weight: bold;
  289. margin-right: 11px;
  290. }
  291. .ul_1_li_text {
  292. line-height: 26px;
  293. height: 26px;
  294. color: #333;
  295. font-size: 16px;
  296. width: 100%;
  297. text-align: right;
  298. }
  299. .ul_1_li_a:hover * {
  300. color: #255590;
  301. }
  302. }
  303. .ul_2 {
  304. width: 1170px;
  305. height: 168px;
  306. margin: 30px auto 0;
  307. .ul_2_li {
  308. height: 26px;
  309. line-height: 26px;
  310. margin-bottom: 30px;
  311. width: 48%;
  312. }
  313. .ul_2_li:nth-of-type(odd) {
  314. float: left;
  315. }
  316. .ul_2_li:nth-of-type(even) {
  317. float: right;
  318. }
  319. .ul_2_li_a {
  320. display: block;
  321. width: 100%;
  322. height: 100%;
  323. display: flex;
  324. justify-content: space-between;
  325. /* 两端对齐 */
  326. }
  327. .ul_2_li_h4 {
  328. flex: 1;
  329. /* 优先扩展 */
  330. white-space: nowrap;
  331. /* 不换行 */
  332. line-height: 26px;
  333. height: 26px;
  334. color: #333;
  335. font-size: 20px;
  336. font-weight: bold;
  337. margin-right: 11px;
  338. }
  339. .ul_2_li_text {
  340. line-height: 26px;
  341. height: 26px;
  342. color: #333;
  343. font-size: 16px;
  344. width: 100%;
  345. text-align: right;
  346. }
  347. .ul_2_li_a:hover * {
  348. color: #255590;
  349. }
  350. }
  351. // .index_main .color_bule_box a div {
  352. // color: #255590;
  353. // }
  354. @media screen and (max-width:800px) {
  355. .index_main {
  356. width: 99%;
  357. margin: 0px auto;
  358. }
  359. .box_1 {
  360. width: 99%;
  361. margin: 0px auto 11px;
  362. }
  363. .box_1_head {
  364. box-sizing: border-box;
  365. width: 100%;
  366. }
  367. .box_1:nth-of-type(odd) {
  368. float: none;
  369. }
  370. .box_1:nth-of-type(even) {
  371. float: none;
  372. }
  373. .ul_1 {
  374. width: 96%;
  375. margin: 30px auto 0;
  376. }
  377. .ul_2 {
  378. width: 96%;
  379. margin: 30px auto 0;
  380. }
  381. .ul_2_li:nth-of-type(odd) {
  382. float: none;
  383. width: 100%;
  384. }
  385. .ul_2_li:nth-of-type(even) {
  386. float: none;
  387. width: 100%;
  388. }
  389. .index_2 {
  390. margin-bottom: 22px;
  391. }
  392. }
  393. @media screen and (min-width:1200px) {
  394. /*pc_1440*/
  395. @media screen and (max-width:1440px) {
  396. /*1200*/
  397. }
  398. .pc_none {
  399. display: none;
  400. }
  401. }
  402. @media screen and (max-width:599px) {}
  403. @media screen and (max-width:320px) {}