app-card-list.less 1.3 KB
Newer Older
zcdtk's avatar
zcdtk committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
.list-cardlist-card {
  .list-card {
    background-color: white;
  }
  .timebox {
    padding-bottom: 1em;
    text-align: left;
    color: #969799;
    margin-left: 1.6em;
  }
  .infoleft {
    position: relative;
  }
  .list-card-icon {
    position: relative;
    color: #87c2ff;
    font-size: 1.3em;
    top: 0.2em;
    padding: 0 0.2em 0 0;
  }
  .list-line {
    padding-bottom: 1em;
  }
  .infobox {
    padding: 1em 0 0 0;
    margin: 0 1.6em;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  }
  .infoline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5em;
  }
  .icon-rigth {
    color: #26a2ff;
    border-radius: 50%;
    border: #26a2ff solid 0.0625em;
    padding: 0.3em;
  }

  .bookname {
    font-size: 1em;
    font-weight: 500;
    color: #5f5f5f;
  }
  .booknum {
    font-size: 1em;
    color: rgb(58, 58, 58);
  }
  .typeinfo {
    color: #333;
  }
  .type-p {
    font-size: 0.9em;
    color: #666;
  }
  .list-hr {
    display: block;
    height: 1px;
    margin: 1em 1.5em 0.1em 1.5em;
    border-bottom: #cccccc solid 0.0625em;
  }
  i.van-icon.van-icon-arrow {
    color: #26a2ff;
  }
  .inforight {
    width: 22px;
    height: 22px;
    border: solid 1px #26a2ff;
    border-radius: 50%;
    line-height: 28px;
  }
}