batch.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. *{padding: 0;margin: 0;border: 0;}
  2. em{
  3. font-style: normal;
  4. }
  5. strong{
  6. font-weight: normal;
  7. }
  8. ul,li{list-style: none;}
  9. input::-webkit-outer-spin-button,
  10. input::-webkit-inner-spin-button {
  11. -webkit-appearance: none;
  12. }
  13. input[type="number"]{
  14. -moz-appearance: textfield;
  15. outline: none;
  16. }
  17. .popBg{
  18. position: fixed;
  19. width: 100%;
  20. height: 100%;
  21. left: 0;
  22. top: 0;
  23. background: rgba(0, 0, 0, 0.7)
  24. }
  25. .popBg .popModel{
  26. position: absolute;;
  27. width: 600px;
  28. padding:0 20px;
  29. padding-bottom: 20px;
  30. padding-top: 35px;
  31. top: 50%;
  32. left: 50%;
  33. margin-left: -300px;
  34. transform: translateY(-50%);
  35. font-size: 14px;
  36. background: #fff;
  37. box-sizing: content-box;
  38. }
  39. .popBg h2{
  40. position: absolute;
  41. width: 100%;
  42. height: 35px;
  43. margin: 0;
  44. line-height: 35px;
  45. text-indent: 2em;
  46. top: 0;
  47. left: 0;
  48. background: #16AE68;
  49. text-align: left;
  50. font-size: 16px;
  51. color: #fff;
  52. }
  53. .hgc_downLoadBg{
  54. display: none;
  55. }
  56. .popBg h2 .close{
  57. position: absolute;
  58. width: 35px;
  59. height: 35px;
  60. text-align: center;
  61. line-height: 35px;
  62. top: 0;
  63. right: 20px;
  64. font-style: normal;
  65. cursor: pointer;
  66. }
  67. .hgc_downLoadModel .fieldItem{
  68. display: flex;
  69. padding:10px 0;
  70. }
  71. .hgc_downLoadModel .fieldItem.last{
  72. display: block;
  73. }
  74. .hgc_downLoadModel .fieldItem em{
  75. width: 135px;
  76. font-style: normal;
  77. text-align: left;
  78. }
  79. .hgc_downLoadModel .fieldItem .fieldContent{
  80. display: flex;
  81. width: calc(100% - 135px);
  82. }
  83. .hgc_downLoadModel .fieldContent .reportList{
  84. display: flex;
  85. flex-wrap: wrap;
  86. list-style: none;
  87. }
  88. .hgc_downLoadModel .fieldContent .redioItem{
  89. display: flex;
  90. margin-right: 10px;
  91. margin-bottom: 5px;
  92. }
  93. .hgc_downLoadModel .fieldContent .redioItem label{
  94. height: 25px;
  95. line-height: 25px;
  96. margin: 0;
  97. cursor: pointer;
  98. }
  99. .hgc_downLoadModel .fieldContent .redioItem input{
  100. height: 25px;
  101. line-height: 25px;
  102. margin-top: 0;
  103. margin-right: 5px;
  104. cursor: pointer;
  105. box-shadow: none;
  106. }
  107. .hgc_downLoadModel .fieldContent .selectDownArea{
  108. width: 330px;
  109. padding: 10px;
  110. border:1px solid #ddd;
  111. }
  112. .hgc_downLoadModel .fieldContent .selectDownArea .canDown{
  113. border-bottom: 1px solid #ddd;
  114. padding-bottom: 10px;
  115. }
  116. .hgc_downLoadModel .fieldContent .selectDownArea h4{
  117. line-height: 30px;
  118. }
  119. .hgc_downLoadModel .fieldContent .checkList{
  120. display: flex;
  121. flex-wrap: wrap;
  122. max-height: 70px;
  123. overflow: auto;
  124. }
  125. .hgc_downLoadModel .fieldContent .checkItem{
  126. display: flex;
  127. margin-right: 10px;
  128. }
  129. .hgc_downLoadModel .fieldContent .checkItem input{
  130. margin-right: 5px;
  131. }
  132. .hgc_downLoadModel .fieldContent .scoreOperator{
  133. display: flex;
  134. }
  135. .hgc_downLoadModel .fieldContent .scoreOperator .scoreList{
  136. display: flex;
  137. width: 525px;
  138. }
  139. .hgc_downLoadModel .fieldContent .scoreOperator .scoreItem{
  140. display: flex;
  141. align-items: center;
  142. }
  143. .hgc_downLoadModel .fieldContent .scoreOperator .scoreItem.last input{
  144. border:none;
  145. text-align: left;
  146. }
  147. .hgc_downLoadModel .fieldContent .scoreOperator .scoreItem input{
  148. width: 35px;
  149. height: 25px;
  150. border:1px solid #ddd;
  151. text-align: center;
  152. line-height: 1;
  153. }
  154. .hgc_downLoadModel .fieldContent .scoreOperator .scoreItem label{
  155. padding:0 2px;
  156. }
  157. .hgc_downLoadModel .fieldContent .scoreOperator .fixScore{
  158. width: 25px;
  159. line-height: 27px;
  160. text-align: center;
  161. }
  162. .hgc_downLoadModel .fieldContent .scoreOperator .operator{
  163. display: flex;
  164. }
  165. .hgc_downLoadModel .fieldContent .scoreOperator .hBtn{
  166. width: 20px;
  167. height: 20px;
  168. margin:0 2px;
  169. line-height: 20px;
  170. text-align: center;
  171. border:1px solid #ddd;
  172. cursor: pointer;
  173. }
  174. .hgc_downLoadModel .fieldContent .scoreOperator .btnRemove{
  175. background: url('http://xbas2.testing.xiaoben.com/images/del-icon.png') no-repeat center;
  176. background-size: contain;
  177. border:none;
  178. }
  179. .hgc_downLoadModel .btns {
  180. display: flex;
  181. justify-content: center;
  182. align-items: center;
  183. }
  184. .hgc_downLoadModel .btns .submitBtn{
  185. width: 80px;
  186. height: 30px;
  187. margin:0 10px;
  188. text-align:center;
  189. line-height: 1;
  190. color: #fff;
  191. border-radius: 5px;
  192. background: #14AF68;
  193. cursor: pointer;
  194. outline: none;
  195. }
  196. .hgc_downLoadModel .btns .submitBtn.cancel{
  197. background: #999;
  198. }
  199. .hgc_downProcessBg{
  200. display: none;
  201. }
  202. .hgc_downProcess .processContent{
  203. position: relative;
  204. height: 390px;
  205. overflow-y: auto;
  206. }
  207. .hgc_downProcess .processContent input{
  208. display: none;
  209. }
  210. .hgc_downProcess .emptyTask{
  211. line-height: 390px;
  212. text-align: center;
  213. }
  214. .hgc_downProcess .examItem{
  215. display: flex;
  216. align-items: center;
  217. justify-content: space-between;
  218. border-bottom: 1px solid #ddd;
  219. }
  220. .hgc_downProcess .examItem h3{
  221. font-size: 14px;
  222. font-weight: normal;
  223. line-height: 30px;
  224. }
  225. .hgc_downProcess .examItem .examProcess{
  226. padding-bottom: 10px;
  227. font-style: normal;
  228. }
  229. .hgc_downProcess .examItem strong{
  230. position: relative;
  231. }
  232. .hgc_downProcess .examItem strong:hover .model{
  233. z-index: 10;
  234. display: block;
  235. }
  236. .hgc_downProcess .examItem .model{
  237. position: absolute;
  238. display: none;
  239. padding: 5px;
  240. bottom: 30px;
  241. right: -110px;
  242. width: 185px;
  243. background: rgba(0, 0, 0, 0.7);
  244. color: #fff;
  245. word-break: break-all;
  246. }
  247. .hgc_downProcess .examItem .model .modelContent{
  248. display: block;
  249. max-height:50px;
  250. overflow-y:auto;
  251. }
  252. .hgc_downProcess .examItem .model:before{
  253. position: absolute;
  254. bottom: -20px;
  255. left: 25%;
  256. transform: translateX(-50%);
  257. content: '';
  258. width: 0;
  259. height: 0;
  260. border:10px solid transparent;
  261. border-top-color: rgba(0, 0, 0, 0.7)
  262. }
  263. .hgc_downProcess .examItem:nth-child(1) .model{
  264. bottom: auto;
  265. top: 30px;
  266. }
  267. .hgc_downProcess .examItem:nth-child(1) .model:before{
  268. bottom: auto;
  269. top: -20px;
  270. border-top-color:transparent;
  271. border-bottom-color: rgba(0, 0, 0, 0.7)
  272. }
  273. .hgc_downProcess button,
  274. .hgc_downProcess .button{
  275. display: inline-block;
  276. width: 75px;
  277. height: 30px;
  278. text-align: center;
  279. line-height: 30px;;
  280. color: #333;
  281. font-size: 14px;
  282. border-radius: 5px;
  283. border:1px solid #333;
  284. background: #ddd;
  285. cursor: pointer;
  286. }
  287. .hgc_downProcess .btnsEdit .btnsContent{
  288. display: flex;
  289. justify-content: flex-end;
  290. padding-top: 10px;
  291. }
  292. .hgc_downProcess .btnsOperator{
  293. display: none;
  294. }
  295. .hgc_downProcess .btnsOperator .btnsContent{
  296. display: flex;
  297. justify-content: space-between;
  298. padding-top: 10px;
  299. }