app-time-list.less 527 字节
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
.timetitle {
  background: white;
  .title {
    display: flex;
    padding: 10px;
  }
  .fisttname {
    width: 50%;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .van-count-down {
    color: red !important;
  }
  .titleright {
    width: 77px;
    border-radius: 20px;
    border: 1px solid red;
  }
  .item {
    display: inline-block;
    width: 22px;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #1989fa;
  }
}