Нет описания

init.css 5.5KB

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