• ccs样式2


    @charset "utf-8";
    /* CSS Document */
    /*
    *用途:表格模板CSS
    */
    html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,big,del,em,font,img,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tr,th,hr,td
        {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 12px;
        font-family: "Microsoft Yahei", "Arial", "Verda", "tahoma";
    }
    
    ol,ul,li {
        list-style: none;
    }
    
    img {
        border: none;
    }
    
    body {
        background: #eaeced;
    }
    
    .tableLine {
        border-collapse: collapse;
        width: 920px;
        background: #f6f6f6;
        border-left: 1px solid #a3cee0;
        border-bottom: 1px solid #a3cee0;
    }
    
    .td41 {
        width: 13%;
        color: #666;
    }
    
    .td42 {
        width: 37%;
        text-indent: 4px;
    }
    
    .td61 {
        width: 13%;
        color: #666;
    }
    
    .td62 {
        width: 20.33%;
        text-indent: 4px;
    }
    
    .tableLine .tdbg {
        background: #ecf8fa
    }
    
    .divBg {
        background: #fff;
        border: 1px solid #ccc;
        width: 920px;
        margin: 10px auto;
        padding: 15px
    }
    
    .T_right {
        text-align: right;
    }
    
    .T_center {
        text-align: center
    }
    
    .T_left {
        text-align: left;
    }
    
    .tableLine td,.tableLine th {
        border-top: 1px solid #a3cee0;
        border-right: 1px solid #a3cee0;
        padding: 3px;
        height: 22px;
    }
    
    .tableLine th {
        background: #b0e2ff;
        text-indent: 5px;
        height: 18px;
        font-weight: normal;
    }
    
    .tableLine  .padding0 {
        padding: 0px
    }
    
    .tableLine input {
        HEIGHT: 20px;
        VERTICAL-ALIGN: middle;
    }
    
    .tableLine .inputbg {
        BORDER: #a3cee0 1px solid;
        BACKGROUND: #ecf8fa;
    }
    
    .BTh1 {
        TEXT-ALIGN: center;
        line-height: 53px;
        COLOR: #222222;
        FONT-SIZE: 25px;
        font-weight: normal;
        margin-top: -8px
    }
  • 相关阅读:
    原始套接字-自定义IP首部和TCP首部
    原始套接字-TCP/IP下三层数据显示
    ARP欺骗分析
    博弈论
    C++ map & set
    selenium+chrome配置环境
    windows下安装python+selenium
    python之configParser模块读写配置文件
    接口测试流程
    Python之读取文件配置
  • 原文地址:https://www.cnblogs.com/rdchen/p/13936191.html
Copyright © 2020-2023  润新知