开封利通水务前端

zhishiku.css 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. .toolBar {
  2. padding: 15px 0;
  3. border-bottom: 1px solid #ccc;
  4. }
  5. .boxCon table th {
  6. width: 20%;
  7. }
  8. .boxCon table td textarea {
  9. width: 86%;
  10. }
  11. .inpBox {
  12. height: 24px;
  13. width: 86%;
  14. display: inline-block;
  15. position: relative;
  16. vertical-align: middle;
  17. }
  18. .inps1,
  19. .inps4 {
  20. width: 100%;
  21. height: 24px;
  22. outline: none;
  23. border: 0;
  24. border-image-width: 0;
  25. padding: 0;
  26. padding-left: 3px;
  27. }
  28. .changeTitle,
  29. .changeKey,
  30. .addTitle,
  31. .addKey {
  32. width: 86%;
  33. }
  34. .boxCon input[type="text"],
  35. .boxCon textarea {
  36. outline: none;
  37. border: none;
  38. border: 1px solid #ccc;
  39. padding: 6px;
  40. }
  41. .boxCon textarea:focus,
  42. .boxCon input[type="text"]:focus {
  43. outline: none!important;
  44. border-color: #1ab394!important;
  45. }
  46. .xl {
  47. display: inline-block;
  48. background: url(../../img/dropDown.png) no-repeat;
  49. height: 100%;
  50. background-position: center center;
  51. width: 20px;
  52. position: absolute;
  53. right: 0;
  54. top: 1px;
  55. background-color: #f7bc8b;
  56. cursor: pointer;
  57. }
  58. .xl:hover {
  59. background-color: #e6d523;
  60. }
  61. .addTree {
  62. background: #fff;
  63. position: absolute;
  64. width: 100%;
  65. border: 1px solid darkgrey;
  66. right: 0;
  67. top: 26px;
  68. display: none;
  69. height: 220px;
  70. z-index: 6;
  71. overflow-y: auto;
  72. }
  73. .treeTable {
  74. height: 400px;
  75. /*overflow-y: auto;*/
  76. }
  77. .tree {
  78. height: 100%;
  79. }
  80. .trTitle {
  81. width: 100%;
  82. height: 34px;
  83. line-height: 34px;
  84. border-bottom: 1px solid #ebebeb;
  85. color: red;
  86. font-weight: 700;
  87. margin-bottom: 15px;
  88. }
  89. .treeCon {
  90. height: 90%;
  91. border: 1px solid #ebebeb;
  92. overflow-y: auto
  93. }
  94. .ztree li {
  95. width: 100%;
  96. overflow: hidden;
  97. white-space: nowrap;
  98. text-overflow: ellipsis;
  99. }
  100. .content {
  101. cursor: pointer;
  102. }
  103. .content:hover {
  104. color: #1ab394;
  105. }
  106. .help-block {
  107. display: inline-block;
  108. }
  109. .file_imgs {
  110. padding: 10px 5px;
  111. list-style: none;
  112. margin-bottom: 60px;
  113. margin-left: -15px;
  114. }
  115. .file_imgs li {
  116. float: left;
  117. position: relative;
  118. width: 160px;
  119. height: 130px;
  120. margin-left: 10px;
  121. margin-right: 10px;
  122. margin-bottom: 40px;
  123. padding-top: 0;
  124. padding-bottom: 0;
  125. }
  126. .file_imgs li:hover .img_mask {
  127. display: block;
  128. }
  129. .file_imgs .img_mask {
  130. display: none;
  131. position: absolute;
  132. left: 0;
  133. top: 0;
  134. background-color: rgba(0, 0, 0, .3);
  135. width: 100%;
  136. height: 22px;
  137. z-index: 1;
  138. }
  139. .file_imgs .img_mask i {
  140. position: absolute;
  141. right: 5px;
  142. top: 5px;
  143. display: inline-block;
  144. width: 13px;
  145. height: 12px;
  146. cursor: pointer;
  147. background: url(../../img/file_img_icons.png) no-repeat 0 0;
  148. }
  149. .file_imgs .file_name {
  150. width: 100%;
  151. display: inline-block;
  152. text-align: center;
  153. /*overflow: hidden;
  154. text-overflow: ellipsis;
  155. white-space: nowrap;*/
  156. word-break: break-all;
  157. padding-top: 8px;
  158. }
  159. .file_imgs li img {
  160. width: 100%;
  161. height: 100%;
  162. border: 0;
  163. vertical-align: middle;
  164. }
  165. .file_imgs .upload-state-done .img_state {
  166. display: block;
  167. position: absolute;
  168. right: 0;
  169. bottom: 7px;
  170. width: 0;
  171. height: 0;
  172. border-bottom: 40px solid #01b2fe;
  173. border-left: 40px solid transparent;
  174. overflow: inherit;
  175. }
  176. .file_imgs .img_state i {
  177. position: absolute;
  178. right: 4px;
  179. bottom: -32px;
  180. display: inline-block;
  181. width: 15px;
  182. height: 11px;
  183. background: url(../../img/file_img_icons.png) no-repeat 0 -16px;
  184. }
  185. .error {
  186. color: red;
  187. text-align: center;
  188. }
  189. .noThumb {
  190. width: 109px;
  191. height: 109px;
  192. text-align: center;
  193. color: #1aaad0;
  194. }
  195. .noThumb p{
  196. text-align: center;
  197. position: absolute;
  198. /* margin-left: 25px; */
  199. left: 50px;
  200. }
  201. .glyphicon.glyphicon-paperclip {
  202. font-size: 80px;
  203. left: 25px;
  204. text-align: center;
  205. }