Nav apraksta

Search.css 6.3KB

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