comprehensive.less 877 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #CopyrightDesc-form {
  2. font-size: 12px;
  3. .express-desc-row {
  4. line-height: 30px;
  5. margin-bottom: 10px;
  6. }
  7. .ant-form-item-label {
  8. text-align: left;
  9. }
  10. .ant-form-item-control {
  11. .ant-checkbox-wrapper {
  12. margin-left: 34px;
  13. margin-right: 20px;
  14. }
  15. }
  16. }
  17. .ant-modal-body {
  18. .half-item {
  19. float: left;
  20. width: 50%;
  21. min-height: 36px;
  22. margin-bottom: 10px;
  23. }
  24. .third-item {
  25. float: left;
  26. width: 33%;
  27. height: 36px;
  28. margin-bottom: 10px;
  29. >p {
  30. line-height: 30px;
  31. }
  32. }
  33. .item-title {
  34. line-height: 30px;
  35. font-size: 14px;
  36. color: #666;
  37. }
  38. .form-title {
  39. font-size: 16px;
  40. color: #333;
  41. }
  42. }
  43. .show {
  44. display: inline-block;
  45. }
  46. .visible {
  47. display: none;
  48. }