Authored by 郭成尧

css-format

... ... @@ -353,8 +353,7 @@
}
}
.class {
.class-item {
.class .class-item {
border-top: solid 1px #e0e0e0;
border-bottom: solid 1px #e0e0e0;
padding: 30px;
... ... @@ -448,7 +447,6 @@
}
}
}
}
.foot-btn {
width: 100%;
... ... @@ -667,8 +665,9 @@
background-color: #fff;
height: 100px;
overflow: hidden;
}
ul {
.time-nav ul {
float: left;
width: auto;
... ... @@ -692,7 +691,6 @@
}
}
}
}
.adviser {
background-color: #fff;
... ... @@ -856,8 +854,9 @@
.chosen-list {
border-top: solid 1px #e0e0e0;
background-color: #fff;
}
.item {
.chosen-list .item {
padding: 30px;
border-bottom: solid 1px #e0e0e0;
display: block;
... ... @@ -902,7 +901,6 @@
}
}
}
}
.kids-pic {
padding: 30px;
... ...
... ... @@ -6,7 +6,6 @@
background: resolve("activity/vip-day/activity.jpg");
background-size: 100% 100%;
height: 363px;
/*box-shadow: inset -6px -6px 7px rgba(15, 5, 10, 0.32);*/
}
.vip-day-footer {
... ... @@ -310,7 +309,7 @@
.vip-good-name {
font-size: 20px;
color: #fff;
height: calc(2*20*1.4px);
height: 56px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
... ...
.vip-day10.entry {
.vip-day10 .entry {
background: resolve("activity/vip-day/vip-day1028/bg.jpg");
background-size: 100% 100%;
}
... ... @@ -7,7 +7,6 @@
background: resolve("activity/vip-day/vip-day1028/head.gif");
background-size: 100% 100%;
height: 486px;
/*box-shadow: inset -6px -6px 7px rgba(15, 5, 10, 0.32);*/
}
.vip-day10-slogan {
... ...
... ... @@ -47,9 +47,6 @@
}
}
/*-------------------------------------*\
.coupon 单个优惠券
\*-------------------------------------*/
.coupon {
min-height: 165px;
margin-left: 30px;
... ...
... ... @@ -57,6 +57,7 @@
&.highlight {
color: $basicBtnC;
}
font-size: 28px;
float: left;
width: 50%;
... ... @@ -68,6 +69,7 @@
padding-right: 5PX;
font-size: inherit;
}
position: relative;
.animate-count {
... ... @@ -198,13 +200,12 @@
}
}
.goods-consults.customer-consults {
.consult-item {
.goods-consults .customer-consults .consult-item {
@mixin consult-item ;
margin-top: 0;
margin-bottom: 15px;
}
}
.goods-consults {
overflow: hidden;
... ... @@ -238,6 +239,7 @@
.goods-consults .faq-item {
@mixin consult-item ;
margin-top: 0;
margin-bottom: 15px;
... ...
... ... @@ -33,43 +33,43 @@
.method-1 {
li:nth-child(1) .intro-img {
background-image: resolve(product/help/1.png);
background-image: resolve("product/help/1.png");
}
li:nth-child(2) .intro-img {
background-image: resolve(product/help/2.png);
background-image: resolve("product/help/2.png");
}
li:nth-child(3) .intro-img {
background-image: resolve(product/help/3.png);
background-image: resolve("product/help/3.png");
}
}
.method-2 {
li:nth-child(1) .intro-img {
background-image: resolve(product/help/4.png);
background-image: resolve("product/help/4.png");
}
li:nth-child(2) .intro-img {
background-image: resolve(product/help/5.png);
background-image: resolve("product/help/5.png");
}
li:nth-child(3) .intro-img {
background-image: resolve(product/help/6.png);
background-image: resolve("product/help/6.png");
}
li:nth-child(4) .intro-img {
background-image: resolve(product/help/7.png);
background-image: resolve("product/help/7.png");
}
}
.how {
li:nth-child(1) .intro-img {
background-image: resolve(product/help/8.png);
background-image: resolve("product/help/8.png");
}
li:nth-child(2) .intro-img {
background-image: resolve(product/help/9.png);
background-image: resolve("product/help/9.png");
margin-bottom: 0;
}
}
... ...
.recommend-for-you {
&.width750 {
}
padding: 30px 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
... ... @@ -46,7 +44,6 @@
line-height: 1;
.sale-price {
/*display: block;*/
margin-right: 8px;
color: #d9134f;
}
... ... @@ -95,7 +92,6 @@
font-size: 28px;
.sale-price {
/*display: block;*/
margin-right: 9px;
}
}
... ...
... ... @@ -6,7 +6,18 @@
height: 119px;
overflow: hidden;
ul {
&.fix-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 100;
box-shadow: 0 1px 0 0 #e1e1e1;
}
}
}
.seckill-list .nav-list ul {
width: auto;
overflow: hidden;
height: 100%;
... ... @@ -100,15 +111,4 @@
padding-right: 5px;
}
}
}
&.fix-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 100;
box-shadow: 0 1px 0 0 #e1e1e1;
}
}
}
... ...
.seckill-list {
.product-list {
.seckill-list .product-list {
background-color: #fff;
margin-top: 1px;
.item {
.item-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
}
.seckill-list .product-list .item {
position: relative;
padding: 20px 30px;
display: -webkit-box;
... ... @@ -21,8 +30,9 @@
width: 100%;
}
}
}
.item-info {
.seckill-list .product-list .item .item-info {
-webkit-box-flex: 1;
position: relative;
min-height: 202px;
... ... @@ -128,16 +138,4 @@
}
}
}
}
}
.item-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
}
}
... ...
... ... @@ -42,13 +42,11 @@
line-height: 14PX;
}
&:first-child {
.text {
&:first-child .text {
border-left: none;
}
}
}
}
.shop-foot-wrapper {
position: fixed;
... ... @@ -129,7 +127,7 @@
font-size: 28px;
background: #fff;
overflow: hidden;
border-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #e0e0e0;
z-index: 2;
... ... @@ -142,7 +140,7 @@
text-align: center;
border-left: 1px solid #e0e0e0;
margin-top: 30px;
border-sizing: border-box;
box-sizing: border-box;
color: #b0b0b0;
&:first-child {
... ... @@ -167,6 +165,7 @@
.banner-area {
@extend .banner-top;
margin-bottom: 30px;
}
... ... @@ -364,7 +363,6 @@
.goods-container {
position: relative;
min-height: 440px;
/* padding-left: 15px; */
padding-top: 20px;
border-bottom: 1px solid #e0e0e0;
}
... ... @@ -414,7 +412,7 @@
line-height: 40PX;
width: 24.8%;
text-align: center;
border-sizing: border-box;
box-sizing: border-box;
position: relative;
span {
... ... @@ -559,6 +557,7 @@
.pos-list {
@extend .sale-page;
background: #fff;
width: 100%;
overflow: hidden;
... ... @@ -570,7 +569,7 @@
line-height: 40PX;
width: 24.8%;
text-align: center;
border-sizing: border-box;
box-sizing: border-box;
span {
font-size: 14PX;
... ...