开封利通水务前端

init.css 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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. border-bottom: 1px solid #dadada;
  12. background: #fefefe;
  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. .daoHang .dhLeft .nowPosition {
  36. color: #000;
  37. }
  38. /*导航样式结束*/
  39. /*公共样式*/
  40. .btns {
  41. display: inline-block;
  42. line-height: 20px;
  43. background: #1ab394;
  44. color: #fff;
  45. padding: 6px 10px;
  46. outline: none;
  47. font-size: 12px;
  48. margin-left: 15px;
  49. border: 0;
  50. border-radius: 3px;
  51. box-sizing: border-box;
  52. }
  53. .clearfix:after {
  54. content: "";
  55. display: block;
  56. clear: both;
  57. }
  58. .toolBox {
  59. width: 100%;
  60. padding: 10px 15px 0px 15px;
  61. background-color: #ffffff;
  62. margin-bottom: 15px;
  63. }
  64. .th-bar {
  65. padding: 10px 15px 20px 15px;
  66. }
  67. .toolBox .form-group {
  68. margin: 0;
  69. margin-bottom: 10px;
  70. }
  71. .toolLeft {
  72. float: left;
  73. }
  74. .toolRight {
  75. float: right;
  76. }
  77. .model {
  78. position: fixed;
  79. top: 0;
  80. right: 0;
  81. bottom: 0;
  82. left: 0;
  83. height: 100%;
  84. width: 100%;
  85. background: rgba(0, 0, 0, 0.48);
  86. z-index: 100;
  87. display: none;
  88. }
  89. .delModel .box {
  90. width: 23%;
  91. }
  92. .box {
  93. width: 55%;
  94. margin: 0 auto;
  95. margin-top: 5%;
  96. }
  97. .box .btop {
  98. height: 35px;
  99. background: #1ab394;
  100. color: #fff;
  101. line-height: 35px;
  102. padding: 0 15px;
  103. /*margin-bottom: 15px;*/
  104. }
  105. .box .btop p.btl {
  106. float: left;
  107. margin: 0;
  108. }
  109. .box .btop p.btr {
  110. float: right;
  111. cursor: pointer;
  112. margin: 0;
  113. font-size: 20px;
  114. }
  115. .box>input {
  116. display: block;
  117. height: 34px;
  118. padding: 6px 12px;
  119. font-size: 14px;
  120. line-height: 1.42857143;
  121. color: #555;
  122. background-color: #fff;
  123. background-image: none;
  124. border: 1px solid #ccc;
  125. border-radius: 4px;
  126. margin: 35px auto;
  127. }
  128. .boxCon {
  129. width: 100%;
  130. background: #fff;
  131. text-align: center;
  132. padding: 10px 15px;
  133. height: auto;
  134. overflow-y: auto;
  135. }
  136. .boxCon>div {
  137. padding: 15px 0;
  138. }
  139. .boxCon table {
  140. width: 100%;
  141. }
  142. .boxCon table th {
  143. padding: 5px 8px 5px 0;
  144. text-align: right;
  145. width: 32%;
  146. }
  147. .boxCon table td {
  148. padding: 6px 0 5px 10px;
  149. text-align: left;
  150. color: #717171;
  151. line-height: 200%;
  152. }
  153. .boxCon table td textarea {
  154. width: 70%;
  155. vertical-align: middle;
  156. resize: none;
  157. }
  158. .boxCon table td>input[type="text"],
  159. .boxCon table td>input[type="password"] {
  160. height: 27px;
  161. }
  162. .kong {
  163. display: none;
  164. vertical-align: middle;
  165. margin-left: 3px;
  166. }
  167. .RemoveC a {
  168. display: block;
  169. margin-bottom: 10px;
  170. }
  171. .time-box {
  172. position: relative;
  173. }
  174. i.tub {
  175. position: absolute;
  176. right: 11px;
  177. top: 8px;
  178. font-size: 18px;
  179. color: #1ab494;
  180. }
  181. .tub+input {
  182. padding-right: 30px;
  183. }
  184. .topCon {
  185. float: right;
  186. margin-right: 45px;
  187. }
  188. .treeCon {
  189. height: 90%;
  190. border: 1px solid #ebebeb;
  191. overflow-y: auto;
  192. }
  193. .trTitle {
  194. width: 100%;
  195. height: 34px;
  196. line-height: 34px;
  197. border-bottom: 1px solid #ebebeb;
  198. color: red;
  199. font-weight: 700;
  200. margin-bottom: 15px;
  201. }
  202. .trTitle .fa {
  203. font-size: 16px;
  204. }
  205. .toolBar {
  206. padding: 15px 0;
  207. border-bottom: 1px solid #ccc;
  208. }
  209. .toolBar input {
  210. width: 128px;
  211. padding: 2px 2PX 2PX 10PX;
  212. height: 27px;
  213. border: 1px solid #ebebeb;
  214. outline: none;
  215. vertical-align: middle;
  216. }
  217. .treeTable {
  218. margin-bottom: 20px;
  219. }
  220. .tree {
  221. height: 100%;
  222. }
  223. a.aBtn {
  224. color: #337ab7;
  225. width: auto;
  226. padding: 0 3px;
  227. display: inline-block;
  228. font-size: 10px;
  229. }
  230. .time-box .search_time{
  231. width: 230px;
  232. }
  233. .login_log{
  234. margin-top: 20px;
  235. }
  236. .wrapper .hide_btn{
  237. display: none;
  238. }
  239. .workOrderEnd .radio-inline input[type=radio]{
  240. margin-top: 3px;
  241. }