techAchievement.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. margin-bottom: 10px;
  52. }
  53. .item-title {
  54. line-height: 30px;
  55. font-size: 14px;
  56. color: #666;
  57. }
  58. .form-title {
  59. font-size: 16px;
  60. color: #333;
  61. }
  62. .keyWord-tips {
  63. >button {
  64. vertical-align: middle;
  65. }
  66. }
  67. .set-submit {
  68. margin-right: 20px;
  69. }
  70. }