.album-lists{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-gap:10px;align-items:center;justify-items:center}.album-lists .list{width:290px;height:250px;border-radius:3px;background:#fff;transition:all .35s ease-in}.album-lists .list:hover{box-shadow:0 6px 7px 0 rgba(0,0,0,.1)}.album-lists .poster{height:140px;overflow:hidden}.album-lists .content{box-sizing:border-box;padding:8px 10px}.album-lists .title{line-height:16px;font-size:14px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.album-lists .creater{display:flex;justify-content:space-between;align-items:center;padding:12px 0 14px}.album-lists .creater .acatar-img{width:26px;height:26px;border-radius:50%}.album-lists .creater .acatar-name{display:inline-block;width:140px;line-height:26px;margin-left:5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.album-lists .creater .count{color:#666}.album-lists .el-tag{margin-right:5px}.album-lists .empty{color:#909399;line-height:16px}