index.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. @import '~antd/es/style/themes/default.less';
  2. .stepForm {
  3. margin: 10px;
  4. }
  5. .stepFormText {
  6. margin-bottom: 24px;
  7. :global {
  8. .ant-form-item-label,
  9. .ant-form-item-control {
  10. line-height: 22px;
  11. }
  12. }
  13. }
  14. .result {
  15. max-width: 560px;
  16. margin: 0 auto;
  17. padding: 24px 0 8px;
  18. }
  19. .desc {
  20. padding: 0 56px;
  21. color: @text-color-secondary;
  22. h3 {
  23. margin: 0 0 12px 0;
  24. color: @text-color-secondary;
  25. font-size: 16px;
  26. line-height: 32px;
  27. }
  28. h4 {
  29. margin: 0 0 4px 0;
  30. color: @text-color-secondary;
  31. font-size: 14px;
  32. line-height: 22px;
  33. }
  34. p {
  35. margin-top: 0;
  36. margin-bottom: 12px;
  37. line-height: 22px;
  38. }
  39. }
  40. .reportInfoContainer {
  41. border: 1px solid #eee;
  42. padding: 0 !important;
  43. margin: 14px 0 !important;
  44. :global {
  45. .ant-form-item {
  46. margin-bottom: 0;
  47. }
  48. }
  49. }
  50. .editReportInfoIcon{
  51. cursor: pointer;
  52. margin-top: 20px;
  53. }
  54. .editReportInfoIcon:hover {
  55. color: #1890ff;
  56. }
  57. .testCaseTitle{
  58. margin-right: 20px;
  59. margin-bottom: 10px;
  60. display:flex;
  61. justify-content: space-between;
  62. }
  63. .testBugTitle{
  64. margin-left: 10px;
  65. margin-bottom: 10px;
  66. display:flex;
  67. justify-content: space-between;
  68. }
  69. .testCaseList {
  70. width:100%;
  71. height: 500px;
  72. padding-right: 20px;
  73. border-right: 1px solid #eee;
  74. .activeCase {
  75. color:black;
  76. border-left: 5px solid #2490ff;
  77. }
  78. .testCaseItem {
  79. padding:10px;
  80. font-size: 16px;
  81. box-shadow: 0 0 5px #aaa;
  82. margin-bottom:20px;
  83. .testCaseItemNo{
  84. color:#aaaaaa;
  85. font-size: 8px;
  86. }
  87. .editTestBug{
  88. cursor: pointer;
  89. }
  90. .editTestBug:hover {
  91. color: #1890ff;
  92. }
  93. p {
  94. line-height: 28px;
  95. height: 28px;
  96. margin: 0;
  97. }
  98. p:hover {
  99. color: #1890ff;
  100. }
  101. .testCaseEditIcon:hover{
  102. color: #1890ff;
  103. }
  104. }
  105. }
  106. .recommendBtn,.recommendBtn:active{
  107. background-color:#67c23a;
  108. border: 1px solid #67c23a;
  109. color: white;
  110. margin-left: 15px;
  111. &:hover,&:focus{
  112. background-color: #8dd06b;
  113. border: 1px solid #67c23a;
  114. color: white;
  115. }
  116. }
  117. .testBugList {
  118. padding-left: 10px;
  119. .testBugItem {
  120. padding:10px;
  121. font-size: 16px;
  122. box-shadow: 0 0 5px #aaa;;
  123. margin-bottom:20px;
  124. .testBugItemTitleBlock{
  125. .testBugItemTitle {
  126. display: inline-block;
  127. margin:5px 10px 10px 10px;
  128. line-height: 22px;
  129. }
  130. .testBugItemTitleDetail {
  131. display: inline-block;
  132. margin-right: 30px;
  133. }
  134. }
  135. .bugImgList {
  136. img {
  137. width: 100px;
  138. height: 100px;
  139. margin:5px 10px;
  140. }
  141. }
  142. }
  143. :global {
  144. .ant-form-item {
  145. margin-bottom: 0;
  146. }
  147. .ant-form-item-label > label {
  148. font-weight: bold;
  149. }
  150. }
  151. }
  152. .bugForm {
  153. .pageSelect {
  154. margin-bottom: -24px;
  155. }
  156. }
  157. .addModalInfo {
  158. color: #1890ff;
  159. margin-top: -20px;
  160. }
  161. @media screen and (max-width: @screen-md) {
  162. .desc {
  163. padding: 0;
  164. }
  165. }
  166. .information {
  167. line-height: 22px;
  168. :global {
  169. .ant-row:not(:last-child) {
  170. margin-bottom: 24px;
  171. }
  172. }
  173. .label {
  174. padding-right: 8px;
  175. color: @heading-color;
  176. text-align: right;
  177. @media screen and (max-width: @screen-sm) {
  178. text-align: left;
  179. }
  180. }
  181. }
  182. .money {
  183. font-weight: 500;
  184. font-size: 20px;
  185. font-family: 'Helvetica Neue', sans-serif;
  186. line-height: 14px;
  187. }
  188. .uppercase {
  189. font-size: 12px;
  190. }