comprehensive.less 814 B

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