| | |
| | | border-color: #bfbfbf; |
| | | } |
| | | } |
| | | |
| | | &-success1 { |
| | | background-color: @main-color; |
| | | |
| | |
| | | margin-top: 4px; |
| | | display: flex; |
| | | align-items: flex-start; |
| | | |
| | | &-flex { |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | align-items: center; |
| | | margin-top: 8px; |
| | | |
| | | &-title { |
| | | font-size: 12px; |
| | | line-height: 20px; |
| | | color: @text-color-secondary; |
| | | } |
| | | } |
| | | |
| | | &-yy { |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | border-radius: 5px; |
| | | padding: 4px 8px; |
| | | color: rgba(0, 0, 0, 0.5); |
| | | |
| | | &-l { |
| | | overflow: hidden; |
| | | white-space: nowrap; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .tabBtn { |
| | | display: flex; |
| | | margin-bottom: 12px; |
| | | |
| | | &-btn { |
| | | height: 32px; |
| | | background: #ffffff; |
| | | border: 1px solid #e5e6eb; |
| | | border-radius: 4px; |
| | | color: #e5e6eb; |
| | | padding: 4px 8px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | &-active { |
| | | color: #1a6fb8; |
| | | border-color: #1a6fb8; |
| | | } |
| | | } |