modify by jcy
This commit is contained in:
parent
a0034b3ab8
commit
02f84c66d2
@ -124,8 +124,6 @@ input[type=radio]:checked:after{content:''; display:block; width:12px; height:12
|
||||
.form_cardimg img{max-width:100%; height:100%;}
|
||||
#query_form .btn_success{width:60%;}
|
||||
#query_form .btn_gray{width:35%;}
|
||||
.form_cardimg{float:right; width:90px; overflow:hidden; margin:7px 0 0 10px; text-align:center; vertical-align:middle;}
|
||||
.form_cardimg img{max-width:100%;}
|
||||
|
||||
.btn{ height:40px; padding:0 1em;-webkit-box-sizing: border-box; line-height:40px; background:#ffbb51; border:0; margin:0; display:inline-block; border-radius:3px; font-size:1.1875rem; color:#FFF; text-align:center; position:relative; overflow:hidden;}
|
||||
.btn_block{display:block; width:100%; }
|
||||
|
@ -41,9 +41,10 @@
|
||||
<label><input type="radio" value="1" checked="checked" name="type">普通票</label>
|
||||
<label><input type="radio" value="2" name="type">学生票</label>
|
||||
</div>
|
||||
<div class="form_line"><a href="javascript:;" class="block text_center" id="open_filter"><span class="pull_right"><i class="icon_right"></i></span>选择条件</a></div>
|
||||
<div class="form_line"><a href="javascript:;" class="block text_center" id="open_filter"><span class="pull_right"><i class="icon_right"></i></span>类别/坐席/车次/联系人</a></div>
|
||||
<div class="form_btns">
|
||||
<input type="hidden" name="filters" value="">
|
||||
<button type="button" class="btn btn_gray btn_block btn_lg pull_right">查学生票</button>
|
||||
<button type="submit" id="btnLogin" class="btn btn_success btn_block btn_lg">查询</button>
|
||||
</div>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user