storeList.scss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. @font-face {
  2. font-family: "iconfont"; /* project id 965727 */
  3. src: url("//at.alicdn.com/t/font_965727_qeczp2qhock.eot");
  4. src: url("//at.alicdn.com/t/font_965727_qeczp2qhock.eot?#iefix") format("embedded-opentype"),
  5. url("//at.alicdn.com/t/font_965727_qeczp2qhock.woff2") format("woff2"),
  6. url("//at.alicdn.com/t/font_965727_qeczp2qhock.woff") format("woff"),
  7. url("//at.alicdn.com/t/font_965727_qeczp2qhock.ttf") format("truetype"),
  8. url("//at.alicdn.com/t/font_965727_qeczp2qhock.svg#iconfont") format("svg");
  9. }
  10. .iconfont {
  11. font-family: "iconfont" !important;
  12. font-size: 16px;
  13. font-style: normal;
  14. -webkit-font-smoothing: antialiased;
  15. -moz-osx-font-smoothing: grayscale;
  16. }
  17. .fl {
  18. float: left;
  19. }
  20. .fr {
  21. float: right;
  22. }
  23. .sld-img-center {
  24. position: relative;
  25. width: 80px;
  26. height: 80px;
  27. overflow: hidden;
  28. .img {
  29. width: 150px;
  30. height: 150px;
  31. background-position: center center;
  32. background-repeat: no-repeat;
  33. background-size: cover;
  34. }
  35. }
  36. .sld_store_list {
  37. width: 1440px;
  38. margin: 0 auto;
  39. padding-left: 0px;
  40. padding-right: 0px;
  41. background: #fff;
  42. .store_list_banner {
  43. width: 100%;
  44. }
  45. .fav_list {
  46. position: relative;
  47. padding: 10px 0;
  48. margin: 0 0 10px;
  49. /*border-bottom: 1px solid #e6e6e6;*/
  50. height: 303px;
  51. &.fav_list_box {
  52. padding: 0;
  53. height: auto;
  54. }
  55. }
  56. .seller_list_search {
  57. display: flex;
  58. align-items: center;
  59. height: 60px;
  60. font-size: 12px;
  61. // padding-top: 8px;
  62. background-color: #f7f5f5;
  63. // vertical-align: middle;
  64. a {
  65. display: inline-block;
  66. height: 30px;
  67. width: 80px;
  68. margin: 0 5px;
  69. border: 1px solid #dcdcdc;
  70. text-align: center;
  71. color: #606060;
  72. vertical-align: middle;
  73. line-height: 28px;
  74. background-color: #fff;
  75. cursor: pointer;
  76. i {
  77. font-size: 13px;
  78. }
  79. }
  80. a.on {
  81. background-color: $colorMain;
  82. // border-color: $colorMain;
  83. color: #fff;
  84. }
  85. form {
  86. display: inline-block;
  87. }
  88. input {
  89. width: 227px;
  90. margin-left: 15px;
  91. height: 32px;
  92. border: 1px solid #dcdcdc;
  93. line-height: 28px;
  94. padding-left: 8px;
  95. outline: none;
  96. }
  97. button {
  98. width: 75px;
  99. height: 32px;
  100. background-color: $colorMain;
  101. color: #fff;
  102. border: none;
  103. margin-left: -4px;
  104. outline: none;
  105. vertical-align: top;
  106. cursor: pointer;
  107. }
  108. }
  109. .sld_store_item {
  110. width: 360px;
  111. height: 388px;
  112. background-color: #fff;
  113. display: flex;
  114. justify-content: center;
  115. align-items: flex-start;
  116. border-bottom: 1px solid #dedede;
  117. border: 1px solid #eeeeee;
  118. // &:nth-of-type(n + 4) {
  119. // border-right: none;
  120. // }
  121. &.skeleton_sld_store_item {
  122. .sld_vendor_logo {
  123. background: $colorSkeleton;
  124. }
  125. .sld_vendor_name {
  126. background: $colorSkeleton;
  127. height: 14px;
  128. }
  129. .el-rate {
  130. background: $colorSkeleton;
  131. }
  132. }
  133. .main_lbbox {
  134. position: relative;
  135. width: 967px;
  136. height: 308px;
  137. min-width: 967px;
  138. overflow: hidden;
  139. }
  140. .bd li {
  141. float: left;
  142. height: 228px;
  143. }
  144. .sld_vendor {
  145. display: flex;
  146. flex-direction: column;
  147. justify-content: center;
  148. align-items: center;
  149. width: 100%;
  150. height: 100%;
  151. position: relative;
  152. box-sizing: border-box;
  153. //border-right: 1px solid #eee;
  154. .sld_vendor_logo {
  155. width: 232px;
  156. height: 232px;
  157. img {
  158. width: 100%;
  159. height: 100%;
  160. object-fit: contain;
  161. }
  162. }
  163. .sld_vendor_name {
  164. text-align: center;
  165. color: #444444;
  166. font-size: 13px;
  167. margin-top: 10px;
  168. }
  169. .sld_rate {
  170. // margin-top: 8px;
  171. text-align: center;
  172. i {
  173. float: left;
  174. margin: 0 3px;
  175. color: $colorMain;
  176. }
  177. }
  178. .sld_vendor_bottom {
  179. position: absolute;
  180. bottom: 0;
  181. width: 100%;
  182. height: 46px;
  183. background-color: #DDE1E6;
  184. text-align: center;
  185. cursor: pointer;
  186. &:hover {
  187. background-color: $colorMain;
  188. a {
  189. color: #fff;
  190. }
  191. }
  192. a {
  193. font-weight: 400;
  194. font-size: 14px;
  195. color: #282E30;
  196. line-height: 46px;
  197. // &:hover {
  198. // color: #fff;
  199. // }
  200. }
  201. a i {
  202. font-size: 14px;
  203. color: $colorMain;
  204. // margin-right: 6px;
  205. }
  206. }
  207. }
  208. }
  209. .sld_vendor_collect {
  210. height: 70px;
  211. padding: 15px 0 20px 15px;
  212. box-sizing: border-box;
  213. a {
  214. float: left;
  215. display: inline-block;
  216. width: 120px;
  217. height: 34px;
  218. line-height: 34px;
  219. text-align: center;
  220. border: 1px solid #eeeeee;
  221. background-color: #fff;
  222. color: #444444;
  223. font-size: 14px;
  224. }
  225. a:last-child {
  226. border-left: none;
  227. }
  228. .sld_follow_on {
  229. background-color: $colorMain;
  230. color: #fff;
  231. }
  232. .fr {
  233. padding: 0 20px;
  234. color: #333333;
  235. line-height: 34px;
  236. font-size: 14px;
  237. span:nth-child(1) {
  238. margin-right: 36px;
  239. }
  240. em {
  241. color: $colorMain;
  242. }
  243. }
  244. }
  245. .sld_vendor_goods {
  246. position: relative;
  247. width: 967px;
  248. height: 228px;
  249. padding: 0 70px;
  250. overflow: hidden;
  251. li {
  252. width: 150px;
  253. float: left;
  254. margin-right: 20px;
  255. border: 1px solid #ddd;
  256. .sld_img {
  257. width: 150px;
  258. height: 150px;
  259. }
  260. }
  261. .goods_name {
  262. width: 150px;
  263. margin-top: 15px;
  264. color: #444444;
  265. font-size: 14px;
  266. overflow: hidden;
  267. text-overflow: ellipsis;
  268. white-space: nowrap;
  269. &:hover {
  270. color: $colorMain;
  271. }
  272. }
  273. .goods_price {
  274. font-size: 16px;
  275. color: $colorMain;
  276. margin-top: 3px;
  277. font-weight: 600;
  278. }
  279. .sale {
  280. color: #999999;
  281. font-size: 14px;
  282. line-height: 24px;
  283. }
  284. .hd {
  285. .next,
  286. .prev {
  287. position: absolute;
  288. top: 45px;
  289. width: 32px;
  290. height: 70px;
  291. font-size: 16px;
  292. color: #fff;
  293. background-color: #8d8b8b;
  294. // background-color: #ccc;
  295. text-align: center;
  296. line-height: 70px;
  297. }
  298. .next {
  299. right: 0;
  300. }
  301. .prev {
  302. left: 0;
  303. background-color: #ccc;
  304. -webkit-transform: rotate(180deg);
  305. -moz-transform: rotate(180deg);
  306. -ms-transform: rotate(180deg);
  307. -o-transform: rotate(180deg);
  308. transform: rotate(180deg);
  309. }
  310. i {
  311. font-size: 20px;
  312. }
  313. }
  314. ul {
  315. // width: 821px;
  316. display: flex;
  317. overflow-x: auto;
  318. overflow-y: hidden;
  319. transition: all 0.3s;
  320. }
  321. .slide_wrap {
  322. width: 829px;
  323. height: 228px;
  324. overflow: hidden;
  325. }
  326. }
  327. }
  328. .el-pager li.active {
  329. color: $colorMain;
  330. cursor: default;
  331. }
  332. .el-pager li:hover {
  333. color: $colorMain;
  334. }