| | |
| | | |
| | | .pickup-wrap { |
| | | float: right; |
| | | margin-bottom: 3px; |
| | | button { |
| | | margin-top: 3px; |
| | | } |
| | |
| | | .card-row-list { |
| | | flex: 10; |
| | | max-width: 100%; |
| | | } |
| | | .card-row-list.fix-height { |
| | | border: 1px solid #e8e8e8; |
| | | border-radius: 4px; |
| | | overflow-y: auto; |
| | | .extend-card:first-child { |
| | | position: sticky; |
| | | top: 0; |
| | | z-index: 1; |
| | | .card-item-box { |
| | | margin-top: 0!important; |
| | | margin-bottom: 0!important; |
| | | } |
| | | } |
| | | div:last-child { |
| | | .card-item-box { |
| | | border-bottom: none!important; |
| | | } |
| | | } |
| | | } |
| | | .card-row-list.flex-layout { |
| | | display: flex; |
| | |
| | | } |
| | | } |
| | | } |
| | | .custom-data-card-box::-webkit-scrollbar { |
| | | .custom-data-card-box::-webkit-scrollbar, .custom-data-card-box .card-row-list::-webkit-scrollbar { |
| | | width: 7px; |
| | | height: 7px; |
| | | } |
| | | .custom-data-card-box::-webkit-scrollbar-thumb { |
| | | .custom-data-card-box::-webkit-scrollbar-thumb, .custom-data-card-box .card-row-list::-webkit-scrollbar-thumb { |
| | | border-radius: 5px; |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); |
| | | background: rgba(0, 0, 0, 0.13); |
| | | } |
| | | .custom-data-card-box::-webkit-scrollbar-track { |
| | | .custom-data-card-box::-webkit-scrollbar-track, .custom-data-card-box .card-row-list::-webkit-scrollbar-track { |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); |
| | | border-radius: 3px; |
| | | border: 1px solid rgba(0, 0, 0, 0.07); |