style.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. @charset "utf-8";
  2. /*=========================Reset_start==========================*/
  3. body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
  4. html,body{font-family:"Microsoft YaHei","SimSun","Arail","Tabhoma";text-align: left;}
  5. ul,ol{list-style: none;}
  6. body{background: #f6f6f6;}
  7. img{border: 0 none;}
  8. input,select,textarea{outline:0;}
  9. textarea{resize:none; overflow: auto;}
  10. table{border-collapse: collapse; border-spacing: 0;}
  11. th,strong,var,em{font-weight: normal; font-style: normal;}
  12. a{text-decoration: none;}
  13. a:link{color:#479eff;}
  14. a:visited{color:#479eff;}
  15. a:hover{}
  16. /*a:hover{text-decoration:underline;}*/
  17. /*a:active{color:#07780e;}*/
  18. *{margin: 0; padding: 0;}
  19. .clear:after{
  20. content: '';
  21. display: block;
  22. clear: both;
  23. }
  24. .box{
  25. max-width: 1400px;
  26. height: 100%;
  27. margin: 0 auto;
  28. overflow: hidden;
  29. padding: 20px 0;
  30. background: #fff;
  31. }
  32. .title{
  33. padding: 12px 0;
  34. width: 100%;
  35. margin: 20px 0 50px 0;
  36. font-size: 18px;
  37. color: #fff;
  38. text-align: center;
  39. background: #3ea2ee;
  40. }
  41. .content{
  42. padding: 0 15px;
  43. }
  44. .content_width{
  45. max-width:100% !important;
  46. padding: 0 !important;
  47. }
  48. .line{
  49. width: 100%;border-bottom: 1px solid #dfdfdf;margin-bottom: 20px;
  50. }
  51. .person_search{
  52. width: 100%;
  53. height: auto;
  54. overflow: hidden;
  55. background: #fff;
  56. margin:20px 0;
  57. padding-bottom: 10px;
  58. border-radius: 5px;
  59. -webkit-border-radius: 5px;
  60. -moz-border-radius: 5px;
  61. }
  62. .search_input{
  63. /*width: 200px;*/
  64. height:35px;
  65. line-height: 35px;
  66. margin: 15px 10px 0 0;
  67. float: left;
  68. }
  69. .search_input span{
  70. margin-left: 15px;
  71. font-size: 13px;
  72. color: #666;
  73. display: inline-block;
  74. float: left;
  75. }
  76. .search_input input{
  77. /*width: 1%;*/
  78. width:180px;
  79. height: 35px;
  80. border: 1px solid #dfdfdf;
  81. border-radius: 3px !important;
  82. padding: .0rem .75rem;
  83. font-size: 13px;
  84. color: #dfdfdf !important;
  85. line-height: 35px;
  86. display: inline-block;
  87. }
  88. .search_submit{
  89. margin: 15px 5px 0 0;
  90. }
  91. .search_input .search_btn{
  92. width: 80px;
  93. height: 35px;
  94. font-size: 13px;
  95. background: #3ea2ee;
  96. border: none;
  97. border-radius: 3px;
  98. padding: .0rem .75rem;
  99. margin-left: 15px;
  100. line-height: 1.0;
  101. margin-bottom: 0.4rem;
  102. }
  103. .search_submit input[type='button']{
  104. width: 80px;
  105. height: 35px;
  106. font-size: 13px;
  107. background: #3ea2ee;
  108. border: none;
  109. border-radius: 3px;
  110. padding: .0rem .75rem;
  111. margin-left: 15px;
  112. line-height: 1.0;
  113. }
  114. .search_submit input[type='reset']{
  115. width: 80px;
  116. height: 35px;
  117. color: #3ea2ee;
  118. font-size: 13px;
  119. background: none;
  120. border: 1px solid #3ea2ee;
  121. border-radius: 3px;
  122. padding: .0rem .75rem;
  123. line-height: 1.0;
  124. }
  125. .modal-footer{
  126. margin-top: 30px;
  127. text-align: center !important;
  128. }
  129. .modal-footer button:nth-child(1){
  130. color: #3ea2ee;
  131. border: 1px solid #3ea2ee;
  132. }
  133. .modal-footer button:nth-child(2){
  134. color: #fff;
  135. background: #3ea2ee !important;
  136. }
  137. .modal-footer button:nth-child(2):hover{
  138. color: #fff;
  139. background: #3ea2ee !important;
  140. }
  141. -moz-input-placeholder {
  142. color: #666666 !important;
  143. font-size: 12px;
  144. }
  145. -webkit-input-placeholder {
  146. color: #dfdfdf !important;
  147. font-size: 12px;
  148. }
  149. -o-input-placeholder {
  150. color: #666666 !important;
  151. font-size: 12px;
  152. }
  153. -ms-input-placeholder {
  154. color: #666666 !important;
  155. font-size: 12px;
  156. }
  157. .person_content{
  158. width: 100%;
  159. height: auto;
  160. background: #fff;
  161. padding: 15px 15px;
  162. border-radius: 5px;
  163. -webkit-border-radius: 5px;
  164. -moz-border-radius: 5px;
  165. }
  166. .table th{
  167. border-top: 1px solid #f0f0f0 !important;
  168. border-bottom: 1px solid #f0f0f0 !important;
  169. color: #595e66 !important;
  170. /*background: #e3f3ff;
  171. background: #f7f7f7;*/
  172. background: #f5f7fa;
  173. font-size: 13px;
  174. text-align: center;
  175. font-weight: 600 !important;
  176. }
  177. .table td{
  178. color: #61666e;
  179. font-size: 12px;
  180. text-align: center;
  181. border-bottom: 1px solid #f0f0f0 !important;
  182. }
  183. .table tr:hover{
  184. background: #f5f7fa !important;
  185. }
  186. .table input{
  187. width:80px;
  188. height: 32px;
  189. border: 1px solid #dfdfdf;
  190. border-radius: 3px !important;
  191. padding: .0rem .75rem;
  192. font-size: 13px;
  193. color: #666 !important;
  194. line-height: 32px;
  195. display: inline-block;
  196. }
  197. /*弹窗的单元格*/
  198. #xztb tr td{
  199. background: #fff;
  200. padding: 0.25 !important;
  201. }
  202. #xztb tr td input{
  203. width:100% !important;
  204. padding: 0 0.5rem;
  205. height: 35px;
  206. }
  207. #xztb tr .tb_bg{
  208. background: #f5f7fa;
  209. }
  210. .save{
  211. margin-right:10px;
  212. color: #479eff;
  213. }
  214. .edit{
  215. margin-right:10px;
  216. color: #479eff;
  217. }
  218. .save_none{
  219. display:none;
  220. color: #479eff;
  221. margin-right:10px;
  222. }
  223. .edit_none{
  224. display:none;
  225. color: #479eff;
  226. margin-right:10px;
  227. }
  228. .del{
  229. color: #479eff;
  230. }
  231. .export{
  232. margin-bottom: 16px;
  233. height: 25px;
  234. line-height: 25px;
  235. float: left;
  236. }
  237. .export img{
  238. width: 16px;
  239. height: 16px;
  240. margin-right:6px;
  241. }
  242. .export span{
  243. padding-top:2px !important;
  244. }
  245. /*.export button{
  246. color:#479eff;
  247. background: none;
  248. border: none;
  249. opacity: 0.9;
  250. }*/
  251. .modal_position{
  252. margin: 10.00rem auto !important;
  253. }
  254. .export button{
  255. color:#3ea2ee;
  256. /*background: #3ea2ee;*/
  257. background: none !important;
  258. border: none;
  259. opacity: 0.9;
  260. height: 35px;
  261. line-height: 1.5rem;
  262. border-radius: 3px;
  263. text-align: center;
  264. margin-right: 10px;
  265. }
  266. .export button:hover{
  267. color: #3ea2ee;
  268. /*background: #3ea2ee;*/
  269. opacity: 1;
  270. }
  271. .container_width{
  272. max-width: 100%;
  273. padding: 0 70px;
  274. }
  275. /*页码设置*/
  276. .page {
  277. float: right;
  278. margin: 3px 46px 0 0;
  279. }
  280. .pagination {
  281. display: -webkit-box;
  282. display: -ms-flexbox;
  283. display: flex;
  284. padding-left: 0;
  285. list-style: none;
  286. border-radius: .25rem;
  287. }
  288. .page ol li.page_one a {
  289. display: inline-block;
  290. width: 24px;
  291. height: 24px;
  292. float: left;
  293. color: #61666e;
  294. padding: 0 !important;
  295. line-height: 24px;
  296. text-align: center;
  297. border-radius: 2px;
  298. -webkit-border-radius: 2px;
  299. -moz-border-radius: 2px;
  300. }
  301. .page-link:not(:disabled):not(.disabled) {
  302. cursor: pointer;
  303. }
  304. .page-link {
  305. position: relative;
  306. display: block;
  307. padding: .5rem .75rem;
  308. margin-left: 10px !important;
  309. line-height: 1.25;
  310. color: #007bff;
  311. background-color: #fff;
  312. border: 1px solid #dee2e6;
  313. }
  314. .page_two span {
  315. color: #666;
  316. font-size: 14px;
  317. margin-left: 15px;
  318. }
  319. .page_two input {
  320. width: 48px;
  321. height: 24px;
  322. margin: 0 8px;
  323. padding-left: 6px;
  324. border: 1px solid #dfdfdf;
  325. border-radius: 2px;
  326. -webkit-border-radius: 2px;
  327. -moz-border-radius: 2px;
  328. }
  329. /*弹窗设置*/
  330. .add_person {
  331. height: 32px !important;
  332. margin-bottom: 1.5rem;
  333. }
  334. .add_person span {
  335. display: inline-block;
  336. width: auto;
  337. color: #666;
  338. font-size: 14px;
  339. height: 32px;
  340. line-height: 32px;
  341. }
  342. .add_person .col-3 {
  343. padding-left: 0px;
  344. float: left;
  345. }
  346. .add_person .col-9 {
  347. padding-left: 0px;
  348. float: left;
  349. }
  350. .form-control {
  351. display: block;
  352. width: 100%;
  353. padding: .375rem .75rem;
  354. font-size: 1rem;
  355. line-height: 1.5;
  356. color: #495057;
  357. background-color: #fff;
  358. background-clip: padding-box;
  359. border: 1px solid #ced4da;
  360. border-radius: .25rem;
  361. transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  362. }
  363. .add_person .col-9 .col-6 .form-check {
  364. margin-bottom: 1rem;
  365. }
  366. .form-check {
  367. margin-right: 1rem;
  368. color: #666;
  369. font-size: 12px;
  370. height: 35px;
  371. line-height: 35px;
  372. }
  373. .bootbox{background: rgba(0,0,0,0.5);}
  374. #Ktext{color: #3ea2ee !important;}