暂无描述

init.css 5.6KB

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