Sin descripción

Search.css 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. body {
  2. font-family: "微软雅黑";
  3. font-size: 15px;
  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 li {
  44. margin-right: 5px;
  45. float: left;
  46. }
  47. .photo {
  48. background-color: #FFF;
  49. background-image: none;
  50. border: 1px solid #e5e6e7 !important;
  51. border-radius: 1px;
  52. color: inherit;
  53. padding: 6px 12px;
  54. height: 34px !important;
  55. }
  56. .selects {
  57. background-color: #FFF;
  58. background-image: none;
  59. border: 1px solid #e5e6e7;
  60. border-radius: 1px;
  61. color: inherit;
  62. padding: 6px 12px;
  63. }
  64. #Select:focus {
  65. outline: none;
  66. border-color: #00BFFF;
  67. }
  68. input:focus {
  69. outline: none;
  70. border-color: #00BFFF;
  71. }
  72. .spiner-example {
  73. position: absolute;
  74. top: 50%;
  75. left: 50%;
  76. z-index: 111;
  77. margin-left: -85px;
  78. margin-top: -100px;
  79. display: none;
  80. }
  81. .sk-spinner-three-bounce {
  82. width: 170px !important;
  83. }
  84. .sk-spinner p {
  85. display: inline-block;
  86. font-size: 18px;
  87. margin-left: 10px;
  88. }
  89. #goods tr th {
  90. text-align: center;
  91. }
  92. #goods td {
  93. text-align: center;
  94. }
  95. .max_width li {
  96. width: 50%;
  97. margin: 10px 0;
  98. }
  99. .gjsu label {
  100. width: 100px;
  101. margin-right: 10px;
  102. text-align: right;
  103. }
  104. .add_time {
  105. text-align: center;
  106. margin-bottom: 20px;
  107. }
  108. .imgs {
  109. color: rgb(0, 128, 0);
  110. cursor: pointer;
  111. }
  112. .imgs a:hover {
  113. color: #e43926;
  114. }
  115. .ckxq ul li {
  116. padding: 5px 15px;
  117. cursor: pointer;
  118. }
  119. .Active {
  120. background: #1ab394;
  121. color: #FFFFFF;
  122. }
  123. /*.gdxq_title{
  124. background-image: none;
  125. background-color: #68b0fe;
  126. border-bottom: 1px solid #D6D6D6;
  127. color:#FFFFFF;
  128. font-size: 14px;
  129. font-weight: bold;
  130. height: 28px;
  131. line-height: 28px;padding-left: 15px;
  132. }*/
  133. .tbodys th {
  134. text-align: right;
  135. /*background: rgb(214,236,255);*/
  136. }
  137. .tbodys td {
  138. text-align: left;
  139. }
  140. .tbodys input {
  141. background-color: #FFF;
  142. background-image: none;
  143. border-radius: 1px;
  144. color: inherit;
  145. padding: 1px 6px;
  146. border: 1px solid #d7d7d7;
  147. }
  148. .Hidens {
  149. display: none;
  150. }
  151. textarea {
  152. border: 1px solid #d7d7d7;
  153. outline: none;
  154. resize: none;
  155. width: 100%;
  156. height: 100px;
  157. }
  158. .ckxq {
  159. padding: 5px;
  160. border: 1px solid #e5e6e7;
  161. }
  162. .ckxq_ul {
  163. margin-top: 10px;
  164. }
  165. #gdxq_table>tbody>tr>th {
  166. padding: 4px;
  167. width: 100px;
  168. }
  169. #gdxq_table>tbody>tr>td {
  170. padding: 4px;
  171. width: 200px;
  172. }
  173. ._table1>tbody>tr>th {
  174. text-align: right;
  175. padding: 4px !important;
  176. }
  177. ._table1>tbody>tr>td {
  178. padding: 4px !important;
  179. }
  180. .t-shade {
  181. position: fixed;
  182. top: 0;
  183. left: 0;
  184. width: 100%;
  185. height: 100%;
  186. background: rgba(0, 0, 0, 0.48);
  187. z-index: 10004;
  188. display: none;
  189. }
  190. .shade_k {
  191. z-index: 10005;
  192. width: 80%;
  193. margin: 2% auto;
  194. background-color: #fff;
  195. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  196. display: none;
  197. border-radius: 5px;
  198. }
  199. .shade_title {
  200. padding: 0 80px 0 20px;
  201. height: 42px;
  202. line-height: 42px;
  203. border-bottom: 1px solid #eee;
  204. font-size: 16px;
  205. color: #FFFFFF;
  206. overflow: hidden;
  207. background-color: #1ab394;
  208. border-radius: 2px 2px 0 0;
  209. position: relative;
  210. border-top-left-radius: 5px;
  211. border-top-right-radius: 5px;
  212. }
  213. .setwin {
  214. position: absolute;
  215. right: 15px;
  216. top: 5px;
  217. font-size: 0;
  218. line-height: initial;
  219. }
  220. .setwin a {
  221. position: relative;
  222. width: 16px;
  223. height: 16px;
  224. font-size: 20px;
  225. color: #fff;
  226. }
  227. .shade_content {
  228. overflow-y: auto;
  229. position: relative;
  230. padding-bottom: 50px;
  231. }
  232. .sa_title {
  233. padding-left: 20px;
  234. height: 35px;
  235. line-height: 35px;
  236. border-bottom: 1px solid #D7D7D7;
  237. }
  238. .wh_btn input {
  239. background: #1ab394;
  240. color: #fff;
  241. padding: 6px 10px;
  242. outline: none;
  243. font-size: 12px;
  244. margin-left: 15px;
  245. border: 0;
  246. border-radius: 3px;
  247. box-sizing: border-box;
  248. }
  249. .wh_btn {
  250. width: 80%;
  251. text-align: center;
  252. padding-top: 20px;
  253. margin: 0 auto;
  254. margin-bottom: 30px;
  255. }
  256. .cx {
  257. display: block;
  258. }
  259. /*延时*/
  260. .overTime {
  261. width: 15px;
  262. height: 15px;
  263. border-radius: 50%;
  264. background: #e43926;
  265. margin: 0 auto;
  266. }
  267. .Ctime {
  268. width: 15px;
  269. height: 15px;
  270. border-radius: 50%;
  271. background: #1ab395;
  272. margin: 0 auto;
  273. }
  274. .warning {
  275. color: #eea236;
  276. }
  277. .primary {
  278. color: #1ab394;
  279. }
  280. .defauli {
  281. color: #bababa;
  282. }