@cmstops/pro-compo
Version:
[物料平台文档中心](https://arco.design/docs/material/guide)
1,326 lines (1,325 loc) • 31.6 kB
CSS
.content-detail-list-container *::selection {
display: none;
}
.content-detail-list-container .fix_position {
position: relative;
margin-right: 10px;
color: #4886ff;
}
.content-detail-list-container .fix_position .doc-fixed-num {
position: absolute;
right: -7px;
bottom: 0;
color: #bababa;
font-size: 12px;
}
.content-detail-list-container .index {
display: inline-block;
flex-shrink: 0;
box-sizing: border-box;
min-width: 15px;
height: 15px;
margin-right: 10px;
padding: 4px;
color: #4886ff;
font-size: 12px;
line-height: 0.6;
text-align: center;
background: #edf3ff;
border-radius: 3px;
}
.content-detail-list-container .d_time,
.content-detail-list-container .add_new {
margin: 0;
margin-right: 10px;
font-size: 14px;
vertical-align: middle;
}
.content-detail-list-container .d_time {
color: #7da8ff;
}
.medialist-component-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.medialist-component-item-view:hover {
background: #fafafa;
}
.medialist-component-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 110px;
height: 70px;
margin-right: 20px;
background: #edf3ff;
}
.medialist-component-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.medialist-component-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.medialist-component-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.medialist-component-item-view .info-view {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
padding: 2px 0;
}
.medialist-component-item-view .info-view .title {
display: flex;
align-items: center;
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.medialist-component-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.medialist-component-item-view .info-view .abttrite-v .left {
display: flex;
align-items: center;
color: #808692;
font-size: 12px;
}
.medialist-component-item-view .info-view .abttrite-v .left .abttr {
display: inline-block;
width: 130px;
margin-right: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.medialist-component-item-view .info-view .abttrite-v .left .abttr.time {
width: 240px;
}
.medialist-component-item-view .info-view .abttrite-v .left .abttr.tags {
display: flex;
align-items: center;
width: 190px;
}
.medialist-component-item-view .info-view .abttrite-v .right {
margin-right: 20px;
}
.medialist-component-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.medialist-component-item-view:hover {
background: #fafafa;
}
.medialist-component-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 110px;
height: 70px;
margin-right: 20px;
background: #edf3ff;
}
.medialist-component-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.medialist-component-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.medialist-component-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.medialist-component-item-view .info-view {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
padding: 2px 0;
}
.medialist-component-item-view .info-view .title {
display: flex;
align-items: center;
width: calc(100% - 50px);
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.medialist-component-item-view .info-view .title:hover .title_i {
color: #4886ff;
text-decoration: underline;
}
.medialist-component-item-view .info-view .title .title_i {
margin-right: 10px;
}
.medialist-component-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.medialist-component-item-view .info-view .abttrite-v .left {
display: flex;
align-items: center;
color: #808692;
font-size: 12px;
}
.medialist-component-item-view .info-view .abttrite-v .left .abttr {
display: inline-block;
width: 130px;
margin-right: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.medialist-component-item-view .info-view .abttrite-v .left .abttr.time {
width: 240px;
}
.medialist-component-item-view .info-view .abttrite-v .left .abttr.tags {
display: flex;
align-items: center;
width: 175px;
}
.medialist-component-item-view .info-view .abttrite-v .left .icon {
margin-right: 10px;
}
.medialist-component-item-view .info-view .abttrite-v .right {
margin-right: 20px;
}
.medialist-component-item-view .title-tips {
display: flex;
align-items: center;
margin-left: 10px;
color: #a3a3a3;
font-size: 10px;
}
.medialist-component-item-view .title-tips .icon {
margin-right: 5px;
font-size: 10px;
}
.medialist-component-item-view .title-tips.red {
color: red;
}
.medialist-kongo-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.medialist-kongo-item-view:hover {
background: #fafafa;
}
.medialist-kongo-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 110px;
height: 70px;
margin-right: 20px;
background: transparent;
}
.medialist-kongo-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.medialist-kongo-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.medialist-kongo-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.medialist-kongo-item-view .info-view {
display: flex;
flex-direction: column;
justify-content: space-between;
width: calc(100% - 130px);
padding: 2px 0;
}
.medialist-kongo-item-view .info-view .title {
display: flex;
align-items: center;
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.medialist-kongo-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.medialist-kongo-item-view .info-view .abttrite-v .left {
display: flex;
flex: 1;
align-items: center;
min-width: 510px;
color: #808692;
font-size: 12px;
}
.medialist-kongo-item-view .info-view .abttrite-v .left .icon {
margin-right: 8px;
}
.medialist-kongo-item-view .info-view .abttrite-v .left .tags {
display: inline-block;
width: 120px;
}
.medialist-kongo-item-view .info-view .abttrite-v .left .abttr {
width: 35%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
}
.medialist-kongo-item-view .info-view .abttrite-v .left .abttr.value {
margin-left: 10px;
}
.medialist-kongo-item-view .info-view .abttrite-v .right {
flex-shrink: 0;
margin-right: 20px;
}
.medialist-ilive-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.medialist-ilive-item-view:hover {
background: #fafafa;
}
.medialist-ilive-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 110px;
height: 70px;
margin-right: 20px;
background: #edf3ff;
}
.medialist-ilive-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.medialist-ilive-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.medialist-ilive-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.medialist-ilive-item-view .info-view {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
padding: 2px 0;
}
.medialist-ilive-item-view .info-view .title {
display: flex;
align-items: center;
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.medialist-ilive-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.medialist-ilive-item-view .info-view .abttrite-v .left {
display: flex;
flex: 1;
align-items: center;
color: #808692;
font-size: 12px;
}
.medialist-ilive-item-view .info-view .abttrite-v .left .icon {
margin-right: 8px;
}
.medialist-ilive-item-view .info-view .abttrite-v .left .abttr {
display: inline-block;
width: 20%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.medialist-ilive-item-view .info-view .abttrite-v .left .abttr.time {
width: 250px;
}
.medialist-ilive-item-view .info-view .abttrite-v .left .abttr.tags {
display: flex;
align-items: center;
width: 190px;
}
.medialist-ilive-item-view .info-view .abttrite-v .left .abttr.type {
display: inline-block;
width: 160px;
}
.medialist-ilive-item-view .info-view .abttrite-v .right {
margin-right: 20px;
}
.medialist-account-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.medialist-account-item-view:hover {
background: #fafafa;
}
.medialist-account-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 70px;
height: 70px;
margin-right: 20px;
overflow: hidden;
background: #edf3ff;
border-radius: 50%;
}
.medialist-account-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.medialist-account-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.medialist-account-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.medialist-account-item-view .info-view {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
padding: 2px 0;
}
.medialist-account-item-view .info-view .title {
display: flex;
align-items: center;
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.medialist-account-item-view .info-view .title:hover {
color: #4886ff;
text-decoration: underline;
}
.medialist-account-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.medialist-account-item-view .info-view .abttrite-v .left {
display: flex;
align-items: center;
color: #808692;
font-size: 12px;
}
.medialist-account-item-view .info-view .abttrite-v .left .icon {
margin-right: 8px;
}
.medialist-account-item-view .info-view .abttrite-v .left .abttr {
display: inline-block;
width: 130px;
margin-right: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
}
.medialist-account-item-view .info-view .abttrite-v .left .abttr.time {
width: 240px;
}
.medialist-account-item-view .info-view .abttrite-v .left .abttr.tags {
display: flex;
align-items: center;
width: 175px;
}
.medialist-account-item-view .info-view .abttrite-v .right {
margin-right: 20px;
}
.content-detail-list-container {
width: 100%;
}
.medialist-doc-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.medialist-doc-item-view:hover {
background: #fafafa;
}
.medialist-doc-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 110px;
height: 70px;
margin-right: 20px;
background: #edf3ff;
}
.medialist-doc-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.medialist-doc-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.medialist-doc-item-view .cover-view .batch-select {
position: absolute;
top: 3px;
left: 5px;
}
.medialist-doc-item-view .cover-view .local_live_state {
position: absolute;
bottom: 5px;
left: 5px;
padding: 3px 8px;
color: #fff;
font-size: 10px;
font-size: 500;
border-radius: 4px;
}
.medialist-doc-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.medialist-doc-item-view .info-view {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
padding: 2px 0;
}
.medialist-doc-item-view .info-view .title {
display: flex;
align-items: center;
width: calc(100% - 50px);
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.medialist-doc-item-view .info-view .title .text:hover {
color: #4886ff;
text-decoration: underline;
}
.medialist-doc-item-view .info-view .title .text:hover .index {
text-decoration: unset;
}
.medialist-doc-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.medialist-doc-item-view .info-view .abttrite-v .left {
display: flex;
flex: 1;
align-items: center;
color: #4e5969;
font-size: 12px;
}
.medialist-doc-item-view .info-view .abttrite-v .left .icon {
margin-right: 8px;
}
.medialist-doc-item-view .info-view .abttrite-v .left .tags {
display: inline-block;
width: 200px;
}
.medialist-doc-item-view .info-view .abttrite-v .left .abttr {
display: inline-block;
width: 20%;
margin-right: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
}
.medialist-doc-item-view .info-view .abttrite-v .left .abttr.btn {
padding: 0;
text-align: left;
}
.medialist-doc-item-view .info-view .abttrite-v .left .abttr.btn:hover,
.medialist-doc-item-view .info-view .abttrite-v .left .abttr.btn:active {
background: transparent;
}
.medialist-doc-item-view .info-view .abttrite-v .left .abttr .btn {
padding: 0;
text-align: left;
}
.medialist-doc-item-view .info-view .abttrite-v .left .abttr.time {
width: 30%;
}
.medialist-doc-item-view .info-view .abttrite-v .right {
margin-right: 20px;
}
.popper-categories {
max-width: 600px;
}
.medialist-group_list-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.medialist-group_list-item-view:hover {
background: #fafafa;
}
.medialist-group_list-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 110px;
height: 70px;
margin-right: 20px;
background: transparent;
}
.medialist-group_list-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.medialist-group_list-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.medialist-group_list-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.medialist-group_list-item-view .info-view {
display: flex;
flex-direction: column;
justify-content: space-between;
width: calc(100% - 130px);
padding: 2px 0;
}
.medialist-group_list-item-view .info-view .title {
display: flex;
align-items: center;
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.medialist-group_list-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.medialist-group_list-item-view .info-view .abttrite-v .left {
display: flex;
flex: 1;
align-items: center;
min-width: 510px;
color: #808692;
font-size: 12px;
}
.medialist-group_list-item-view .info-view .abttrite-v .left .icon {
margin-right: 8px;
}
.medialist-group_list-item-view .info-view .abttrite-v .left .tags {
display: inline-block;
width: 200px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
}
.medialist-group_list-item-view .info-view .abttrite-v .left .abttr {
width: 35%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
}
.medialist-group_list-item-view .info-view .abttrite-v .left .abttr.value {
margin-left: 10px;
}
.medialist-group_list-item-view .info-view .abttrite-v .right {
flex-shrink: 0;
margin-right: 20px;
}
.medialist-mpdoc-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.medialist-mpdoc-item-view:hover {
background: #fafafa;
}
.medialist-mpdoc-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 110px;
height: 70px;
margin-right: 20px;
background: #edf3ff;
}
.medialist-mpdoc-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.medialist-mpdoc-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.medialist-mpdoc-item-view .cover-view .batch-select {
position: absolute;
top: 3px;
left: 5px;
}
.medialist-mpdoc-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.medialist-mpdoc-item-view .info-view {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
padding: 2px 0;
}
.medialist-mpdoc-item-view .info-view .title {
display: flex;
align-items: center;
width: calc(100% - 50px);
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.medialist-mpdoc-item-view .info-view .title:hover {
color: #4886ff;
text-decoration: underline;
}
.medialist-mpdoc-item-view .info-view .title:hover .index {
text-decoration: unset;
}
.medialist-mpdoc-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.medialist-mpdoc-item-view .info-view .abttrite-v .left {
display: flex;
flex: 1;
align-items: center;
color: #4e5969;
font-size: 12px;
}
.medialist-mpdoc-item-view .info-view .abttrite-v .left .icon {
margin-right: 8px;
}
.medialist-mpdoc-item-view .info-view .abttrite-v .left .tags {
display: inline-block;
width: 190px;
}
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr {
display: inline-block;
width: 20%;
margin-right: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
}
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr.btn {
padding: 0;
text-align: left;
}
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr.btn:hover,
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr.btn:active {
background: transparent;
}
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr .btn {
padding: 0;
text-align: left;
}
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr.time {
width: 30%;
}
.medialist-mpdoc-item-view .info-view .abttrite-v .right {
margin-right: 20px;
}
.medialist-course-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.medialist-course-item-view:hover {
background: #fafafa;
}
.medialist-course-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 110px;
height: 70px;
margin-right: 20px;
background: #edf3ff;
}
.medialist-course-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.medialist-course-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.medialist-course-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.medialist-course-item-view .info-view {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
padding: 2px 0;
}
.medialist-course-item-view .info-view .title {
display: flex;
align-items: center;
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.medialist-course-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.medialist-course-item-view .info-view .abttrite-v .left {
display: flex;
flex: 1;
align-items: center;
color: #808692;
font-size: 12px;
}
.medialist-course-item-view .info-view .abttrite-v .left .icon {
margin-right: 8px;
}
.medialist-course-item-view .info-view .abttrite-v .left .abttr {
display: inline-block;
width: 20%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.medialist-course-item-view .info-view .abttrite-v .left .abttr.time {
width: 250px;
}
.medialist-course-item-view .info-view .abttrite-v .left .abttr.tags {
display: flex;
align-items: center;
width: 190px;
}
.medialist-course-item-view .info-view .abttrite-v .left .abttr.type {
display: inline-block;
width: 160px;
}
.medialist-course-item-view .info-view .abttrite-v .right {
margin-right: 20px;
}
.medialist-funhd-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.medialist-funhd-item-view:hover {
background: #fafafa;
}
.medialist-funhd-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 110px;
height: 70px;
margin-right: 20px;
background: #edf3ff;
}
.medialist-funhd-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.medialist-funhd-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.medialist-funhd-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.medialist-funhd-item-view .info-view {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
padding: 2px 0;
}
.medialist-funhd-item-view .info-view .title {
display: flex;
align-items: center;
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.medialist-funhd-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.medialist-funhd-item-view .info-view .abttrite-v .left {
display: flex;
flex: 1;
align-items: center;
color: #808692;
font-size: 12px;
}
.medialist-funhd-item-view .info-view .abttrite-v .left .icon {
margin-right: 8px;
}
.medialist-funhd-item-view .info-view .abttrite-v .left .abttr {
display: inline-block;
width: 20%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.medialist-funhd-item-view .info-view .abttrite-v .left .abttr.time {
width: 250px;
}
.medialist-funhd-item-view .info-view .abttrite-v .left .abttr.tags {
display: flex;
align-items: center;
width: 190px;
}
.medialist-funhd-item-view .info-view .abttrite-v .left .abttr.type {
display: inline-block;
width: 160px;
}
.medialist-funhd-item-view .info-view .abttrite-v .right {
margin-right: 20px;
}
.matrix-records-item-view {
display: flex;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.matrix-records-item-view:hover {
background: #fafafa;
}
.matrix-records-item-view .cover-view {
position: relative;
flex-shrink: 0;
width: 110px;
height: 70px;
margin-right: 20px;
background: #edf3ff;
}
.matrix-records-item-view .cover-view .image {
width: 100%;
height: 100%;
border-radius: 4px;
}
.matrix-records-item-view .cover-view .image img {
width: 100%;
height: 100%;
}
.matrix-records-item-view .cover-view .batch-select {
position: absolute;
top: 3px;
left: 0;
}
.matrix-records-item-view .cover-view .no-img {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 30px;
}
.matrix-records-item-view .cover-view .no-img.weixin {
font-size: 20px;
background: #89be89;
border-radius: 6px;
}
.matrix-records-item-view .info-view {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
padding: 2px 0;
}
.matrix-records-item-view .info-view .title {
display: flex;
align-items: center;
margin-bottom: 10px;
overflow: hidden;
color: #1d2129;
font-weight: 400;
font-size: 16px;
font-style: normal;
line-height: 22px;
cursor: pointer;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.matrix-records-item-view .info-view .title:hover {
color: #4886ff;
text-decoration: underline;
}
.matrix-records-item-view .info-view .title:hover .index {
text-decoration: unset;
}
.matrix-records-item-view .info-view .abttrite-v {
display: flex;
align-items: center;
justify-content: space-between;
}
.matrix-records-item-view .info-view .abttrite-v .left {
display: flex;
flex: 1;
align-items: center;
min-width: 800px;
color: #808692;
font-size: 12px;
}
.matrix-records-item-view .info-view .abttrite-v .left .abttr {
display: inline-block;
width: 130px;
margin-right: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
}
.matrix-records-item-view .info-view .abttrite-v .left .abttr.time {
width: 25%;
}
.matrix-records-item-view .info-view .abttrite-v .left .abttr.user {
width: 15%;
}
.matrix-records-item-view .info-view .abttrite-v .left .abttr.tags {
display: flex;
align-items: center;
width: 190px;
}
.matrix-records-item-view .info-view .abttrite-v .left .account {
margin-left: 10px;
}
.matrix-records-item-view .info-view .abttrite-v .left .account .avatar-v {
position: relative;
}
.matrix-records-item-view .info-view .abttrite-v .left .account .avatar-v .avatar {
width: 25px;
height: 25px;
margin-right: 10px;
border-radius: 50%;
}
.matrix-records-item-view .info-view .abttrite-v .left .account .avatar-v .pla-icon {
position: absolute;
right: -5px;
bottom: 1px;
width: 12px;
height: 12px;
margin-right: 10px;
border-radius: 50%;
}
.matrix-records-item-view .info-view .abttrite-v .left .account .avatar-v img {
width: 100%;
height: 100%;
}
.matrix-records-item-view .info-view .abttrite-v .left .state {
width: 15%;
cursor: pointer;
}
.matrix-records-item-view .info-view .abttrite-v .left .state::before {
display: inline-block;
width: 6px;
height: 6px;
margin-right: 5px;
background-color: currentColor;
border-radius: 50%;
content: '';
}
.matrix-records-item-view .info-view .abttrite-v .left .state.p-state-1 {
color: rgb(var(--primary-6));
}
.matrix-records-item-view .info-view .abttrite-v .left .state.p-state-2 {
color: #4caf50;
}
.matrix-records-item-view .info-view .abttrite-v .left .state.p-state-3,
.matrix-records-item-view .info-view .abttrite-v .left .state.p-state-4 {
color: #ff9800;
}
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-0 {
color: #4caf50;
}
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state--1,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-1,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-2,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-3,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-4,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-5,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-6,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-7,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-8,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-9,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-10,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-11,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-12,
.matrix-records-item-view .info-view .abttrite-v .left .state.m-state-13 {
color: #ff9800;
}
.matrix-records-item-view .info-view .abttrite-v .right {
flex-shrink: 0;
min-width: 80px;
margin-right: 20px;
text-align: end;
}
.qr-code {
margin-right: 5px;
}
.doc-qrcode-preview-container-v {
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
justify-content: center;
margin: auto;
color: #4e5969;
font-size: 14px;
background: white;
border-radius: 6px;
}
.doc-qrcode-preview-container-v .qrcode {
display: flex;
align-items: center;
justify-content: center;
width: 200px;
height: 200px;
color: #4886ff;
background: #edf3ff;
}
.doc-qrcode-preview-container-v .qrcode .no-pub {
position: relative;
width: 100%;
height: 100%;
}
.doc-qrcode-preview-container-v .qrcode .no-pub::after {
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: calc(100% - 40px);
height: 100%;
padding: 0 20px;
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
content: '内容暂未发布,如需链接预览请在下方生成临时预览链接';
}
.doc-qrcode-preview-container-v .qrcode-hint {
opacity: 0.6;
}
.doc-qrcode-preview-container-v .setting {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.doc-qrcode-preview-container-v .setting .label {
font-weight: 500;
}
.doc-qrcode-preview-container-v .setting .a-select {
width: 100px;
}
.doc-qrcode-preview-container-v .setting .a-select .a-input__inner {
color: #86909c;
text-align: center;
background: #f3f4f5;
border: none;
}
.doc-qrcode-preview-container-v .btns {
display: flex;
gap: 10px;
justify-content: space-between;
width: 100%;
}
.doc-qrcode-preview-container-v .btns .arco-btn {
width: 100%;
margin-left: 0;
padding: 10px 5px;
font-size: 14px;
}
.doc-qrcode-preview-container-v .btns .arco-btn.auto {
flex: 1;
width: auto;
}
.doc-qrcode-preview-container-v .time-go {
font-size: 12px;
}
.title-desc:hover {
color: #165dff;
text-decoration: underline;
cursor: pointer;
}
.abttr-content {
display: flex;
gap: 5px;
align-items: center;
}
.abttr-content .cms-icon-topic {
width: 18px;
height: 18px;
}
.abttr-content span {
width: 90%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.gray-for-state-hide {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
.gray-forbidden {
opacity: 0.5;
}