.workflow-list-box {
  position: relative;
  .van-cell .van-cell__value {
    padding: 10px;
    .imgbook {
      width: 20px;
      height: 20px;
      right: 0;
      position: absolute;
      top: 50%;
      margin-left: 20px;
      transform: translateY(-50%);
      img {
        width: 20px;
        height: 20px;
        right: 0;
        position: absolute;
        margin-left: 10px;
      }
    }
    .link {
      width: 100px;
      .titleNotice {
        border: 1px solid #4285f4;
        font-size: 12px;
        border-radius: 4px 0 !important;
        color: #4285f4;
        padding: 1px 5px;
        margin-left: 10px;
        margin-right: 10px;
      }
      .name {
        font-size: 13px;
        color: #333333;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 17px;
      }
    }
  }
}