• csss


    .JQtabel
    {
     /*border: red solid 1px;  position: relative;  top: 100px;  left: 300px;*/
    }
    .t_header
    {
     background-color: #0B7DB2;
     height: 40px;
    }
    /*标题栏文本样式*/
    .title
    {
     margin-left: 7px;
     font-size: 26px;
     position: relative;
     top: 6px;
     left: 0px;
    }
    /*标题栏文本搜索框的样式*/
    .searchtxt
    {
     border: 1px solid;
      120px;
     height: 22px;
     background-color: #F2F2F2;
    }
    /*标题栏文本搜索按钮的样式*/
    .search
    {
      36px;
     height: 32px;
     background-color: #0B7DB2;
     background-image: url('../images/search.png');
     background-repeat: no-repeat;
     cursor: pointer;
     border: 0px solid;
    }
    /*表头第一行文本样式及行高*/
    .tableTitle
    {
     height: 30px;
     font-size: 22px;
     font-family: @微软雅黑 @宋体;
     color: White;
    }
    /*没有数据时显示的样式*/
    .nodata
    {
     display: none;
     height: 100px;
     background-color: #F5F5F5;
    }
    .n_txt
    {
     position: relative;
     top: 45px;
     left: 160px;
     color: Red;
      border-bottom-style:s
    }
    /*分页显示的样式*/
    .t_page
    {
     height: 30px; /*border: blue solid 1px;*/
     background-color: #0B7DB2;
    }
    .p_refresh
    {
      24px;
     height: 24px;
     position: relative;
     top: 0px;
     left: 10px;
    }
    .p_pageindex
    {
     height: 30px;
     position: relative;
     top: -8px;
     left: 26px;
     color: #FFFFFF;
    }
    /*鼠标移入分页背景色*/
    .bg_page
    {
     background-color: #005075;
     cursor:pointer;
    }
    /*搜索栏样式*/

    .search_like_eq
    {
     background-color: #41B7E9;
     height: 26px;
     display: none;
    }
    .search_date
    {
     background-color: #41B7E9;
     height: 26px;
     display: block;
     display: none;
    }
    .search_le_p
    {
     padding-left: 100px;
     height: 26px;
    }
    /*搜索按钮样式*/
    .search_le
    {
      24px;
     height: 24px;
     margin-left: 5px;
     padding: 0px;
     margin-top: 0px;
     border: solid 0px;
     cursor: pointer;
     background-color: #41B7E9;
     background-image: url('../images/search_dt.png');
     background-repeat: no-repeat;
     
    }
    /*搜索文本框样式*/
    .searchtxt
    {
     margin-left: 10px;
     margin-top: 1px;
      120px;
     height: 18px;
     border: 0px solid;
    }
    /*搜索栏标签样式*/
    .txt_s_l_e,.txt_date
    {
     font-family: @微软雅黑 @宋体;
     color: #C2644F;
    }

    .close_le
    {
     cursor: pointer;
     padding-left: 5px;
    }
    .close_dt
    {
     cursor: pointer;
     padding-left: 5px;
    }

    .hover
    {
     background-color: Blue;
    }
    /*当一共只有一页的时候分页文字显示的样式*/
    .page_1
    {
      color:Gray;
     }

  • 相关阅读:
    Java Web学习总结(16)——JSP的九个内置对象
    Java Web学习总结(15)——JSP指令
    【我的物联网成长记11】8招带你玩转规则引擎
    云图说|高效管理华为云SAP的“秘密武器”
    Python 中更优雅的日志记录方案
    有了它,Python编码再也不为字符集问题而发愁了!
    【鲲鹏来了】手把手教你创造一个属于自己的鲲鹏开发者环境
    解密昇腾AI处理器--DaVinci架构(计算单元)
    使用Keil5构建GD32450i-EVAL工程
    云图说|SAP技术画册“一点通”
  • 原文地址:https://www.cnblogs.com/zcttxs/p/2660610.html
Copyright © 2020-2023  润新知