storeList.scss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  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. }
  161. }
  162. .sld_vendor_name {
  163. text-align: center;
  164. color: #444444;
  165. font-size: 13px;
  166. margin-top: 10px;
  167. }
  168. .sld_rate {
  169. // margin-top: 8px;
  170. text-align: center;
  171. i {
  172. float: left;
  173. margin: 0 3px;
  174. color: $colorMain;
  175. }
  176. }
  177. .sld_vendor_bottom {
  178. position: absolute;
  179. bottom: 0;
  180. width: 100%;
  181. height: 46px;
  182. background-color: #DDE1E6;
  183. text-align: center;
  184. cursor: pointer;
  185. &:hover {
  186. background-color: $colorMain;
  187. a {
  188. color: #fff;
  189. }
  190. }
  191. a {
  192. font-weight: 400;
  193. font-size: 14px;
  194. color: #282E30;
  195. line-height: 46px;
  196. // &:hover {
  197. // color: #fff;
  198. // }
  199. }
  200. a i {
  201. font-size: 14px;
  202. color: $colorMain;
  203. // margin-right: 6px;
  204. }
  205. }
  206. }
  207. }
  208. .sld_vendor_collect {
  209. height: 70px;
  210. padding: 15px 0 20px 15px;
  211. box-sizing: border-box;
  212. a {
  213. float: left;
  214. display: inline-block;
  215. width: 120px;
  216. height: 34px;
  217. line-height: 34px;
  218. text-align: center;
  219. border: 1px solid #eeeeee;
  220. background-color: #fff;
  221. color: #444444;
  222. font-size: 14px;
  223. }
  224. a:last-child {
  225. border-left: none;
  226. }
  227. .sld_follow_on {
  228. background-color: $colorMain;
  229. color: #fff;
  230. }
  231. .fr {
  232. padding: 0 20px;
  233. color: #333333;
  234. line-height: 34px;
  235. font-size: 14px;
  236. span:nth-child(1) {
  237. margin-right: 36px;
  238. }
  239. em {
  240. color: $colorMain;
  241. }
  242. }
  243. }
  244. .sld_vendor_goods {
  245. position: relative;
  246. width: 967px;
  247. height: 228px;
  248. padding: 0 70px;
  249. overflow: hidden;
  250. li {
  251. width: 150px;
  252. float: left;
  253. margin-right: 20px;
  254. border: 1px solid #ddd;
  255. .sld_img {
  256. width: 150px;
  257. height: 150px;
  258. }
  259. }
  260. .goods_name {
  261. width: 150px;
  262. margin-top: 15px;
  263. color: #444444;
  264. font-size: 14px;
  265. overflow: hidden;
  266. text-overflow: ellipsis;
  267. white-space: nowrap;
  268. &:hover {
  269. color: $colorMain;
  270. }
  271. }
  272. .goods_price {
  273. font-size: 16px;
  274. color: $colorMain;
  275. margin-top: 3px;
  276. font-weight: 600;
  277. }
  278. .sale {
  279. color: #999999;
  280. font-size: 14px;
  281. line-height: 24px;
  282. }
  283. .hd {
  284. .next,
  285. .prev {
  286. position: absolute;
  287. top: 45px;
  288. width: 32px;
  289. height: 70px;
  290. font-size: 16px;
  291. color: #fff;
  292. background-color: #8d8b8b;
  293. // background-color: #ccc;
  294. text-align: center;
  295. line-height: 70px;
  296. }
  297. .next {
  298. right: 0;
  299. }
  300. .prev {
  301. left: 0;
  302. background-color: #ccc;
  303. -webkit-transform: rotate(180deg);
  304. -moz-transform: rotate(180deg);
  305. -ms-transform: rotate(180deg);
  306. -o-transform: rotate(180deg);
  307. transform: rotate(180deg);
  308. }
  309. i {
  310. font-size: 20px;
  311. }
  312. }
  313. ul {
  314. // width: 821px;
  315. display: flex;
  316. overflow-x: auto;
  317. overflow-y: hidden;
  318. transition: all 0.3s;
  319. }
  320. .slide_wrap {
  321. width: 829px;
  322. height: 228px;
  323. overflow: hidden;
  324. }
  325. }
  326. }
  327. .el-pager li.active {
  328. color: $colorMain;
  329. cursor: default;
  330. }
  331. .el-pager li:hover {
  332. color: $colorMain;
  333. }