| | |
| | | /* 主题定制 */ |
| | | |
| | | .t-input { |
| | | --td-input-placeholder-text-color: #bbbbbb; |
| | | --td-input-text-color: #333333; |
| | |
| | | --td-button-font-weight: 500; |
| | | --td-button-medium-font-size: 32rpx; |
| | | --td-button-default-color: #fff; |
| | | --td-button-default-bg-color: #fa4126; |
| | | --td-button-default-border-color: #fa4126; |
| | | --td-button-default-bg-color: #FF6C00; |
| | | --td-button-default-border-color: #FF6C00; |
| | | --td-button-default-disabled-color: #fff; |
| | | --td-button-default-disabled-bg: #cccccc; |
| | | --td-button-default-disabled-border-color: #cccccc; |
| | | --td-button-default-active-bg-color: #fa4126; |
| | | --td-button-default-active-border-color: #fa4126; |
| | | --td-button-default-active-bg-color: #FF6C00; |
| | | --td-button-default-active-border-color: #FF6C00; |
| | | } |
| | | |
| | | .t-textarea { |
| | |
| | | .dialog__button-cancel { |
| | | color: #aeb3b7 !important; |
| | | } |
| | | |
| | | .t-picker__confirm { |
| | | color: #FF6C00 !important; |
| | | } |