storeList.scss 8.4 KB

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