推广平台->平台币管理->我的平台币->检索样式调整

master
chenxiaojun 5 years ago
parent 219aae771e
commit 731d7cb482

@ -103,12 +103,25 @@
.trunk-search .form-group {
margin-left: 10px;
}
.form-group {
float: left;
margin-bottom: 10px;
}
.form-group label {
line-height: 34px;
height: 34px;
}
.form-group .txt {
width: 180px;
height: 34px;
}
</style>
</block>
<block name="body">
<div class="page-list normal_list apply-index-list jssearch">
<div style="position: absolute;margin: .6% 2% 0 2%;margin-top: -30px;color: #6a7082;">
<div style="position: absolute;margin-top: -25px;color: #6a7082;">
<span class="back-btn" style="cursor: pointer;"><i class="iconfont iconreply"></i> 返回</span>
</div>
<div class="trunk-title">
@ -121,30 +134,16 @@
<div class="trunk-search clearfix">
<!-- <form action="{:U('PromoteCoin/coinRecord',array('game_id'=>I('get.game_id')))}" method="post" enctype="multipart/form-data"-->
<!-- class="marg_top20">-->
<div class="form-group normal_space fr">
<input type="submit" class="submit" id='submit' url="{:U('PromoteCoin/coinDetails',array('model'=>$model['name'],'game_id'=>I('get.game_id')),false)}"
value="查询">
</div>
<div class="form-group normal_space fr">
<label>充值时间:</label>
<div class="select-time">
<input type="text" id="start_time" class="txt" name="start_time" placeholder="" value="{:I('start_time')}" >
</div>
<label class="form-title select-title zhi_color">&nbsp;&nbsp;</label>
<div class="select-time">
<input type="text" id="end_time" class="txt" name="end_time" placeholder="" value="{:I('end_time')}">
</div>
</div>
<div class="form-group normal_space fr">
<label>对手账号类型:</label>
<select id="handle_type" name="handle_type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
<div class="form-group normal_space">
<label>操作类型:</label>
<select id="type" name="type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
<option value="">全部</option>
<volist name="targetTypeLevels" id="vo" key="k">
<volist name="types" id="vo" key="k">
<option value="{$k}" title="{$vo}">{$vo}</option>
</volist>
</select>
</div>
<div class="form-group normal_space fr">
<div class="form-group normal_space">
<label>操作方式:</label>
<select id="sub_type" name="sub_type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
<option value="">全部</option>
@ -153,15 +152,29 @@
</volist>
</select>
</div>
<div class="form-group normal_space fr">
<label>操作类型:</label>
<select id="type" name="type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
<div class="form-group normal_space">
<label>对手账号类型:</label>
<select id="handle_type" name="handle_type" class="reselect select_gallery" style="min-width:200px;width: 175px;">
<option value="">全部</option>
<volist name="types" id="vo" key="k">
<volist name="targetTypeLevels" id="vo" key="k">
<option value="{$k}" title="{$vo}">{$vo}</option>
</volist>
</select>
</div>
<div class="form-group normal_space">
<label>充值时间:</label>
<div class="select-time">
<input type="text" readonly id="start_time" class="txt" name="start_time" placeholder="" value="{:I('start_time')}" >
</div>
<label class="form-title select-title zhi_color">&nbsp;&nbsp;</label>
<div class="select-time">
<input type="text" readonly id="end_time" class="txt" name="end_time" placeholder="" value="{:I('end_time')}">
</div>
</div>
<div class="form-group normal_space">
<input type="submit" class="submit" id='submit' url="{:U('PromoteCoin/coinDetails',array('model'=>$model['name'],'game_id'=>I('get.game_id')),false)}"
value="查询">
</div>
<!-- </form>-->
</div>
<div class="trunk-list">

@ -99,6 +99,19 @@
.add-disable {
color: #999;
}
.form-group {
float: left;
margin-bottom: 10px;
}
.form-group label {
line-height: 34px;
height: 34px;
}
.form-group .txt {
width: 180px;
height: 34px;
}
</style>
</block>
@ -114,23 +127,18 @@
<div class="trunk-search clearfix">
<!-- <form action="{:U('myCoin')}" method="post" enctype="multipart/form-data"-->
<!-- class="marg_top20">-->
<div class="form-group normal_space fr">
<input type="submit" class="submit" id='submit' url="{:U('myCoin','model='.$model['name'],false)}"
value="查询">
</div>
<div class="form-group normal_space fr">
<label>状态:</label>
<select id="status" name="status" class="reselect select_gallery" style="min-width:200px;width: 175px;">
<div class="form-group normal_space">
<label>游戏名称:</label>
<select id="game_id" name="game_id" class="reselect select_gallery" style="min-width:200px;width: 175px;">
<option value="">全部</option>
<option value="1"
<?=(I('status')==1)?'selected="selected"':''?>>正常</option>
<option value="2"
<?=(I('status')==2)?'selected="selected"':''?>>锁定</option>
<option value="3"
<?=(I('status')==3)?'selected="selected"':''?>>验证失败</option>
<volist name=":getPromoteSearchGame()" id="vo">
<option value="{$vo.id}" title="{$vo.game_name}"
<if condition="I('game_id') eq $vo['id']">selected</if>
>{$vo.game_name} </option>
</volist>
</select>
</div>
<div class="form-group normal_space fr">
<div class="form-group normal_space">
<label>平台币类型:</label>
<select id="coin_type" name="coin_type" class="reselect select_gallery"
style="min-width:200px;width: 175px;">
@ -141,17 +149,22 @@
<?=(I('coin_type')==1)?'selected="selected"':''?>>通用币</option>
</select>
</div>
<div class="form-group normal_space fr">
<label>游戏名称</label>
<select id="game_id" name="game_id" class="reselect select_gallery" style="min-width:200px;width: 175px;">
<div class="form-group normal_space">
<label>状态</label>
<select id="status" name="status" class="reselect select_gallery" style="min-width:200px;width: 175px;">
<option value="">全部</option>
<volist name=":getPromoteSearchGame()" id="vo">
<option value="{$vo.id}" title="{$vo.game_name}"
<if condition="I('game_id') eq $vo['id']">selected</if>
>{$vo.game_name} </option>
</volist>
<option value="1"
<?=(I('status')==1)?'selected="selected"':''?>>正常</option>
<option value="2"
<?=(I('status')==2)?'selected="selected"':''?>>锁定</option>
<option value="3"
<?=(I('status')==3)?'selected="selected"':''?>>验证失败</option>
</select>
</div>
<div class="form-group normal_space">
<input type="submit" class="submit" id='submit' url="{:U('myCoin','model='.$model['name'],false)}"
value="查询">
</div>
<!-- </form>-->
</div>
<div class="trunk-list">

Loading…
Cancel
Save