zoukankan      html  css  js  c++  java
  • 每日总结

    1.页面设计时从网上找的

    * {
      box-sizing: border-box;
    }

    .subbox table {
      text-align: center;
      border-spacing: 0;
      color: #333;
      border: 1px solid #ddd;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
      table-layout:fixed;
      WORD-BREAK:break-all;
    }

    .subbox td {
      padding: 8px 16px;
      font-size: 14px;
      border-bottom: 1px solid #f4f4f4;
    }

    .subbox th {
      padding: 16px;
    }

    .subbox img {
      40px;
      border-radius: 50%;
    }

    .subbox tr:last-child > td {
      border: 0;
    }

    .subbox tbody > tr:hover {
      background-color: rgba(221, 221, 221, 0.2);
    }

    .subbox thead {
      text-transform: uppercase;
      font-size: 12px;
      background-color: #efefef;
      letter-spacing: 0.5px;
      color: rgba(0, 0, 0, 0.4);
    }

    .option {
      display: inline-block;
      padding: 5px 10px;
      background-color: #ddd;
      border-radius: 4px;
      margin-right: 15px;
    }

    .name {
      min- 110px;
      display: inline-block;
    }

    .comment {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max- 300px;
      display: inline-block;
    }

    .option.is-blue {
      background-color: #bceefd;
    }

    .option.is-orange {
      background-color: #ffd89e;
    }

    .option.is-purple {
      background-color: #e9cbff;
    }

  • 相关阅读:
    Linux模拟网络延迟、丢包等
    TestLink汉化操作
    onems设备管理系统(TR-069和OMA)
    Installation Guide Ubuntu 16.04
    Configure GenieACS
    Linux下的tar压缩解压缩命令详解
    genieacs Installation on Ubuntu14.04
    Pyqt中富文本编辑器
    安装MongoDB
    到底什么是贝叶斯?
  • 原文地址:https://www.cnblogs.com/chenghaixiang/p/14914781.html
Copyright © 2011-2022 走看看