goodsDetail.less 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  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. input,
  72. img {
  73. border: none;
  74. }
  75. .cover100 img {
  76. display: block;
  77. width: 100%;
  78. height: 100%;
  79. object-fit: cover;
  80. }
  81. .back100 {
  82. background-size: 100% 100%;
  83. background-repeat: no-repeat;
  84. }
  85. article,
  86. aside,
  87. footer,
  88. header,
  89. time,
  90. video,
  91. main,
  92. nav,
  93. h4,
  94. h3,
  95. section {
  96. display: block;
  97. }
  98. .index_main {
  99. margin: 0 auto 30px;
  100. }
  101. .slow_6 {
  102. -webkit-transition: all .6s;
  103. -moz-transition: all .6s;
  104. -ms-transition: all .6s;
  105. -o-transition: all .6s;
  106. transition: all .6s;
  107. }
  108. .index_main {
  109. width: 1200px;
  110. }
  111. .banner_1 {
  112. margin-top: 29px;
  113. height: 90px;
  114. overflow: hidden;
  115. .banner_1_a {
  116. display: block;
  117. width: 100%;
  118. height: 100%;
  119. }
  120. .banner_1_img {
  121. display: block;
  122. width: 100%;
  123. }
  124. }
  125. .categ_crumb {
  126. line-height: 26px;
  127. color: #999;
  128. font-size: 20px;
  129. margin-top: 30px;
  130. padding-bottom: 30px;
  131. border-bottom: solid 1px #D9D9D9;
  132. .categ_crumb_text {
  133. display: inline-block;
  134. line-height: 26px;
  135. color: #999;
  136. font-size: 20px;
  137. margin: 0px 11px;
  138. }
  139. span.categ_crumb_text {
  140. color: #333;
  141. }
  142. a.categ_crumb_text:hover {
  143. color: #255590;
  144. }
  145. }
  146. .index_2 {
  147. margin-top: 30px;
  148. }
  149. .index_2_img {
  150. float: left;
  151. width: 330px;
  152. height: 330px;
  153. }
  154. .index_2_right {
  155. float: right;
  156. width: 540px;
  157. }
  158. .index_2_h4 {
  159. line-height: 29px;
  160. color: #333;
  161. font-size: 22px;
  162. }
  163. .index_2_title_box {}
  164. .index_2_title {
  165. float: left;
  166. height: 31px;
  167. line-height: 31px;
  168. color: #999;
  169. font-size: 16px;
  170. padding: 0px 10px;
  171. margin: 14px 20px 0px 0px;
  172. background: #F8F8F8;
  173. }
  174. .index_2_ul {
  175. margin-top: 10px;
  176. }
  177. .index_2_li {
  178. display: flex;
  179. margin-bottom: 16px;
  180. .index_2_li_label {
  181. line-height: 21px;
  182. color: #999;
  183. font-size: 16px;
  184. min-width: 64px;
  185. margin-right: 15px;
  186. }
  187. .index_2_li_text {
  188. line-height: 21px;
  189. color: #333;
  190. font-size: 16px;
  191. }
  192. }
  193. .shop_head_1 {
  194. position: relative;
  195. padding-bottom: 30px;
  196. border-bottom: solid 1px #E9E9E9;
  197. .shop_head_1_name {
  198. float: left;
  199. height: 29px;
  200. line-height: 29px;
  201. color: #666;
  202. font-size: 22px;
  203. font-weight: bold;
  204. padding-left: 22px;
  205. }
  206. .shop_head_1_name_only {
  207. color: #255590;
  208. }
  209. .shop_head_1_name:nth-of-type(1) {
  210. background: url(@/public/img/3.png) no-repeat left center;
  211. background-size: 12px 18px;
  212. }
  213. }
  214. .card_out {
  215. margin-top: 30px;
  216. }
  217. .card_1_box {
  218. font-size: 18px;
  219. color: #333333;
  220. p {
  221. line-height: 35px;
  222. }
  223. }
  224. .box_1_head {
  225. height: 67px;
  226. background: #F7FBFE;
  227. border-bottom: solid 1px #ddd;
  228. position: relative;
  229. .box_1_head_name {
  230. float: left;
  231. height: 67px;
  232. line-height: 67px;
  233. margin-left: 20px;
  234. color: #255590;
  235. font-size: 22px;
  236. font-weight: bold;
  237. }
  238. .box_1_head_a {
  239. float: right;
  240. height: 67px;
  241. line-height: 67px;
  242. color: #999;
  243. font-size: 16px;
  244. margin-right: 20px;
  245. }
  246. .box_1_head_a::after {
  247. content: '';
  248. display: block;
  249. width: 100%;
  250. height: 100%;
  251. position: absolute;
  252. left: 0px;
  253. top: 0px;
  254. }
  255. }
  256. .box_1 {
  257. border: solid 1px #ddd;
  258. margin-top: 30px;
  259. }
  260. .img_ul_1 {
  261. margin: 20px auto 0px;
  262. box-sizing: border-box;
  263. padding: 0px 7px;
  264. min-height: 165px;
  265. .img_li_1 {
  266. float: left;
  267. width: 120px;
  268. margin: 0px 13.8px 19px;
  269. }
  270. .img_li_1_a {
  271. display: block;
  272. width: 120px;
  273. }
  274. .img_li_1_img_box {
  275. width: 120px;
  276. height: 120px;
  277. }
  278. .img_li_1_img {
  279. display: block;
  280. width: 120px;
  281. height: 120px;
  282. }
  283. .img_li_1_dot2 {
  284. height: 32px;
  285. line-height: 16px;
  286. color: #999;
  287. font-size: 12px;
  288. margin-top: 5px;
  289. text-align: center;
  290. }
  291. .img_li_1_a:hover .img_li_1_dot2 {
  292. color: #255590;
  293. }
  294. }
  295. .index_3 {
  296. margin-top: 17px;
  297. }
  298. .index_4 {}
  299. @media screen and (min-width:1200px) {
  300. /*pc_1440*/
  301. @media screen and (max-width:1440px) {
  302. /*1200*/
  303. }
  304. .pc_none {
  305. display: none;
  306. }
  307. }
  308. @media screen and (max-width:599px) {}
  309. @media screen and (max-width:320px) {}
  310. //导航条
  311. .breadcrumb {
  312. width: 100%;
  313. height: 22px;
  314. padding-bottom: 30px;
  315. border-bottom: 1px solid #ccc;
  316. font-family: Microsoft YaHei, Microsoft YaHei;
  317. font-weight: 400;
  318. font-size: 20px;
  319. color: #666666;
  320. line-height: 23px;
  321. text-align: left;
  322. font-style: normal;
  323. text-transform: none;
  324. margin-top: 20px;
  325. :deep(.el-breadcrumb) {
  326. display: inline-block;
  327. vertical-align: -4px;
  328. }
  329. :deep(.el-breadcrumb__inner a),
  330. :deep(.el-breadcrumb__inner.is-link) {
  331. color: #666666;
  332. font-weight: 400;
  333. text-decoration: none;
  334. transition: var(--el-transition-color);
  335. }
  336. span {
  337. font-family: Microsoft YaHei, Microsoft YaHei;
  338. font-weight: 400;
  339. font-size: 20px;
  340. color: #666666;
  341. line-height: 23px;
  342. text-align: left;
  343. font-style: normal;
  344. text-transform: none;
  345. }
  346. span:hover {
  347. color: #666666;
  348. }
  349. .location {
  350. margin-right:5px;
  351. width: 100px;
  352. height: 22px;
  353. font-family: Microsoft YaHei, Microsoft YaHei;
  354. font-weight: 400;
  355. font-size: 20px;
  356. color: #666666;
  357. line-height: 23px;
  358. text-align: left;
  359. font-style: normal;
  360. text-transform: none;
  361. }
  362. }
  363. .supply_art_box_img {
  364. img {
  365. width: 210px;
  366. height: 210px;
  367. margin-right: 30px;
  368. }
  369. }
  370. // .allInfo {
  371. // font-size: 14px;
  372. // color: #255590;
  373. // margin-top: 20px;
  374. // margin-bottom: 20px;
  375. // }