浏览代码

Update buy.htm

tags/6.1.8
xushubieli 3 年前
父节点
当前提交
39b6c0c196
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      src/user/templets/buy.htm

+ 4
- 4
src/user/templets/buy.htm 查看文件

@@ -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>


正在加载...
取消
保存