虞城12345_前端

init.css 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. /*导航样式开始*/
  2. .syIcon {
  3. display: inline-block;
  4. background: url(../img/syIcon.png) no-repeat;
  5. height: 20px;
  6. width: 20px;
  7. vertical-align: middle;
  8. }
  9. .daoHang {
  10. padding: 15px;
  11. background-color: #fefefe;
  12. border-bottom: 1px solid #dadada;
  13. }
  14. .daoHang .dhLeft{
  15. float: left;
  16. }
  17. .daoHang .dhLeft a {
  18. font-size: 14px;
  19. color: #999;
  20. }
  21. .dhLeft {
  22. font-size: 14px;
  23. color: #999;
  24. }
  25. .dhLeft a {
  26. font-size: 14px;
  27. color: #999;
  28. }
  29. .daoHang .dhRight{
  30. float: right;
  31. color: #1ab394;
  32. font-size: 18px;
  33. cursor: pointer;
  34. }
  35. .nowPosition{
  36. color: #01a1cb!important;
  37. }
  38. /*导航样式结束*/
  39. /*公共样式*/
  40. .btns {
  41. background: #00a0cd;
  42. color: #fff;
  43. padding: 6px 10px;
  44. outline: none;
  45. font-size: 12px;
  46. margin-left: 15px;
  47. border: 0;
  48. border-radius: 3px;
  49. box-sizing: border-box;
  50. cursor: pointer;
  51. vertical-align: middle;
  52. }
  53. .export.btns {
  54. padding: 7px 10px;
  55. }
  56. .clearfix:after {
  57. content: "";
  58. display: block;
  59. clear: both;
  60. }
  61. div.form-inline div.form-group {
  62. margin-top: 6px;
  63. margin-bottom: 6px;
  64. }
  65. .th-top {
  66. width: 100%;
  67. padding: 5px;
  68. background-color: #ffffff;
  69. margin-bottom: 15px;
  70. }
  71. .th-bar{
  72. padding: 3px 15px 0 15px;
  73. }
  74. .tub + input {
  75. padding-right: 30px;
  76. }
  77. .toolBar {
  78. padding: 15px 0;
  79. border-bottom: 1px solid #ccc;
  80. margin-bottom: 25px;
  81. padding-right: 45px;
  82. }
  83. .toolLeft {
  84. float: left;
  85. }
  86. .toolRight {
  87. float: right;
  88. }
  89. .toolBar input {
  90. width: 128px;
  91. padding: 2px 2PX 2PX 10PX;
  92. height: 27px;
  93. border: 1px solid #ebebeb;
  94. /*color: #1ab394;*/
  95. outline: none;
  96. vertical-align: middle;
  97. }
  98. .model {
  99. position: fixed;
  100. top: 0;
  101. right: 0;
  102. bottom: 0;
  103. left: 0;
  104. height: 100%;
  105. width: 100%;
  106. background: rgba(0, 0, 0, 0.48);
  107. z-index: 100;
  108. display: none;
  109. }
  110. .delModel .box {
  111. width: 23%;
  112. }
  113. .box {
  114. width: 55%;
  115. margin: 0 auto;
  116. margin-top: 5%;
  117. }
  118. .box .btop {
  119. height: 35px;
  120. background: #1ab394;
  121. color: #fff;
  122. line-height: 35px;
  123. padding: 0 15px;
  124. /*margin-bottom: 15px;*/
  125. }
  126. .box .btop p.btl {
  127. float: left;
  128. margin: 0;
  129. }
  130. .box .btop p.btr {
  131. float: right;
  132. cursor: pointer;
  133. margin: 0;
  134. font-size: 20px;
  135. }
  136. .box>input {
  137. display: block;
  138. height: 34px;
  139. padding: 6px 12px;
  140. font-size: 14px;
  141. line-height: 1.42857143;
  142. color: #555;
  143. background-color: #fff;
  144. background-image: none;
  145. border: 1px solid #ccc;
  146. border-radius: 4px;
  147. margin: 35px auto;
  148. }
  149. .boxCon {
  150. width: 100%;
  151. background: #fff;
  152. text-align: center;
  153. padding: 10px 15px;
  154. height: auto;
  155. overflow-y: auto;
  156. }
  157. .boxCon>div {
  158. padding: 15px 0;
  159. }
  160. .boxCon table {
  161. width: 100%;
  162. }
  163. .boxCon table th {
  164. padding: 5px 8px 5px 0;
  165. text-align: right;
  166. width: 32%;
  167. }
  168. .boxCon table td {
  169. padding: 6px 0 5px 10px;
  170. text-align: left;
  171. color: #717171;
  172. line-height: 200%;
  173. }
  174. .boxCon table td textarea {
  175. width: 70%;
  176. vertical-align: middle;
  177. resize: none;
  178. }
  179. .boxCon table td>input[type="text"] {
  180. height: 27px;
  181. }
  182. .kong {
  183. display: none;
  184. vertical-align: middle;
  185. margin-left: 3px;
  186. }
  187. .Importent {
  188. color: #fe6604;
  189. }
  190. .layui-layer-title {
  191. background: #00a1cb;
  192. }
  193. .table-head table thead {
  194. width: calc( 100% - 5px)
  195. }
  196. .table-body{width:100%; height:515px;overflow-y:scroll;overflow-x: scroll;}
  197. .table-head table,.table-body table{width:100%;}
  198. .table-head{
  199. background: #00a0cd;
  200. }
  201. /*公共弹框样式*/
  202. .Common {
  203. width: 100%;
  204. background: #fff;
  205. text-align: center;
  206. padding: 10px 15px;
  207. height: auto;
  208. overflow-y: auto;
  209. }
  210. .Common table {
  211. width: 100%;
  212. }
  213. .Common table th {
  214. padding: 5px 8px 5px 0;
  215. text-align: right;
  216. width: 20%;
  217. }
  218. .Common table td {
  219. padding: 6px 0 5px 10px;
  220. text-align: left;
  221. color: #717171;
  222. line-height: 200%;
  223. }
  224. .Common table td textarea {
  225. width: 100%;
  226. vertical-align: middle;
  227. resize: none;
  228. outline: none;
  229. }
  230. .select_ {
  231. width: 150px;
  232. background-color: #FFF;
  233. background-image: none;
  234. border: 1px solid #ccc;
  235. border-radius: 1px;
  236. color: inherit;
  237. padding: 6px 12px;
  238. outline: none;
  239. vertical-align: middle;
  240. }
  241. .Common span{
  242. background-image: none;
  243. border: 1px solid #ccc;
  244. border-radius: 1px;
  245. color: inherit;
  246. padding: 6px 12px
  247. }
  248. .btn_box{
  249. margin-top: 30px;
  250. }
  251. .imgs a{
  252. margin-right: 5px;
  253. }
  254. .input_{
  255. width: 128px;
  256. padding: 2px 2PX 2PX 10PX;
  257. height: 27px;
  258. border: 1px solid #ebebeb;
  259. outline: none;
  260. vertical-align: middle;
  261. }
  262. .Hidens{
  263. display: none;
  264. }
  265. .xg{
  266. margin-right: 5px;
  267. }
  268. /*修改 手机客户端管理弹出框导航颜色*/
  269. .model .box .btop {
  270. background-color: #00A1CB;
  271. }
  272. .Reds{
  273. color:#ed5565;
  274. }
  275. .Greens{
  276. color: #46be8a;
  277. }
  278. .Yellows{
  279. color: #FF9800;
  280. }
  281. /*工单上传附件*/
  282. .files{
  283. display: inline-block;
  284. background: #666;
  285. color: #fff!important;
  286. font-size: 12px;
  287. padding: 0 5px!important;
  288. border: 0!important;
  289. margin-left: 8px!important;
  290. margin-bottom: 3px;
  291. }
  292. .files i{
  293. margin-left: 3px;
  294. color: #a9a5a5;
  295. cursor: pointer;
  296. }
  297. .files:hover i{
  298. color: #fff;
  299. }
  300. #scwj{
  301. padding: 0 12px!important;
  302. outline: none;
  303. }
  304. #scwj:hover{
  305. background: #03a0cb;
  306. color: #fff;
  307. transition: .25s;
  308. }
  309. .fileBox{
  310. display: inline-block;
  311. }
  312. /*按钮框*/
  313. /*.th-box{
  314. width: 100%;
  315. padding: 5px;
  316. background-color: #ffffff;
  317. margin-bottom: 15px;
  318. }*/
  319. /*.btn_gray {
  320. font-size: 14px;
  321. margin: 0 3px;
  322. box-sizing: border-box;
  323. padding: 6px 10px;
  324. outline: none;
  325. background-color: #ffffff;
  326. color: #1ab394;
  327. border: 1px solid #f1f1f1;
  328. border-radius: 4px;
  329. }*/
  330. /*时间选择框*/
  331. .time-box{
  332. position: relative;
  333. }
  334. i.tub {
  335. position: absolute;
  336. right: 11px;
  337. top: 8px;
  338. font-size: 18px;
  339. color: #039fcd;
  340. }