123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .NavTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- .sanIcons {
- width: 15px;
- height: 15px;
- margin-left: 4px;
- }
- }
- .isReversal {
- transition: all 0.1;
- transform: rotate(180deg);
- }
- .chioseWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-start;
- background-color: #f8f8f8;
- color: #333;
- font-weight: 500;
- font-size: 14px;
- .orchestraBand {
- display: flex;
- flex-direction: row;
- align-items: center;
- p {
- max-width: 80px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- }
- .searchBand {
- display: flex;
- .bandName {
- display: inline-block;
- max-width: 120px;
- vertical-align: text-top;
- }
- }
|