dsform.css 577 B

1234567891011121314151617181920212223242526272829303132333435
  1. .jldbq-form {
  2. display: flex;
  3. flex-direction: column;
  4. }
  5. .jldbq-form label {
  6. margin-bottom: 30px;
  7. display: flex;
  8. align-items: center;
  9. }
  10. .jldbq-form label:last-child {
  11. margin-bottom: 0;
  12. }
  13. .jldbq-form label.jldbq-form-error:last-child {
  14. border: 1px solid #ed5555;
  15. }
  16. .jldbq-form .jldbq-form-label {
  17. color: #4a4a4a;
  18. width: 75px;
  19. text-align: end;
  20. }
  21. .jldbq-form .jldbq-form-input,
  22. .jldbq-form .jldbq-form-select {
  23. font-family: inherit;
  24. box-sizing: border-box;
  25. width: 320px;
  26. height: 32px;
  27. border-radius: 2px;
  28. margin-left: 15px;
  29. font-size: 12px;
  30. }