zoukankan      html  css  js  c++  java
  • 配合bootstrap实现的table 嵌套table

    不要忘了引入bootstrap.css库

    html部分

    		<div class="container">
    			<div class="row">
    				<div class="col-sm-10">
    					<table class="table table-bordered">
    						<thead style="background: #ccc;">
    							<tr>
    								<th>会被清仓代码</th>
    								<th>操作</th>
    								<th>不会被清仓代码</th>
    							</tr>
    						</thead>
    						<tbody>
    							<td style=" 330px;">
    								<ul class="hidden">
    									<li>
    										<span><input type="checkbox" /></span>
    										<span>1</span>
    										<span>股票代码的详细信息</span>
    									</li>
    									<li>
    										<span><input type="checkbox" /></span>
    										<span>1</span>
    										<span>股票代码的详细信息</span>
    									</li>
    								</ul>
    							</td>
    							<td class="text-center" style=" 118px;">
    								<div style="display: inline-block;">
    									<div class="btn btn-default">向右</div>
    									<div>向左</div>
    								</div>
    							</td>
    							<td style=" 330px;">
    								<ul class="hidden">
    									<li>
    										<span><input type="checkbox" /></span>
    										<span>1</span>
    										<span>股票代码的详细信息</span>
    									</li>
    									<li>
    										<span><input type="checkbox" /></span>
    										<span>1</span>
    										<span>股票代码的详细信息</span>
    									</li>
    								</ul>
    							</td>
    						</tbody>
    						<tfoot>
    							<tr>
    								<td>
    									<label><input type="checkbox" />全选</label>
    								</td>
    								<td></td>
    								<td>
    									<label><input type="checkbox" />全选</label>
    								</td>
    							</tr>
    						</tfoot>
    					</table>
    				</div>
    			</div>
    		</div>
    

      

  • 相关阅读:
    MTG Hole
    串行SPI口Flash全部引脚
    名词解释:100BASEX
    锂离子电池开路电压与电池剩余电量的对应关系
    BT.656接口数据帧的结构
    Oracle SCN是什么
    oracle联机文档
    ORACLE SERVER 组成
    struts文件上传时异常问题
    C++ NULL的使用
  • 原文地址:https://www.cnblogs.com/webSong/p/6346579.html
Copyright © 2011-2022 走看看