techDemand.less 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .user-content {
  2. background: #fff;
  3. padding: 20px;
  4. .content-title {
  5. color: #333;
  6. font-size: 16px;
  7. }
  8. .user-search {
  9. margin-bottom: 10px;
  10. >input {
  11. width: 140px;
  12. }
  13. >input,
  14. >button,
  15. .ant-select {
  16. margin-right: 10px;
  17. margin-top: 10px;
  18. }
  19. .ant-switch {
  20. margin-left: 10px;
  21. }
  22. .search-more {
  23. margin: 10px 0;
  24. >p {
  25. span {
  26. margin-right: 10px
  27. }
  28. }
  29. }
  30. }
  31. }
  32. .patent-addNew {
  33. float: right;
  34. margin-left: 20px;
  35. button {
  36. background: #ea0862;
  37. color: #fff;
  38. border: none;
  39. border-radius: 4px;
  40. padding: 6px 10px;
  41. margin-left: 20px;
  42. }
  43. button:hover {
  44. background: #ea0862;
  45. }
  46. }
  47. #demand-form {
  48. .half-item {
  49. float: left;
  50. width: 50%;
  51. height: 36px;
  52. margin-bottom: 20px;
  53. }
  54. .item-title {
  55. line-height: 30px;
  56. font-size: 14px;
  57. color: #666;
  58. }
  59. .form-title {
  60. font-size: 16px;
  61. color: #333;
  62. }
  63. .keyWord-tips {
  64. >button {
  65. vertical-align: middle;
  66. }
  67. }
  68. .set-submit {
  69. margin-right: 20px;
  70. }
  71. //antd
  72. .ant-radio-wrapper {
  73. vertical-align: top;
  74. .ant-radio {
  75. height: 32px;
  76. line-height: 32px;
  77. }
  78. }
  79. }