...
|
...
|
@@ -134,7 +134,7 @@ |
|
|
width: 100%;
|
|
|
height: 270px;
|
|
|
background: #fff;
|
|
|
border: 1px solid #e1e1e1;
|
|
|
border: 1px solid #e0e0e0;
|
|
|
border-top: none;
|
|
|
font-size: 20px;
|
|
|
text-align: center;
|
...
|
...
|
@@ -161,7 +161,7 @@ |
|
|
|
|
|
p {
|
|
|
font-size: 25px;
|
|
|
color: #b1b1b1;
|
|
|
color: #b0b0b0;
|
|
|
padding-top: 10px;
|
|
|
height: 30px;
|
|
|
white-space: nowrap;
|
...
|
...
|
@@ -270,7 +270,7 @@ |
|
|
|
|
|
.icon {
|
|
|
position: relative;
|
|
|
color: #b1b1b1;
|
|
|
color: #b0b0b0;
|
|
|
|
|
|
i {
|
|
|
position: absolute;
|
...
|
...
|
@@ -317,7 +317,7 @@ |
|
|
.discount:after {
|
|
|
height: 28px;
|
|
|
content: '';
|
|
|
border-left: 1px solid #e1e1e1;
|
|
|
border-left: 1px solid #e0e0e0;
|
|
|
position: absolute;
|
|
|
top: 25px;
|
|
|
left: 163px;
|
...
|
...
|
@@ -347,7 +347,7 @@ |
|
|
&.discount:after {
|
|
|
height: 28px;
|
|
|
content: '';
|
|
|
border-left: 1px solid #e1e1e1;
|
|
|
border-left: 1px solid #e0e0e0;
|
|
|
position: absolute;
|
|
|
top: 25px;
|
|
|
left: 163px;
|
...
|
...
|
@@ -356,7 +356,7 @@ |
|
|
|
|
|
.active {
|
|
|
.cur {
|
|
|
color: #000;
|
|
|
color: #444;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -499,11 +499,11 @@ |
|
|
text-align: center;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
color: #999;
|
|
|
color: #b0b0b0;
|
|
|
|
|
|
/*b {
|
|
|
height: 28px;
|
|
|
border-left: 1px solid #e1e1e1;
|
|
|
border-left: 1px solid #e0e0e0;
|
|
|
float: right;
|
|
|
margin-top: 25px;
|
|
|
}*/
|
...
|
...
|
@@ -511,11 +511,11 @@ |
|
|
}
|
|
|
|
|
|
.active .cur {
|
|
|
color: #000;
|
|
|
color: #444;
|
|
|
}
|
|
|
|
|
|
.active a {
|
|
|
color: #000;
|
|
|
color: #444;
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
|