| | |
| | | height: 0 !important; |
| | | } |
| | | |
| | | /* .t-button--primary { |
| | | .t-button--primary { |
| | | color: #fff !important; |
| | | background-color: #FF6C00 !important; |
| | | |
| | | border: 1rpx #fff solid !important; |
| | | } |
| | | |
| | | .t-button--light { |
| | | color: #fff !important; |
| | | /* background-color: #FF6C00 !important; */ |
| | | /* } */ |
| | | color: #000 !important; |
| | | background-color: #fff !important; |
| | | } |
| | | |
| | | /* |
| | | */ |
| | | |
| | | .menu--t-dropdown-menu::after { |
| | | background-color: var(--td-component-border, var(--td-gray-color-4, #fff)) !important; |
| | | |
| | | } |
| | | |
| | | .noData { |
| | | /* display: flex; |
| | | justify-content: center; */ |
| | | |
| | | margin: 0 auto; |
| | | margin-top: 100rpx; |
| | | } |
| | | |
| | | .t-checkbox--tag .t-checkbox__title--checked { |
| | | color: var(--td-checkbox-tag-active-color, var(--td-brand-color, var(--td-primary-color-7, #fff))) !important; |
| | | } |
| | | |
| | | .t-checkbox--tag.t-checkbox--checked { |
| | | color: var(--td-checkbox-tag-active-color, var(--td-brand-color, var(--td-primary-color-7, #fff))) !important; |
| | | background-color: var(--td-checkbox-tag-active-bg-color, var(--td-brand-color-light, var(--td-primary-color-1, #FF6C00))) !important; |
| | | } |