Authored by 郭成尧

format-sass

... ... @@ -2,7 +2,7 @@
<div id="allproduct" class="allproduct">
<a href={{allProduct}}>
<p class="allproductParagaraph buriedpoint" data-bp-id ="shop_category_all_1">全部商品</p>
<p class="all-product-paragaraph buriedpoint" data-bp-id ="shop_category_all_1">全部商品</p>
<i class="arrow-icon iconfont">&#xe614;</i>
</a>
</div>
... ...
... ... @@ -14,7 +14,7 @@
box-sizing: border-box;
padding: 0 22px;
width: 100%;
height: 70px; /**父元素hidden 隐藏滚动条**/
height: 70px;
border-bottom: 1px solid #e6e6e6;
background: #f0f0f0;
color: #999;
... ...
@import "discount";
@import "channel/floor-header";
@import "channel/discount-list";
\ No newline at end of file
@import "channel/discount-list";
... ...
... ... @@ -70,7 +70,6 @@
height: 62px;
line-height: 62px;
padding: 0 20px;
font-size: 28px;
color: #000;
overflow: hidden;
text-overflow: ellipsis;
... ...
... ... @@ -4,4 +4,4 @@
.seckill-page {
background-color: #f0f0f0;
}
\ No newline at end of file
}
... ...
... ... @@ -32,8 +32,7 @@
padding: 0 10px;
}
.allproductParagaraph {
/* font-size: 18px; */
.all-product-paragaraph {
left: 20px;
}
... ...
... ... @@ -29,7 +29,7 @@
font-size: 72px;
}
.coupon-left .coupon-left-name {
.coupon-left .coupon-left-name {
font-size: 22px;
width: 250px;
height: 100px;
... ... @@ -82,7 +82,7 @@
font-size: 52px;
}
.coupon-left .coupon-left-name {
.coupon-left .coupon-left-name {
font-size: 16px;
width: 150px;
overflow: hidden;
... ...
... ... @@ -12,7 +12,7 @@
}
.descripition {
margin: 0 20px 0px;
margin: 0 20px;
font-size: 22px;
line-height: 36px;
padding: 60px 20px 40px;
... ...
... ... @@ -27,4 +27,4 @@
a {
color: inherit;
}
}
\ No newline at end of file
}
... ...
... ... @@ -5,7 +5,6 @@
@import "layout/swiper";
/* page */
/* @import "channel/index"; */
@import "channel/banner-top";
@import "channel/floor-header";
@import "channel/search";
... ...
... ... @@ -155,7 +155,6 @@ body {
}
}
/* menu open*/
.menu-open {
.menu {
display: block;
... ...