123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338 |
- @font-face {
- font-family: "iconfont"; /* project id 965727 */
- src: url("//at.alicdn.com/t/font_965727_qeczp2qhock.eot");
- src: url("//at.alicdn.com/t/font_965727_qeczp2qhock.eot?#iefix") format("embedded-opentype"),
- url("//at.alicdn.com/t/font_965727_qeczp2qhock.woff2") format("woff2"),
- url("//at.alicdn.com/t/font_965727_qeczp2qhock.woff") format("woff"),
- url("//at.alicdn.com/t/font_965727_qeczp2qhock.ttf") format("truetype"),
- url("//at.alicdn.com/t/font_965727_qeczp2qhock.svg#iconfont") format("svg");
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .sld-img-center {
- position: relative;
- width: 80px;
- height: 80px;
- overflow: hidden;
- .img {
- width: 150px;
- height: 150px;
- background-position: center center;
- background-repeat: no-repeat;
- background-size: cover;
- }
- }
- .sld_store_list {
- width: 1210px;
- margin: 0 auto;
- padding-left: 0px;
- padding-right: 0px;
- background: #fff;
- .store_list_banner {
- width: 100%;
- }
- .fav_list {
- position: relative;
- padding: 10px 0;
- margin: 0 0 10px;
- /*border-bottom: 1px solid #e6e6e6;*/
- height: 303px;
- &.fav_list_box {
- padding: 0;
- height: auto;
- }
- }
- .seller_list_search {
- padding: 10px 0;
- height: 46px;
- font-size: 12px;
- padding-top: 8px;
- background-color: #f7f5f5;
- vertical-align: middle;
- a {
- display: inline-block;
- height: 30px;
- width: 80px;
- margin: 0 5px;
- border: 1px solid #dcdcdc;
- text-align: center;
- color: #606060;
- vertical-align: middle;
- line-height: 28px;
- background-color: #fff;
- cursor: pointer;
- i {
- font-size: 13px;
- }
- }
- a.on {
- background-color: $colorMain2;
- // border-color: $colorMain2;
- color: #fff;
- }
- form {
- display: inline-block;
- }
- input {
- width: 227px;
- margin-left: 15px;
- height: 30px;
- border: 1px solid #dcdcdc;
- line-height: 28px;
- padding-left: 8px;
- outline: none;
- }
- button {
- width: 75px;
- height: 30px;
- background-color: #dcdcdc;
- color: #333333;
- border: none;
- margin-left: -4px;
- outline: none;
- vertical-align: top;
- cursor: pointer;
- }
- }
- .sld_store_item {
- width: 25%;
- margin-top: 30px;
- background-color: #fff;
- height: 250px;
- display: flex;
- justify-content: center;
- align-items: flex-start;
- border-bottom: 1px solid #dedede;
- //border: 1px solid #eeeeee;
- &.skeleton_sld_store_item {
- .sld_vendor_logo {
- background: $colorSkeleton;
- }
- .sld_vendor_name {
- background: $colorSkeleton;
- height: 14px;
- }
- .el-rate {
- background: $colorSkeleton;
- }
- }
- .main_lbbox {
- position: relative;
- width: 967px;
- height: 308px;
- min-width: 967px;
- overflow: hidden;
- }
- .bd li {
- float: left;
- height: 228px;
- }
- .sld_vendor {
- position: relative;
- box-sizing: border-box;
- //border-right: 1px solid #eee;
- .sld_vendor_logo {
- height: 114px;
- margin: 0 auto;
- width: auto;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- img {
- width: auto;
- display: block;
- margin: 0 auto;
- max-width: 150px;
- }
- }
- .sld_vendor_name {
- text-align: center;
- color: #444444;
- font-size: 13px;
- margin-top: 10px;
- }
- .sld_rate {
- margin-top: 8px;
- text-align: center;
- i {
- float: left;
- margin: 0 3px;
- color: $colorMain2;
- }
- }
- .sld_vendor_bottom {
- text-align: center;
- a {
- width: 100%;
- height: 46px;
- text-align: center;
- line-height: 46px;
- color: #444444;
- font-size: 14px;
- &:hover {
- color: $colorMain;
- }
- }
- a i {
- font-size: 14px;
- color: $colorMain2;
- margin-right: 6px;
- }
- }
- }
- }
- .sld_vendor_collect {
- height: 70px;
- padding: 15px 0 20px 15px;
- box-sizing: border-box;
- a {
- float: left;
- display: inline-block;
- width: 120px;
- height: 34px;
- line-height: 34px;
- text-align: center;
- border: 1px solid #eeeeee;
- background-color: #fff;
- color: #444444;
- font-size: 14px;
- }
- a:last-child {
- border-left: none;
- }
- .sld_follow_on {
- background-color: $colorMain2;
- color: #fff;
- }
- .fr {
- padding: 0 20px;
- color: #333333;
- line-height: 34px;
- font-size: 14px;
- span:nth-child(1) {
- margin-right: 36px;
- }
- em {
- color: $colorMain2;
- }
- }
- }
- .sld_vendor_goods {
- position: relative;
- width: 967px;
- height: 228px;
- padding: 0 70px;
- overflow: hidden;
- li {
- width: 150px;
- float: left;
- margin-right: 20px;
- border: 1px solid #ddd;
- .sld_img {
- width: 150px;
- height: 150px;
- }
- }
- .goods_name {
- width: 150px;
- margin-top: 15px;
- color: #444444;
- font-size: 14px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- &:hover {
- color: $colorMain;
- }
- }
- .goods_price {
- font-size: 16px;
- color: $colorMain2;
- margin-top: 3px;
- font-weight: 600;
- }
- .sale {
- color: #999999;
- font-size: 14px;
- line-height: 24px;
- }
- .hd {
- .next,
- .prev {
- position: absolute;
- top: 45px;
- width: 32px;
- height: 70px;
- font-size: 16px;
- color: #fff;
- background-color: #8d8b8b;
- // background-color: #ccc;
- text-align: center;
- line-height: 70px;
- }
- .next {
- right: 0;
- }
- .prev {
- left: 0;
- background-color: #ccc;
- -webkit-transform: rotate(180deg);
- -moz-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- -o-transform: rotate(180deg);
- transform: rotate(180deg);
- }
- i {
- font-size: 20px;
- }
- }
- ul {
- // width: 821px;
- display: flex;
- overflow-x: auto;
- overflow-y: hidden;
- transition: all 0.3s;
- }
- .slide_wrap {
- width: 829px;
- height: 228px;
- overflow: hidden;
- }
- }
- }
- .el-pager li.active {
- color: $colorMain;
- cursor: default;
- }
- .el-pager li:hover {
- color: $colorMain;
- }
|