| 12345678910111213 |
- .albumType {
- position: absolute;
- left: 0;
- top: 0;
- background: linear-gradient(180deg, #ff8900 0%, #ff5100 100%);
- box-shadow: 0px 1px 2px 0px rgba(150, 13, 0, 0.11);
- border-radius: 10px 0px 10px 0px;
- font-size: 12px;
- padding: 0 6px;
- line-height: 20px;
- color: #ffffff;
- z-index: 999;
- }
|