storeList.scss 8.3 KB

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