|
@@ -163,7 +163,7 @@ a:hover{color:#3366cc;text-decoration:underline;}
|
|
|
<div>
|
|
|
<form>
|
|
|
<ul class="setting">
|
|
|
- <li class="length">
|
|
|
+ <li class="">
|
|
|
<em>售后方式:</em>
|
|
|
<select name="back_type" class="select class" onchange="changeAfterSale(this)">
|
|
|
<option value="">请选择</option>
|
|
@@ -172,7 +172,7 @@ a:hover{color:#3366cc;text-decoration:underline;}
|
|
|
{/loop}
|
|
|
</select>
|
|
|
</li>
|
|
|
- <li class="length is_tuikaun">
|
|
|
+ <li class=" is_tuikaun">
|
|
|
<em>退款原因类型:</em>
|
|
|
<select name="back_money_type" class="select class cate_two">
|
|
|
<option value="">请选择</option>
|
|
@@ -198,12 +198,13 @@ a:hover{color:#3366cc;text-decoration:underline;}
|
|
|
</div>
|
|
|
</li>
|
|
|
|
|
|
- <li class="is_tuikaun">
|
|
|
+ <li class="is_tuikaun length">
|
|
|
<em>退款金额:</em>
|
|
|
- <input name="back_money" value="" type="text" > <span style="font-size:16px;font-weight:700;color:#000">USD</span>
|
|
|
- <input name="currency" type="hidden" value="2" />
|
|
|
+ <input name="back_money" value="" type="text" >
|
|
|
+ <!-- <span style="font-size:16px;font-weight:700;color:#000">USD</span> -->
|
|
|
+
|
|
|
</li>
|
|
|
-
|
|
|
+ <input name="currency" type="hidden" value="2" />
|
|
|
<li class="is_tuikaun length">
|
|
|
<em>退款备注:</em>
|
|
|
<input name="return_remarks" value="" type="text" >
|
|
@@ -224,11 +225,11 @@ a:hover{color:#3366cc;text-decoration:underline;}
|
|
|
|
|
|
|
|
|
</li>
|
|
|
- <li style="height: auto;width:100%;border:1px solid #ccc;border-radius: 3px;display: flex;flex-direction: row;flex-wrap:wrap" class="upimg">
|
|
|
+ <li style="height: auto;width:88.2%;border:1px solid #ccc;border-radius: 3px;display: flex;flex-direction: row;flex-wrap:wrap;margin-left: 1%" class="upimg">
|
|
|
|
|
|
</li>
|
|
|
- <li style="margin-top:10px">
|
|
|
- <span onclick="addData({$id},5)" class="btn btn-success">去售后</span>
|
|
|
+ <li style="margin-top:10px;margin-bottom:20px">
|
|
|
+ <span onclick="addData({$id},5)" style="font-size:18px;border-radius: 3px !important;padding:2px 12px" class="btn btn-success">去售后</span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</form>
|