dk-number-phone-input.wxss 296 B

12345678910111213141516171819
  1. .red-label {
  2. color: red;
  3. font-size: 14px;
  4. font-weight: bold;
  5. }
  6. .label-blue {
  7. color: #95A8CB;
  8. font-size: 14px;
  9. }
  10. /**cell值颜色**/
  11. .dk-cell-class {
  12. text-align: left !important;
  13. font-size: 13px !important;
  14. color: var(--color--) !important;
  15. font-weight: var(--fontWeight--);
  16. }