Authored by hongweigao

css

.apply-returns-page {
.apply-returns-page {
font-size: 12px;
.title {
... ...
... ... @@ -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
}
... ...
.save-returns-page {
.title {
background-image: resolve(/home/refund-apply.png);
background-image: resolve(home/refund-apply.png);
}
.exchange .title {
background-image: resolve(/home/exchange-apply.png);
background-image: resolve(home/exchange-apply.png);
}
.save-container {
... ... @@ -82,4 +82,4 @@
}
}
}
}
\ No newline at end of file
}
... ...