/* #ifdef H5 */ 
.zk-user-collect {
  padding: 10px;

  .list {
    height: 100px;
    width: 100%;
    display: flex;
    margin: 5px 0;

    .img {
      height: 100px;
      width: 27%;
      margin-right: 10px;
    }

    .right {
      width: 73%;

      .collect-title {
        margin-top: 3px;
        width: 100%;
        font-size: 14px;
        line-height: 15px;
		@include moreLineEllipsis;
      }

      .collect-intro {
        margin-top: 5px;
		@include styleFont(#8D8D8D,12);
      }

      .collect-foot {
        margin-top: 15px;
		@include styleFont(#CD4418,16);

        .span {
          font-size: 12px;
        }
      }
    }
  }
}

.noData-image {
  width: 100%;

  .temporarily_img {
    width: 100%;
  }
}


.favorite-box {
  height: 45px;
}
/* #endif */ 