| | |
| | | .line-card-edit-box .ant-card-meta-detail { |
| | | overflow: visible; |
| | | .ant-card-meta-title, .ant-card-meta-description { |
| | | .mk-card-meta-item { |
| | | position: relative; |
| | | color: rgba(0, 0, 0, 0.85); |
| | | overflow: visible; |
| | | display: inline-block; |
| | | width: 100%; |
| | | vertical-align: top; |
| | | font-size: 14px; |
| | | margin-bottom: 2px; |
| | | |
| | | |
| | | .content { |
| | | max-width: 100%; |
| | | display: inline-block; |
| | | .content.line1 { |
| | | overflow: hidden; |
| | | word-break: break-word; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | } |
| | | .content:not(.line1) { |
| | | display: -webkit-box; |
| | | -webkit-box-orient: vertical; |
| | | overflow: hidden; |
| | | } |
| | | .content.line2 { |
| | | -webkit-line-clamp: 2; |
| | | } |
| | | .content.line3 { |
| | | -webkit-line-clamp: 3; |
| | | } |
| | | } |
| | | |
| | | .helf { |
| | | width: 50%; |
| | | } |
| | | .third { |
| | | width: 33.3%; |
| | | } |
| | | .align-center { |
| | | text-align: center; |
| | | } |
| | | .align-right { |
| | | text-align: right; |
| | | } |
| | | .ant-card-meta-title:not(:last-child), .ant-card-meta-description:not(:last-child) { |
| | | margin-bottom: 0px; |
| | | } |
| | | |
| | | .edit { |
| | |
| | | color: #ff4d4f; |
| | | } |
| | | |
| | | .ant-card-meta-title:hover .edit, .ant-card-meta-description:hover .edit { |
| | | .mk-card-meta-item:hover .edit { |
| | | display: inline-block; |
| | | } |
| | | } |