|
|
@@ -65,8 +65,8 @@ |
|
|
|
<td><input name="cardid" type="text" id="cardid" size="38" class="form-control" style="width:200px"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="right">验证码:</td>
|
|
|
|
<td><input name="vdcode" type="text" id="vdcode" size="8" class="intxt" style='width:50px;text-transform:uppercase;'>
|
|
|
|
<td align="right">验证码</td>
|
|
|
|
<td><input name="vdcode" type="text" id="vdcode" class="form-control" style="display:inline-block;width:200px;text-transform:uppercase">
|
|
|
|
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
@@ -85,7 +85,7 @@ |
|
|
|
<form name="f1" action="buy_action.php" method="post">
|
|
|
|
<input type="hidden" name="product" value="card">
|
|
|
|
<table width="100%" cellpadding="0" cellspacing="0" class="table">
|
|
|
|
<tr style='height:28px;background:#F9FEE9;'>
|
|
|
|
<tr style='height:28px;background:#F8FCF1;'>
|
|
|
|
<th width="10%">选择</th>
|
|
|
|
<th>点卡类型</th>
|
|
|
|
<th width="15%">金币数量</th>
|
|
|
@@ -109,7 +109,7 @@ |
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tr style='height:28px;background:#F9FEE9;'>
|
|
|
|
<tr style='height:28px;background:#F8FCF1;'>
|
|
|
|
<th width="10%">选择</th>
|
|
|
|
<th>产品名称</th>
|
|
|
|
<th width="12%">会员类型</th>
|
|
|
|