Authored by cailing

再次购买样式修改

... ... @@ -113,7 +113,7 @@
<span class="op-item cancel-order">取消订单</span>
{{^}}
{{#if reBuy}}
<span class="op-item rebuy">再次购买</span>
<span class="rebuy">再次购买</span>
{{^}}
{{#if confirmReceived}}
<span class="op-item confirm-received">确认收货</span>
... ...
... ... @@ -257,6 +257,16 @@
border-radius: 4px;
width: 68px;
}
.operation .rebuy{
display: inline-block;
box-sizing: border-box;
width: 68px;
height: 18px;
line-height: 18px;
border-radius: 5px;
text-align: center;
border: 1px solid #000;
}
}
}
... ...