• 进度展示图


    对应样式:

    .tab_flow_step{ background-color: #E6E6E6; margin-bottom: 10px; }
    .tab_flow_step td{ border: 0px solid #d9d9d9; height: 32px !important; font-weight: bold; background-repeat:no-repeat; text-align: center;
      line-height: 32px !important; font-size:14px; padding-right: 20px; }
    .status_past{ background-position:right -0px; background-color: #CEE2FF;
      background-image: url("${pageContext.request.contextPath}/images/bg_flow_step_32.png"); }
    .status_past_last{ background-position:right -32px; background-color: #CEE2FF;
      background-image: url("${pageContext.request.contextPath}/images/bg_flow_step_32.png"); }
    .status_current{ color: white; background-position:right -64px; background-color: #3164AF;
      background-image: url("${pageContext.request.contextPath}/images/bg_flow_step_32.png"); }
    .status_future{ background-position:right -64px;
      background-image: url("${pageContext.request.contextPath}/images/bg_flow_step_32.png"); background-color: #E6E6E6; }
    .status_last{ background-image: none; } 
     
    <table class="tab_flow_step" width="96%" align="center">   
      <td class="status_past_last">新增</td>   
      <td class="status_current">待编辑审核</td>   
      <td class="status_future">待广电审核</td>   
      <td class="status_future">待上架</td>   
      <td class="status_future">已上架</td>   
      <td class="status_future">待下架</td>   
      <td class="status_future status_last">已下架</td>
    </table>
     
    资源图片:
     
  • 相关阅读:
    关系型数据库——主键&外键的
    JSON运用——PHP中使用json数据格式定义字面量对象的方法
    JSON.parse与eval的区别
    css中那些属性可以被继承
    js笔记 -- toString() 和String()
    MYSQL IFNULL函数的使用
    mysql临时表产生的执行效率问题改进(转)
    mysql中concat 和 group_concat()的用法
    转载mysql数据库配置优化
    浅谈MySql的存储引擎(转)
  • 原文地址:https://www.cnblogs.com/siyu/p/3448222.html
Copyright © 2020-2023  润新知