Authored by yyq

header css

2.67 KB | W: | H:

3.62 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -314,7 +314,7 @@
background: resolve('layout/outlets.png') no-repeat center center;
width: 200px;
height: 34px;
left: 42%;
left: 45%;
margin-top: 28px;
position: absolute;
display: none;
... ... @@ -437,19 +437,20 @@
top: 30px;
right: -14px;
width: 378px;
background: #f8f8f8 resolve('layout/empty_car.png') no-repeat 106px 132px;
z-index: 1000;
background: #f8f8f8;
display: none;
.empty-cart {
padding: 280px 0 200px;
text-align: center;
background: resolve('layout/empty_car.png') no-repeat 106px 132px;
}
.loading-cart {
padding: 200px 0;
text-align: center;
background: #f8f8f8 reslove('layout/loading.gif') no-repeat center 170px;
background: resolve('layout/loading.gif') no-repeat center 170px;
}
.rich-cart {
... ... @@ -744,7 +745,6 @@
}
.sub-nav-list {
padding-left: 15%;
a {
color: #222;
... ... @@ -760,6 +760,10 @@
li:hover a {
border-color: #555;
}
li:first-child {
margin-left: 15%;
}
}
}
... ...
... ... @@ -57,4 +57,8 @@
}
}
.brand .attr-content {
max-width: 730px;
}
}
... ...