Authored by biao

update for change tips

<div class="returns-wrap user-order change">
<a href="/help?id=43" target="_blank">
<span class="btn white change-tips">换货须知</span>
</a>
{{#returnsChange}}
{{> common/subtitle}}
<div class="order" data-code="{{orderCode}}">
... ...
... ... @@ -13,6 +13,8 @@
}
&.change {
position: relative;
.sub-column {
margin-top: 30px;
... ... @@ -21,6 +23,14 @@
}
}
.change-tips {
position: absolute;
top: 0;
right: 0;
border-color: #f1f1f1;
color: #1b1b1b;
}
.btn {
&.confirm {
width: 130px;
... ...