.watch-record-list-view{
  padding: 0 16px
}

.watch-record-list-view .card-body.row{
  padding: 24px 0 0 0;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: -8px
}

.watch-record-list-view .card-body .item{
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 32px;
}

.watch-record-list-view .card-body .image-view{
  height: 120px;
  overflow: hidden;
  border-radius: 4px
}
.watch-record-list-view .card-body .record-name{
  margin-top: 12px;
  color: rgba(50, 50, 51, 1);
  line-height: 20px;
}
.watch-record-list-view .card-body .already-text{
  margin-top: 8px;
  color: rgba(150, 151, 153, 1);
  font-size: 12px;
  line-height: 17px
}