techAchievement.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .user-content {
  2. background: #fff;
  3. padding: 20px;
  4. .content-title {
  5. color: #333;
  6. font-size: 16px;
  7. overflow: hidden;
  8. }
  9. .user-search {
  10. margin-bottom: 10px;
  11. >input {
  12. width: 140px;
  13. }
  14. >input,
  15. >button,
  16. .ant-select {
  17. margin-right: 10px;
  18. margin-top: 10px;
  19. }
  20. .ant-switch {
  21. margin-left: 10px;
  22. }
  23. .search-more {
  24. margin: 10px 0;
  25. >span {
  26. margin-right: 10px
  27. }
  28. }
  29. }
  30. }
  31. .avatar-uploader,
  32. .avatar-uploader-trigger,
  33. .avatar {
  34. width: 150px;
  35. height: 150px;
  36. }
  37. .modal-box-title{float: left;}
  38. .modal-box-detail{margin-left: 10px;vertical-align: top;float: left;margin-top: 0px;width: 160px!important;}
  39. .avatar-uploader-trigger {
  40. display: table-cell;
  41. vertical-align: middle;
  42. font-size: 28px;
  43. color: #999;
  44. }
  45. .avatar-uploader {
  46. display: block;
  47. padding: 1px;
  48. border: 1px dashed #d9d9d9;
  49. border-radius: 6px;
  50. cursor: pointer;
  51. position: relative;
  52. img {
  53. position: absolute;
  54. top: -1px;
  55. left: -1px;
  56. height: 150px;
  57. } //
  58. float: left;
  59. margin-right: 20px;
  60. }
  61. .patent-addNew {
  62. float: right;
  63. margin-left: 20px;
  64. >* {
  65. float: left;
  66. margin-right: 20px;
  67. }
  68. .addButton {
  69. background: #ea0862;
  70. color: #fff;
  71. border: none;
  72. border-radius: 4px;
  73. padding: 4px 10px;
  74. }
  75. .addButton:hover {
  76. background: #ea0862;
  77. }
  78. }
  79. #demand-form {
  80. .half-item {
  81. float: left;
  82. width: 50%;
  83. margin-bottom: 10px;
  84. }
  85. .item-title {
  86. line-height: 30px;
  87. font-size: 14px;
  88. color: #666;
  89. }
  90. .form-title {
  91. font-size: 16px;
  92. color: #333;
  93. }
  94. .keyWord-tips {
  95. >button {
  96. vertical-align: middle;
  97. }
  98. }
  99. .set-submit {
  100. margin-right: 20px;
  101. }
  102. .demandDetailShow-upload {
  103. .anticon-eye-o {
  104. margin-left: -8px;
  105. }
  106. .anticon-delete {
  107. display: none
  108. }
  109. }
  110. }
  111. .ant-modal-content {
  112. .modal-submit {
  113. margin-left: 20px;
  114. }
  115. }
  116. .demand-order-content {
  117. .ant-row {
  118. margin-bottom: 20px;
  119. }
  120. .ant-input-number-handler-wrap {
  121. display: none
  122. }
  123. }
  124. .ant-table-thead {
  125. .ant-table-selection-column {
  126. .ant-checkbox-wrapper {
  127. display: none;
  128. }
  129. }
  130. }