intellectual.less 974 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .user-content {
  2. background: #fff;
  3. padding: 20px;
  4. .content-title {
  5. font-size: 16px;
  6. color: #333;
  7. }
  8. .user-search {
  9. margin: 20px 0;
  10. input {
  11. width: 200px;
  12. }
  13. >* {
  14. margin-right: 20px;
  15. }
  16. p {
  17. margin-top: 20px;
  18. button {
  19. margin-right: 20px;
  20. }
  21. }
  22. }
  23. }
  24. .admin-desc-content {
  25. .ant-modal-body {
  26. >div {
  27. margin-top: 10px;
  28. p {
  29. margin: 6px 0;
  30. }
  31. }
  32. }
  33. .half-div {
  34. width: 50%;
  35. float: left;
  36. margin-top: 10px;
  37. >span {
  38. display: inline-block;
  39. width: 100px;
  40. }
  41. >input {
  42. width: 60%;
  43. }
  44. >textarea {
  45. width: 94%;
  46. }
  47. }
  48. }
  49. .ant-form {
  50. .ant-form-item {
  51. .ant-form-item-label {
  52. text-align: right;
  53. }
  54. }
  55. }