| | |
| | | border-radius: 4px; |
| | | padding: 6px; |
| | | margin-bottom: 12px; |
| | | span { |
| | | display: block; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | position: relative; |
| | | z-index: 1; |
| | | } |
| | | |
| | | .bg-mask { |
| | | position: absolute; |
| | | top: 0; |
| | |
| | | } |
| | | } |
| | | .card-pic-cell { |
| | | border: 1px solid #bcbcbc; |
| | | position: relative; |
| | | border: 1px solid #e8e8e8; |
| | | border-radius: 4px; |
| | | background-size: cover; |
| | | background-position: center; |
| | | margin-bottom: 12px; |
| | | overflow: hidden; |
| | | |
| | | .content-wrap { |
| | | position: absolute; |
| | | top: 6px; |
| | | left: 6px; |
| | | right: 6px; |
| | | bottom: 6px; |
| | | .content-center { |
| | | position: relative; |
| | | top: 50%; |
| | | transform: translate(0px, -50%); |
| | | } |
| | | } |
| | | } |
| | | .card-color-cell { |
| | | border: 1px solid transparent; |
| | | border-radius: 4px; |
| | | padding: 6px; |
| | | background-size: cover; |
| | | background-position: center; |
| | | margin-bottom: 12px; |
| | | min-height: 35px; |
| | | } |
| | | |
| | | .content-line { |
| | | display: block; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | position: relative; |
| | | z-index: 1; |
| | | } |
| | | .no-margin-bottom { |
| | | margin-bottom: 2px; |
| | | } |
| | | } |