shop.less 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. .shop-container{
  2. width: 1600px;
  3. margin: 0 auto;
  4. .shop-container-table-box{
  5. .table-operation{
  6. margin-top: 50px;
  7. height:50px;
  8. background:rgba(246,246,246,1);
  9. border:1px solid rgba(221,221,221,1);
  10. display: flex;
  11. align-items: center;
  12. padding-left: 20px;
  13. position: relative;
  14. >span,>a{
  15. font-size:13px;
  16. font-family:PingFangSC-Regular,PingFang SC;
  17. font-weight:400;
  18. color:rgba(60,60,60,1)
  19. }
  20. .right-oper{
  21. position: absolute;
  22. right: 0;
  23. display: flex;
  24. align-items: center;
  25. >span{
  26. font-size:13px;
  27. font-family:PingFangSC-Regular,PingFang SC;
  28. font-weight:400;
  29. color:rgba(102,102,102,1);
  30. }
  31. >b{
  32. font-size:16px;
  33. font-family:PingFangSC-Medium,PingFang SC;
  34. font-weight:500;
  35. }
  36. .buy-btn{
  37. width:120px;
  38. height:52px;
  39. background:rgba(255,79,0,1);
  40. font-size:14px;
  41. font-family:PingFangSC-Medium,PingFang SC;
  42. font-weight:500;
  43. color:rgba(255,255,255,1);
  44. display: flex;
  45. align-items: center;
  46. justify-content: center;
  47. cursor: pointer;
  48. }
  49. }
  50. }
  51. >table{
  52. width: 100%;
  53. thead{
  54. background:rgba(246,246,246,1);
  55. th{
  56. height:40px;
  57. font-size:13px;
  58. font-family:PingFangSC-Medium,PingFang SC;
  59. font-weight:500;
  60. color:rgba(102,102,102,1);
  61. text-align: left;
  62. padding: 0 10px;
  63. &:first-child{
  64. padding-left: 20px;
  65. }
  66. .th-center{
  67. display: flex;
  68. align-items: center;
  69. >input{
  70. margin-right: 10px;
  71. }
  72. }
  73. }
  74. }
  75. tbody{
  76. tr{
  77. border-bottom: 2px solid #DDDDDD;
  78. &.disabled-tr{
  79. background:rgba(246,246,246,1);
  80. .rmb-title{
  81. color: #999999;
  82. }
  83. .disabled-tag{
  84. width:43px;
  85. height:20px;
  86. background:rgba(208,208,208,1);
  87. border-radius:10px;
  88. font-size:12px;
  89. font-family:PingFangSC-Regular,PingFang SC;
  90. font-weight:400;
  91. color:rgba(255,255,255,1);
  92. display: flex;
  93. align-items: center;
  94. justify-content: center;
  95. }
  96. td{
  97. >p{
  98. color: #999999;
  99. }
  100. >span{
  101. color: #999999;
  102. }
  103. }
  104. .td-containe{
  105. >p{
  106. color: #999999;
  107. }
  108. >span{
  109. color: #999999;
  110. }
  111. }
  112. }
  113. &.table-interval{
  114. border: none;
  115. td{
  116. font-size:14px;
  117. font-family:PingFangSC-Medium,PingFang SC;
  118. font-weight:500;
  119. color:rgba(60,60,60,1);
  120. }
  121. }
  122. td{
  123. height: 100px;
  124. //display: flex;
  125. text-align: left;
  126. padding: 0 10px;
  127. .td-containe{
  128. text-align: left;
  129. >p{
  130. font-size:14px;
  131. font-family:PingFangSC-Medium,PingFang SC;
  132. font-weight:500;
  133. color:rgba(60,60,60,1);
  134. padding-bottom: 4px;
  135. }
  136. >span{
  137. font-size:13px;
  138. font-family:PingFangSC-Regular,PingFang SC;
  139. font-weight:400;
  140. color:rgba(102,102,102,1);
  141. display: block;
  142. padding-bottom: 4px;
  143. }
  144. }
  145. >p{
  146. font-size:14px;
  147. font-family:PingFangSC-Medium,PingFang SC;
  148. font-weight:500;
  149. color:rgba(60,60,60,1);
  150. padding-bottom: 4px;
  151. }
  152. >span{
  153. font-size:13px;
  154. font-family:PingFangSC-Regular,PingFang SC;
  155. font-weight:400;
  156. color:rgba(102,102,102,1);
  157. display: block;
  158. padding-bottom: 4px;
  159. &.color-blue{
  160. color: #3F90F7;
  161. }
  162. .rmb-title{
  163. font-size:14px;
  164. font-family:PingFangSC-Medium,PingFang SC;
  165. font-weight:500;
  166. color:rgba(255,79,0,1);
  167. }
  168. .rmb-title-2{
  169. font-size:14px;
  170. font-family:PingFangSC-Medium,PingFang SC;
  171. font-weight:500;
  172. }
  173. }
  174. >img{
  175. width: 60px;
  176. height: 60px;
  177. min-width: 60px;
  178. }
  179. }
  180. }
  181. }
  182. }
  183. }
  184. .shop-container-filter-box{
  185. .shop-container-filter-box-wrapper{
  186. border:1px solid rgba(238,238,238,1);
  187. margin-bottom: 20px;
  188. //&.interval-wrapper{
  189. // margin-top: 20px;
  190. //}
  191. }
  192. .shop-container-filter-item{
  193. display: flex;
  194. align-items: center;
  195. position: relative;
  196. &.dotted-line{
  197. border-bottom: 1px dashed #DDDDDD;
  198. }
  199. .shop-container-filter-item-brand{
  200. font-size:12px;
  201. font-family:PingFangSC-Regular,PingFang SC;
  202. font-weight:400;
  203. color:rgba(102,102,102,1);
  204. padding: 0 8px;
  205. cursor: pointer;
  206. &.checked{
  207. color:rgba(63,144,247,1);
  208. }
  209. }
  210. .shop-container-filter-item-title{
  211. width:70px;
  212. background:rgba(246,246,246,1);
  213. padding: 14px 20px;
  214. font-size:13px;
  215. font-family:PingFangSC-Medium,PingFang SC;
  216. font-weight:500;
  217. color:rgba(102,102,102,1);
  218. position: absolute;
  219. top: 0;
  220. bottom: 0;
  221. left: 0;
  222. }
  223. .shop-container-filter-item-container{
  224. padding: 10px;
  225. padding-left: 120px;
  226. display: flex;
  227. flex-wrap: wrap;
  228. align-items: center;
  229. min-height: 20px;
  230. .shop-container-filter-item-container-top-filter{
  231. width: 88px;
  232. height: 40px;
  233. display: flex;
  234. justify-content: center;
  235. align-items: center;
  236. box-sizing: border-box;
  237. border-right:1px solid rgba(238,238,238,1);
  238. margin: -10px 0;
  239. font-size:13px;
  240. font-family:PingFangSC-Regular,PingFang SC;
  241. font-weight:400;
  242. color:rgba(60,60,60,1);
  243. cursor: pointer;
  244. &:first-child{
  245. margin-left: -10px;
  246. }
  247. &.filtered{
  248. color: #3f90f7;
  249. }
  250. }
  251. .shop-container-filter-item-container-top-filter-2{
  252. font-size:13px;
  253. font-family:PingFangSC-Regular,PingFang SC;
  254. font-weight:400;
  255. color:rgba(60,60,60,1);
  256. padding-left: 10px;
  257. display: flex;
  258. align-items: center;
  259. >input{
  260. margin-right: 5px;
  261. }
  262. }
  263. .shop-container-filter-item-btn{
  264. height:26px;
  265. background:rgba(255,255,255,1);
  266. border-radius:2px;
  267. border:1px solid rgba(241,157,1,1);
  268. padding: 0 10px;
  269. display: flex;
  270. align-items: center;
  271. margin-left: 20px;
  272. cursor: pointer;
  273. font-size:12px;
  274. font-family:PingFangSC-Regular,PingFang SC;
  275. font-weight:400;
  276. color:rgba(241,157,1,1);
  277. &.btn-2{
  278. border:1px solid #FF4F00;
  279. color:#FF4F00;
  280. }
  281. &.btn-3{
  282. border:1px solid #3F90F7;
  283. color:#3F90F7;
  284. }
  285. }
  286. .shop-container-filter-item-car-type{
  287. padding-left: 10px;
  288. padding-right: 30px;
  289. height:26px;
  290. border-radius:2px;
  291. border:1px solid rgba(221,221,221,1);
  292. line-height: 26px;
  293. font-size:12px;
  294. font-family:PingFangSC-Regular,PingFang SC;
  295. font-weight:400;
  296. color:rgba(60,60,60,1);
  297. position: relative;
  298. &:before{
  299. position: absolute;
  300. display: block;
  301. content: '×';
  302. font-size: 20px;
  303. right: 10px;
  304. cursor: pointer;
  305. }
  306. }
  307. }
  308. }
  309. }
  310. .shop-container-search-box{
  311. padding-top: 40px;
  312. padding-bottom: 27px;
  313. display: flex;
  314. align-items: center;
  315. .shop-container-shopping-cart{
  316. margin-left: 20px;
  317. width:120px;
  318. height:44px;
  319. background:rgba(246,246,246,1);
  320. border-radius:2px;
  321. border:1px solid rgba(221,221,221,1);
  322. font-size:14px;
  323. font-family:PingFangSC-Regular,PingFang SC;
  324. font-weight:400;
  325. color:rgba(255,79,0,1);
  326. text-align: center;
  327. line-height: 44px;
  328. cursor: pointer;
  329. display: flex;
  330. align-items: center;
  331. justify-content: center;
  332. }
  333. .shop-container-search{
  334. margin: 0 auto;
  335. display: flex;
  336. .shop-container-search-input{
  337. border-radius:2px;
  338. border:2px solid rgba(38,150,92,1);
  339. width:772px;
  340. height:40px;
  341. padding-left: 10px;
  342. font-size:14px;
  343. }
  344. .shop-container-search-btn{
  345. width:85px;
  346. height:44px;
  347. background:rgba(38,150,92,1);
  348. border-radius:0px 2px 2px 0px;
  349. font-size:14px;
  350. font-family:PingFangSC-Regular,PingFang SC;
  351. font-weight:400;
  352. color:rgba(255,255,255,1);
  353. text-align: center;
  354. margin-left: -2px;
  355. line-height: 44px;
  356. cursor: pointer;
  357. }
  358. }
  359. }
  360. }
  361. .icon-shopcar{
  362. background: url("./image/shopcar.png") no-repeat;
  363. width:20px;
  364. height:16px;
  365. background-size: contain;
  366. display: inline-block;
  367. cursor: pointer;
  368. }