techDemand.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. span {
  25. margin-right: 10px
  26. }
  27. }
  28. }
  29. .operateButto{
  30. button{
  31. margin-left: 10px;
  32. }
  33. }
  34. .fuwen{
  35. border: 1px solid;
  36. }
  37. }
  38. .breakWord span {
  39. word-break: break-all;
  40. word-wrap: break-word;
  41. white-space: pre-wrap;
  42. }
  43. button:focus,button:active{
  44. outline: none
  45. }
  46. .btnRight button{
  47. margin-right: 10px;
  48. }
  49. .patent-addNew {
  50. float: right;
  51. margin-left: 20px;
  52. button {
  53. background: #ea0862;
  54. color: #fff;
  55. border: none;
  56. border-radius: 4px;
  57. padding: 6px 10px;
  58. margin-left: 20px;
  59. }
  60. button:hover {
  61. background: #ea0862;
  62. }
  63. }
  64. #demand-form {
  65. .half-item {
  66. float: left;
  67. width: 50%;
  68. margin-bottom: 10px;
  69. }
  70. .item-title {
  71. line-height: 30px;
  72. font-size: 14px;
  73. color: #666;
  74. }
  75. .form-title {
  76. font-size: 16px;
  77. color: #333;
  78. }
  79. .keyWord-tips {
  80. >button {
  81. vertical-align: middle;
  82. }
  83. }
  84. .set-submit {
  85. margin-right: 20px;
  86. }
  87. .demandDetailShow-upload {
  88. .anticon-eye-o {
  89. margin-left: -8px;
  90. }
  91. .anticon-delete {
  92. display: none
  93. }
  94. }
  95. }
  96. .ant-modal-content {
  97. .modal-submit {
  98. margin-left: 20px;
  99. }
  100. }
  101. .ant-table-thead {
  102. .ant-table-selection-column {
  103. .ant-checkbox-wrapper {
  104. display: none;
  105. }
  106. }
  107. }
  108. .a{border: 1px solid;}
  109. .newsImg{width: 150px;}