storeList.scss 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  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. font-size: 14px;
  97. }
  98. button {
  99. width: 75px;
  100. height: 32px;
  101. font-size: 14px;
  102. background-color: $colorMain;
  103. color: #fff;
  104. border: none;
  105. margin-left: -4px;
  106. outline: none;
  107. vertical-align: top;
  108. cursor: pointer;
  109. }
  110. }
  111. .sld_store_item {
  112. width: 360px;
  113. height: 388px;
  114. background-color: #fff;
  115. display: flex;
  116. justify-content: center;
  117. align-items: flex-start;
  118. border-bottom: 1px solid #dedede;
  119. border: 1px solid #eeeeee;
  120. // &:nth-of-type(n + 4) {
  121. // border-right: none;
  122. // }
  123. &.skeleton_sld_store_item {
  124. .sld_vendor_logo {
  125. background: $colorSkeleton;
  126. }
  127. .sld_vendor_name {
  128. background: $colorSkeleton;
  129. height: 14px;
  130. }
  131. .el-rate {
  132. background: $colorSkeleton;
  133. }
  134. }
  135. .main_lbbox {
  136. position: relative;
  137. width: 967px;
  138. height: 308px;
  139. min-width: 967px;
  140. overflow: hidden;
  141. }
  142. .bd li {
  143. float: left;
  144. height: 228px;
  145. }
  146. .sld_vendor {
  147. display: flex;
  148. flex-direction: column;
  149. justify-content: center;
  150. align-items: center;
  151. width: 100%;
  152. height: 100%;
  153. position: relative;
  154. box-sizing: border-box;
  155. //border-right: 1px solid #eee;
  156. .sld_vendor_logo {
  157. width: 232px;
  158. height: 232px;
  159. img {
  160. width: 100%;
  161. height: 100%;
  162. object-fit: contain;
  163. }
  164. }
  165. .sld_vendor_name {
  166. text-align: center;
  167. color: #444444;
  168. font-size: 13px;
  169. margin-top: 10px;
  170. }
  171. .sld_rate {
  172. // margin-top: 8px;
  173. text-align: center;
  174. i {
  175. float: left;
  176. margin: 0 3px;
  177. color: $colorMain;
  178. }
  179. }
  180. .sld_vendor_bottom {
  181. position: absolute;
  182. bottom: 0;
  183. width: 100%;
  184. height: 46px;
  185. background-color: #DDE1E6;
  186. text-align: center;
  187. cursor: pointer;
  188. &:hover {
  189. background-color: $colorMain;
  190. a {
  191. color: #fff;
  192. }
  193. }
  194. a {
  195. display: inline-block;
  196. width: 100%;
  197. font-weight: 400;
  198. font-size: 14px;
  199. color: #282E30;
  200. line-height: 46px;
  201. // &:hover {
  202. // color: #fff;
  203. // }
  204. }
  205. a i {
  206. font-size: 14px;
  207. color: $colorMain;
  208. // margin-right: 6px;
  209. }
  210. }
  211. }
  212. }
  213. .sld_vendor_collect {
  214. height: 70px;
  215. padding: 15px 0 20px 15px;
  216. box-sizing: border-box;
  217. a {
  218. float: left;
  219. display: inline-block;
  220. width: 120px;
  221. height: 34px;
  222. line-height: 34px;
  223. text-align: center;
  224. border: 1px solid #eeeeee;
  225. background-color: #fff;
  226. color: #444444;
  227. font-size: 14px;
  228. }
  229. a:last-child {
  230. border-left: none;
  231. }
  232. .sld_follow_on {
  233. background-color: $colorMain;
  234. color: #fff;
  235. }
  236. .fr {
  237. padding: 0 20px;
  238. color: #333333;
  239. line-height: 34px;
  240. font-size: 14px;
  241. span:nth-child(1) {
  242. margin-right: 36px;
  243. }
  244. em {
  245. color: $colorMain;
  246. }
  247. }
  248. }
  249. .sld_vendor_goods {
  250. position: relative;
  251. width: 967px;
  252. height: 228px;
  253. padding: 0 70px;
  254. overflow: hidden;
  255. li {
  256. width: 150px;
  257. float: left;
  258. margin-right: 20px;
  259. border: 1px solid #ddd;
  260. .sld_img {
  261. width: 150px;
  262. height: 150px;
  263. }
  264. }
  265. .goods_name {
  266. width: 150px;
  267. margin-top: 15px;
  268. color: #444444;
  269. font-size: 14px;
  270. overflow: hidden;
  271. text-overflow: ellipsis;
  272. white-space: nowrap;
  273. &:hover {
  274. color: $colorMain;
  275. }
  276. }
  277. .goods_price {
  278. font-size: 16px;
  279. color: $colorMain;
  280. margin-top: 3px;
  281. font-weight: 600;
  282. }
  283. .sale {
  284. color: #999999;
  285. font-size: 14px;
  286. line-height: 24px;
  287. }
  288. .hd {
  289. .next,
  290. .prev {
  291. position: absolute;
  292. top: 45px;
  293. width: 32px;
  294. height: 70px;
  295. font-size: 16px;
  296. color: #fff;
  297. background-color: #8d8b8b;
  298. // background-color: #ccc;
  299. text-align: center;
  300. line-height: 70px;
  301. }
  302. .next {
  303. right: 0;
  304. }
  305. .prev {
  306. left: 0;
  307. background-color: #ccc;
  308. -webkit-transform: rotate(180deg);
  309. -moz-transform: rotate(180deg);
  310. -ms-transform: rotate(180deg);
  311. -o-transform: rotate(180deg);
  312. transform: rotate(180deg);
  313. }
  314. i {
  315. font-size: 20px;
  316. }
  317. }
  318. ul {
  319. // width: 821px;
  320. display: flex;
  321. overflow-x: auto;
  322. overflow-y: hidden;
  323. transition: all 0.3s;
  324. }
  325. .slide_wrap {
  326. width: 829px;
  327. height: 228px;
  328. overflow: hidden;
  329. }
  330. }
  331. }
  332. .el-pager li.active {
  333. color: $colorMain;
  334. cursor: default;
  335. }
  336. .el-pager li:hover {
  337. color: $colorMain;
  338. }