项目经验:css控制三个div在同一行展示的效果,float:left

css:

/* 动态表样式 表头 */
.dv-table1-content
{
    margin-top: 10px;
    margin-bottom: 10px;
/*     margin-left: 20px; */
/*     padding-left:10px; */
/*     border: solid 1px #3e72b9; */
    width: 200px;
    font-size: 11px;
    float: left;
}

.dv-table2-content
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
/*     padding-left:10px; */
/*     border: solid 1px #3e72b9; */
    width: 200px;
    font-size: 11px;
    float: left;
}

.dv-table3-content
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
/*     padding-left:10px; */
/*     border: solid 1px #3e72b9; */
    width: 650px;
    font-size: 11px;
    float: left;
/*     overflow-x:auto; */
}


 

html代码:


 

<div id="bianjieshezhiquyu" style="width:1400px">
							<!-- ------------入流数据表table1------------- -->
							<div id="table1" class="dv-table1-content" >
								<div >
									<input type="text" style="width:99%; padding:0px; margin:0px"/>
								</div>
								<div style="text-align:right;">
									<button style="height:20px;"  id="calculate1" οnclick="calculate();" class="button white medium">导入入流数据</button>
								</div>
								<table  width="200px" border="1" cellspacing="0" cellpadding="0" class="altrowstable" style="margin:0px auto;">
									<tr class='headcolor' >
										<td >时间</td>
										<td >流量(m³/s)</td>
									</tr>
								</table>
							</div>
							<!------------出流数据表table2------------->
							<div id="table2" class="dv-table2-content">
								<div >
									<input type="text" style="width:99%; padding:0px; margin:0px"/>
								</div>
								<div style="text-align:right;">
									<button style="height:20px;"  id="calculate2" οnclick="calculate();" class="button white medium">导入出流数据</button>
								</div>
								<table  width="200px" border="1" cellspacing="0" cellpadding="0" class="altrowstable" style="margin:0px auto;">
									<tr class='headcolor' >
										<td >时间</td>
										<td >流量(m³/s)</td>
									</tr>
								</table>
							</div>
							<!------------污染源数据表table3------------->
							<div id="table3" class="dv-table3-content" style="overflow-x:auto">
								<div  style="width:200px;">
									<input type="text" style="width:99%; padding:0px; margin:0px"/>
								</div>
								<div style="text-align:center;width:200px;">
									<button style="height:20px;"  id="calculate3" οnclick="calculate();" class="button white medium">导入污染源数据</button>
								</div>
								<table  width="100%" border="1" cellspacing="0" cellpadding="0" class="altrowstable" style="margin:0px auto;">
									<tr id="trheader" class='headcolor'  >
										<td >时间</td>
									</tr>
								</table>
							</div>
						</div>


图片效果展示:

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值