index.less 233 B

1234567891011121314
  1. .textPurple {
  2. :global(.ant-typography) {
  3. color: #886ab5;
  4. cursor: pointer;
  5. }
  6. }
  7. .contactContent {
  8. :global(.ant-cascader-input.ant-input) {
  9. &::-webkit-input-placeholder {
  10. color: rgba(0, 0, 0, 0.85);
  11. }
  12. }
  13. }