Showing
2 changed files
with
11 additions
and
1 deletions
@@ -113,7 +113,7 @@ | @@ -113,7 +113,7 @@ | ||
113 | <span class="op-item cancel-order">取消订单</span> | 113 | <span class="op-item cancel-order">取消订单</span> |
114 | {{^}} | 114 | {{^}} |
115 | {{#if reBuy}} | 115 | {{#if reBuy}} |
116 | - <span class="op-item rebuy">再次购买</span> | 116 | + <span class="rebuy">再次购买</span> |
117 | {{^}} | 117 | {{^}} |
118 | {{#if confirmReceived}} | 118 | {{#if confirmReceived}} |
119 | <span class="op-item confirm-received">确认收货</span> | 119 | <span class="op-item confirm-received">确认收货</span> |
@@ -257,6 +257,16 @@ | @@ -257,6 +257,16 @@ | ||
257 | border-radius: 4px; | 257 | border-radius: 4px; |
258 | width: 68px; | 258 | width: 68px; |
259 | } | 259 | } |
260 | + .operation .rebuy{ | ||
261 | + display: inline-block; | ||
262 | + box-sizing: border-box; | ||
263 | + width: 68px; | ||
264 | + height: 18px; | ||
265 | + line-height: 18px; | ||
266 | + border-radius: 5px; | ||
267 | + text-align: center; | ||
268 | + border: 1px solid #000; | ||
269 | + } | ||
260 | } | 270 | } |
261 | } | 271 | } |
262 | 272 |
-
Please register or login to post a comment