...
|
...
|
@@ -2,7 +2,7 @@ |
|
|
font-size: 12px;
|
|
|
|
|
|
.returns-detail .title {
|
|
|
background-image: resolve(/home/returns.png);
|
|
|
background-image: resolve("home/returns.png");
|
|
|
}
|
|
|
|
|
|
.order-info {
|
...
|
...
|
@@ -19,7 +19,7 @@ |
|
|
margin: 40px auto;
|
|
|
height: 40px;
|
|
|
width: 560px;
|
|
|
background: resolve(/home/exchange-bg.png) no-repeat top center;
|
|
|
background: resolve("home/exchange-bg.png") no-repeat top center;
|
|
|
|
|
|
li {
|
|
|
width: 112px;
|
...
|
...
|
@@ -29,7 +29,7 @@ |
|
|
}
|
|
|
|
|
|
.act {
|
|
|
background: resolve(/home/detail-act.png) no-repeat top center;
|
|
|
background: resolve("home/detail-act.png") no-repeat top center;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -40,7 +40,7 @@ |
|
|
height: 21px;
|
|
|
line-height: 21px;
|
|
|
padding-left: 23px;
|
|
|
background: resolve(/img/home/complaint-icon.png) no-repeat 5px 5px #efefef;
|
|
|
background: resolve("home/complaint-icon.png") no-repeat 5px 5px #efefef;
|
|
|
border: 1px #e6e6e6 solid;
|
|
|
font-size: 12px;
|
|
|
color: #333;
|
...
|
...
|
@@ -110,4 +110,4 @@ |
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|