comprehensive.less 926 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. .download-file {
  14. a {
  15. display:inline-block;
  16. width: 80px;
  17. }
  18. }
  19. }
  20. .ant-modal-body {
  21. .half-item {
  22. float: left;
  23. width: 50%;
  24. min-height: 36px;
  25. margin-bottom: 10px;
  26. }
  27. .third-item {
  28. float: left;
  29. width: 33%;
  30. height: 36px;
  31. margin-bottom: 10px;
  32. >p {
  33. line-height: 30px;
  34. }
  35. }
  36. .item-title {
  37. line-height: 30px;
  38. font-size: 14px;
  39. color: #666;
  40. }
  41. .form-title {
  42. font-size: 16px;
  43. color: #333;
  44. }
  45. }
  46. .show {
  47. display: inline-block;
  48. }
  49. .visible {
  50. display: none;
  51. }