@charset "utf-8";

#textbook-library {
  padding: 15px;

  .title {
    font-size: 16px;
    color: #303036;
    margin-bottom: 15px;

    .date {
      color: #686872;
      float: right;

      .assets {
        width: 15px;
        height: 15px;
        margin-left: 5px;
      }
    }
  }

  .main {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
  }

  .list {
    .item:nth-child(odd) {
      background: #FBFBFB;
    }

    .item {
      border-bottom: 1px solid #eee;

      .d {
        color: #686872;
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
      }

      .v {
        display: inline-block;
        padding: 15px 20px;

        span {
          display: inline-block;
          width: 30px;
          height: 30px;
          line-height: 30px;
          color: #fff;
          margin: 0 5px;
          background: #7660A4;
          border-radius: 50%;
          text-align: center;
        }
      }
    }
  }
}