Authored by yyq

退货详情须知

{{# refundDetail}}
<div class="refund-datail-wrap" data-id="{{id}}">
<a href="/help?id=43" class="refund-notice">退货须知</a>
{{> returns/returns-status}}
{{# orderReview}}
... ...
.refund-datail-wrap {
font-size: 14px;
position: relative;
.refund-notice {
width: 70px;
height: 24px;
line-height: 26px;
text-align: center;
font-size: 12px;
border: 1px solid #eee;
display: block;
cursor: pointer;
position: absolute;
top: -64px;
right: 0;
}
.top-tip {
padding: 40px 0 20px;
... ...