zoukankan      html  css  js  c++  java
  • div 画table尝试

    .left {
                    float: left;
                }
                
                .table {
                    border: solid 1px black;
                     750px;
                }
                
                .tr {
                     100%;
                    height: auto;
                }
                
                .td {
                    float: left;
                    min-height: 40px;
                    line-height: 40px;
                    padding: 5px;
                    font-size: 14px;
                    border-right: solid 1px black;
                }
                
                .td0 {
                    float: left;
                    min-height: 40px;
                    line-height: 40px;
                    font-size: 14px;
                    padding: 5px;
                }
                
                .btop {
                    border-top: solid 1px black;
                }
                
                .clear {
                    clear: both;
                }
    .left {
                    float: left;
                }
                
                .table {
                    border: solid 1px black;
                     750px;
                }
                
                .tr {
                     100%;
                    height: auto;
                }
                
                .td {
                    float: left;
                    min-height: 40px;
                    line-height: 40px;
                    padding: 5px;
                    font-size: 14px;
                    border-right: solid 1px black;
                }
                
                .td0 {
                    float: left;
                    min-height: 40px;
                    line-height: 40px;
                    font-size: 14px;
                    padding: 5px;
                }
                
                .btop {
                    border-top: solid 1px black;
                }
                
                .clear {
                    clear: both;
                }
    <div class="table" style="margin-top: 10px;">
    				<div class="tr">
    					<div class="td w15">姓名</div>
    					<div class="td w15"></div>
    					<div class="td w15">性别</div>
    					<div class="td w15"></div>
    					<div class="td w15">出生年月</div>
    					<div class="td0"></div>
    					<div class="clear"></div>
    				</div>
    
    				<div class="tr btop">
    					<div class="td w15">备注</div>
    					<div class="td0"></div>
    					<div class="clear"></div>
    				</div>
    			</div>
    

      

  • 相关阅读:
    学习淘宝指数有感
    STL学习小结
    Java里泛型有什么作用
    android 内存泄漏分析技巧
    学道1.3
    严苛模式(StrictMode)
    年龄大了还能够学习编程吗
    ORACLE EXP命令
    数学之路-python计算实战(13)-机器视觉-图像增强
    《C语言编写 学生成绩管理系统》
  • 原文地址:https://www.cnblogs.com/lishupeng/p/10468450.html
Copyright © 2011-2022 走看看