Нет описания

init.css 4.8KB

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