assertTypeDetail.less 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. @import './reset.less';
  2. .container{
  3. width: 100%;
  4. height: 100%;
  5. overflow: auto;
  6. background-color: #fff;
  7. }
  8. .assertTypeDetail {
  9. .filterBox{
  10. margin-bottom: 15px;
  11. }
  12. .main-body{
  13. margin: 20px 0;
  14. padding: 0 35px;
  15. // min-width: 1090px;
  16. /*width: 100%;*/
  17. }
  18. .filterItem{
  19. position: relative;
  20. height: 40px;
  21. line-height: 40px;
  22. margin: 0 0px 15px 0;
  23. float: none !important;
  24. span{
  25. display: inline-block;
  26. line-height: 40px;
  27. position: relative;
  28. }
  29. .explainL:before {
  30. content: "*";
  31. color: #f56c6c;
  32. margin-right: 4px;
  33. }
  34. input{
  35. width:120px;
  36. height:40px;
  37. border-radius:4px;
  38. border: 1px solid #E2E5EF;
  39. outline: none;
  40. // margin-right: 10px;
  41. padding: 0 10px;
  42. box-sizing: border-box;
  43. }
  44. input:focus{
  45. border: 1px solid @activeColor ;
  46. outline: 0;
  47. -webkit-box-shadow:@activeColor 0px 0px 2px;
  48. -moz-box-shadow: @activeColor 0px 0px 2px;
  49. box-shadow: @activeColor 0px 0px 2px;
  50. }
  51. }
  52. .selectLevel,.selectDept{
  53. display: inline-block;
  54. position: relative;
  55. width:120px;
  56. padding: 0 10px;
  57. height:40px;
  58. border-radius:4px;
  59. border: 1px solid #E2E5EF;
  60. box-sizing: border-box;
  61. cursor: pointer;
  62. }
  63. .selectDept{
  64. width: 160px;
  65. }
  66. .filterDropList{
  67. position: absolute;
  68. right: 0;
  69. max-height: 200px;
  70. overflow-y: auto;
  71. background: #fff;
  72. display: none;
  73. border: 1px solid #e4e7ed;
  74. box-shadow: 0 2px 12px 0 #e4e7ed;
  75. z-index: 2;
  76. li{
  77. padding: 0 10px;
  78. }
  79. }
  80. .deptList{
  81. width: 160px;
  82. max-height: 400px;
  83. }
  84. .qcItemTitle{
  85. float: left;
  86. line-height: 40px;
  87. }
  88. .listTypeAll {
  89. margin-left: 80px;
  90. .caseEntryBlcok {
  91. box-sizing: border-box;
  92. border: 1px solid #E2E5EF;
  93. border-radius: 4px;
  94. margin: 0 0 10px 0;
  95. }
  96. .caseEntryName {
  97. // height: 48px;
  98. line-height: 34px;
  99. background-color: #fff;
  100. cursor: pointer;
  101. padding: 0 10px;
  102. position: relative;
  103. // border-bottom: 1px solid #ebeef5;
  104. img{
  105. width: 10px;
  106. position: absolute;
  107. right: 10px;
  108. }
  109. }
  110. .tabTitle,.tabInfo{
  111. line-height: 30px;
  112. position: relative;
  113. }
  114. .caseEntryDetail{
  115. display: none;
  116. padding: 10px 20px;
  117. border-top: 1px solid #E2E5EF;
  118. }
  119. .opera,.qcItem,.qcUsed{
  120. display: inline-block;
  121. text-align: center;
  122. }
  123. .opera{
  124. width: 11%;
  125. }
  126. .qcItem{
  127. width: 76%;
  128. }
  129. .qcUsed{
  130. width: 13%;
  131. }
  132. .tabTitle{
  133. background: #EFF0F9;
  134. font-size: 14px;
  135. font-weight: 500;
  136. }
  137. .tabInfo{
  138. box-sizing: border-box;
  139. border-left: 1px solid #E2E5EF;
  140. border-right: 1px solid #E2E5EF;
  141. border-bottom: 1px solid #E2E5EF;
  142. }
  143. .tabInfo{
  144. .opera,.qcItem,.qcUsed{
  145. box-sizing: border-box;
  146. }
  147. .qcItem{
  148. border-left: 1px solid #E2E5EF;
  149. border-right: 1px solid #E2E5EF;
  150. }
  151. .opera{
  152. width: 11%;
  153. position: absolute;
  154. height: 100%;
  155. }
  156. .qcItem{
  157. width: 76%;
  158. position: relative;
  159. left: 11%;
  160. }
  161. .qcUsed{
  162. position: absolute;
  163. left: 87%;
  164. width: 13%;
  165. height: 100%;
  166. }
  167. }
  168. .tabInfo:nth-child(2n+1){
  169. background:#F5F6FA;
  170. }
  171. }
  172. }
  173. // .borderTop{
  174. // border-top: 1px solid #ebeef5;
  175. // }
  176. .iconCheck{
  177. width: 14px;
  178. cursor: pointer;
  179. position: absolute;
  180. top: 50%;
  181. left: 50%;
  182. margin: -7px 0 0 -7px;
  183. }
  184. .usedRes{
  185. display: inline-block;
  186. position: absolute;
  187. top: 50%;
  188. left: 50%;
  189. margin: -15px 0 0 -7px;
  190. }
  191. .submitBox{
  192. text-align: right;
  193. }
  194. .submit{
  195. display: inline-block;
  196. width:60px;
  197. height:32px;
  198. background:@activeColor;
  199. border-radius:4px;
  200. color: #fff;
  201. text-align: center;
  202. line-height: 32px;
  203. position: relative;
  204. top: 2px;
  205. cursor: pointer;
  206. margin: 0 20px 22px 0;
  207. }