高新区管委会,以5.0标准版为基准,从双汇项目拷贝

registrationList.css 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. body {
  2. font-family: "微软雅黑";
  3. font-size: 14px;
  4. }
  5. .clearfix:after {
  6. content: "";
  7. display: block;
  8. clear: both;
  9. }
  10. ul li {
  11. list-style: none;
  12. float: left;
  13. }
  14. .fr {
  15. float: right;
  16. }
  17. .size-12 {
  18. font-size: 12px;
  19. }
  20. .size-13 {
  21. font-size: 13px;
  22. }
  23. /*标头*/
  24. .th-box {
  25. margin-top: 10px;
  26. width: 100%;
  27. padding: 5px;
  28. border-bottom: 1px solid #e7eaec;
  29. }
  30. .th-bar {
  31. height: 40px;
  32. }
  33. .sc_btn {
  34. display: block;
  35. padding: 7px;
  36. color: #FFF;
  37. float: left;
  38. border-radius: 5px;
  39. }
  40. .sc_btn:hover{
  41. color:#fff;
  42. }
  43. .seach-box ul {
  44. overflow: hidden;
  45. }
  46. .seach-box ul li {
  47. margin-right: 5px;
  48. }
  49. .photo {
  50. width: 128px;
  51. padding: 2px 2PX 2PX 10PX;
  52. height: 27px;
  53. border: 1px solid #ebebeb;
  54. color: #1ab394;
  55. outline: none;
  56. vertical-align: middle;
  57. }
  58. .selects {
  59. width: 177px;
  60. background-color: #FFF;
  61. background-image: none;
  62. border: 1px solid #e5e6e7;
  63. border-radius: 1px;
  64. color: inherit;
  65. padding: 6px 12px;
  66. }
  67. #Select:focus {
  68. outline: none;
  69. border-color: #00BFFF;
  70. }
  71. input:focus {
  72. outline: none;
  73. border-color: #00BFFF;
  74. }
  75. .spiner-example {
  76. position: absolute;
  77. top: 50%;
  78. left: 50%;
  79. z-index: 111;
  80. margin-left: -85px;
  81. margin-top: -100px;
  82. display: none;
  83. }
  84. .sk-spinner-three-bounce {
  85. width: 170px !important;
  86. }
  87. .sk-spinner p {
  88. display: inline-block;
  89. font-size: 18px;
  90. margin-left: 10px;
  91. }
  92. #goods tr th {
  93. text-align: center;
  94. }
  95. #goods td {
  96. text-align: center;
  97. }
  98. .inputs {
  99. width: 90px;
  100. }
  101. .max_width li {
  102. width: 50%;
  103. margin: 10px 0;
  104. }
  105. .gjsu label {
  106. width: 100px;
  107. margin-right: 10px;
  108. text-align: right;
  109. }
  110. .add_time {
  111. text-align: center;
  112. margin-bottom: 20px;
  113. }
  114. .imgs {
  115. color: rgb(0, 128, 0);
  116. cursor: pointer;
  117. }
  118. .imgs a:hover {
  119. color: #e43926;
  120. }
  121. .ckxq ul li {
  122. padding: 5px 15px;
  123. cursor: pointer;
  124. }
  125. .Active {
  126. background: #1ab394;
  127. color: #FFFFFF;
  128. }
  129. .tbodys th {
  130. text-align: right;
  131. /*background: rgb(214,236,255);*/
  132. }
  133. .tbodys td {
  134. text-align: left;
  135. }
  136. .tbodys input {
  137. background-color: #FFF;
  138. background-image: none;
  139. border-radius: 1px;
  140. color: inherit;
  141. padding: 1px 6px;
  142. border: 1px solid #d7d7d7;
  143. }
  144. .Hidens {
  145. display: none;
  146. }
  147. textarea {
  148. border: 1px solid #d7d7d7;
  149. outline: none;
  150. }
  151. .ckxq {
  152. padding: 5px;
  153. border: 1px solid #e5e6e7;
  154. }
  155. .ckxq_ul {
  156. margin-top: 10px;
  157. }
  158. #gdxq_table > tbody > tr > th {
  159. padding: 4px;
  160. width: 100px;
  161. }
  162. #gdxq_table > tbody > tr > td {
  163. padding: 4px;
  164. width: 200px;
  165. }
  166. ._table1 > tbody > tr > th {
  167. text-align: right;
  168. padding: 4px !important;
  169. }
  170. ._table1 > tbody > tr > td {
  171. padding: 4px !important;
  172. }
  173. .t-shade {
  174. position: fixed;
  175. top: 0;
  176. left: 0;
  177. width: 100%;
  178. height: 100%;
  179. background: rgba(0, 0, 0, 0.48);
  180. z-index: 10004;
  181. display: none;
  182. }
  183. .shade_k {
  184. z-index: 10005;
  185. width: 55%;
  186. margin: 2% auto;
  187. background-color: #fff;
  188. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  189. display: none;
  190. border-radius: 5px;
  191. }
  192. .shade_title {
  193. padding: 0 80px 0 20px;
  194. height: 42px;
  195. line-height: 42px;
  196. border-bottom: 1px solid #eee;
  197. font-size: 16px;
  198. color: #FFFFFF;
  199. overflow: hidden;
  200. background-color: #1ab394;
  201. border-radius: 2px 2px 0 0;
  202. position: relative;
  203. border-top-left-radius: 5px;
  204. border-top-right-radius: 5px;
  205. }
  206. .setwin {
  207. position: absolute;
  208. right: 15px;
  209. top: 5px;
  210. font-size: 0;
  211. line-height: initial;
  212. }
  213. .setwin a {
  214. position: relative;
  215. width: 16px;
  216. height: 16px;
  217. font-size: 20px;
  218. color: #fff;
  219. }
  220. .shade_content {
  221. overflow-y: auto;
  222. position: relative;
  223. padding-bottom: 50px;
  224. }
  225. .sa_title {
  226. padding-left: 20px;
  227. height: 35px;
  228. line-height: 35px;
  229. border-bottom: 1px solid #D7D7D7;
  230. }
  231. .inpBox {
  232. border: 1px solid #e5e6e7;
  233. height: 27px;
  234. width: 170px;
  235. display: inline-block;
  236. position: relative;
  237. vertical-align: middle;
  238. }
  239. .inps {
  240. width: 167px;
  241. height: 24px;
  242. outline: none;
  243. border: 0;
  244. border-image-width: 0;
  245. padding: 0;
  246. padding-left: 3px;
  247. }
  248. .search-ztree-name{
  249. width: 260px !important;
  250. height: 34px;
  251. background-color: #FFF !important;
  252. border: 1px solid #e5e6e7;
  253. }
  254. .wh_btn input {
  255. background: #1ab394;
  256. color: #fff;
  257. padding: 6px 10px;
  258. outline: none;
  259. font-size: 12px;
  260. margin-left: 15px;
  261. border: 0;
  262. border-radius: 3px;
  263. box-sizing: border-box;
  264. }
  265. .wh_btn {
  266. width: 80%;
  267. text-align: center;
  268. padding-top: 20px;
  269. margin: 0 auto;
  270. margin-bottom: 30px;
  271. }
  272. .cx {
  273. display: block;
  274. }
  275. /*超时*/
  276. .overTime {
  277. width: 15px;
  278. height: 15px;
  279. border-radius: 50%;
  280. background: #e43926;
  281. margin: 0 auto;
  282. }
  283. .Ctime {
  284. width: 20px;
  285. height: 20px;
  286. /*border-radius: 50%;*/
  287. background:url(../../img/qigan.png) no-repeat;
  288. margin: 0 auto;
  289. }
  290. .Closed {
  291. font-size: 30px;
  292. float: right;
  293. position: relative;
  294. top: -12px;
  295. right: 5px;
  296. cursor: pointer;
  297. }
  298. .warning{
  299. color: #eea236;
  300. }
  301. .primary{
  302. color: #1ab394;
  303. }
  304. .defauli{
  305. color:#bababa;
  306. }
  307. .plasechoce{
  308. margin: 0;
  309. padding-left: 10px;
  310. padding-top: 5px;
  311. }
  312. .plasechoce:hover{
  313. background: #ebebeb;
  314. }
  315. .tool_downs {
  316. padding: 0;
  317. margin: 0;
  318. }
  319. .tool_downs li {
  320. float: none;
  321. display: inline-block;
  322. }
  323. .tool_downs li .aBtn {
  324. color: #337ab7;
  325. width: auto;
  326. padding: 0 3px;
  327. display: inline-block;
  328. font-size: 14px;
  329. }
  330. /* 时间输入框宽度 */
  331. .search_time {
  332. width: 228px!important;
  333. }
  334. /* 搜索导出按钮 */
  335. .btn-position{
  336. float: right
  337. }
  338. /*
  339. 附件
  340. */
  341. .img-box {
  342. float: left;
  343. width: 120px;
  344. height: 120px;
  345. background-size: 100% 100%;
  346. display: inline-block;
  347. position: relative;
  348. border-radius: 5px;
  349. margin-right: 10px;
  350. border: solid 1px #e8e8e8;
  351. cursor: pointer;
  352. text-align: center;
  353. line-height: 120px
  354. }
  355. .img-box .img_mask {
  356. display: none;
  357. position: absolute;
  358. left: 0;
  359. top: 0;
  360. background-color: rgba(0, 0, 0, .3);
  361. width: 100%;
  362. height: 22px;
  363. z-index: 5;
  364. }
  365. .image-item {
  366. width: 120px;
  367. height: 120px;
  368. background-size: 100% 100%;
  369. display: inline-block;
  370. position: relative;
  371. border-radius: 5px;
  372. margin-right: 10px;
  373. cursor: pointer;
  374. }
  375. .img-box .img_mask i {
  376. position: absolute;
  377. right: 5px;
  378. top: 5px;
  379. display: inline-block;
  380. width: 13px;
  381. height: 12px;
  382. cursor: pointer;
  383. color: #fff;
  384. }
  385. .img-box:hover .img_mask {
  386. display: block;
  387. }
  388. .img_filename{
  389. font-size: 14px;
  390. /* display: block; */
  391. width: 100%;
  392. height: calc(100% - 22px);
  393. }
  394. .layui-layer-imguide {
  395. display: block !important;
  396. }
  397. .layui-layer-photos .layui-layer-phimg {
  398. height: 100%;
  399. }
  400. .layui-layer-photos .layui-layer-phimg img {
  401. height: 100%;
  402. }