Keine Beschreibung

zhibiaoguanli.css 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. .clearfix:after {
  2. content: "";
  3. display: block;
  4. clear: both;
  5. }
  6. select{
  7. padding: 2px;
  8. height: 26px;
  9. border: 1px solid #ebebeb;
  10. outline: none;
  11. vertical-align: middle;
  12. width: 100%;
  13. }
  14. /*top部分开始*/
  15. .top {
  16. background: #f3f3f4;
  17. height: 60px;
  18. padding: 10px 20px;
  19. }
  20. .topCon {
  21. float: right;
  22. margin-right: 45px;
  23. }
  24. .topCon select {
  25. padding: 2px;
  26. height: 28px;
  27. border: 1px solid #ebebeb;
  28. color: #1ab394;
  29. outline: none;
  30. vertical-align: middle;
  31. }
  32. .topCon input {
  33. width: 128px;
  34. padding: 2px 2PX 2PX 10PX;
  35. height: 28px;
  36. border: 1px solid #ebebeb;
  37. color: #1ab394;
  38. outline: none;
  39. vertical-align: middle;
  40. }
  41. .topCon .btn,.anniu .btn{
  42. background: #1ab394;
  43. color: #fff;
  44. padding: 3px 10px;
  45. outline: none;
  46. font-size: 12px;
  47. }
  48. /*top部分结束*/
  49. .wrap {
  50. width: 100%;
  51. padding: 0 10px;
  52. }
  53. .wrap>div.tbleft {
  54. float: left;
  55. width: 30%;
  56. }
  57. .wrap>div.tbright {
  58. float: right;
  59. width: 69%;
  60. overflow-x: auto;
  61. }
  62. .anniu .btn{
  63. margin-bottom: 10px;
  64. padding: 5px 10px;
  65. }
  66. .btn:hover{
  67. color: #fff!important;
  68. }
  69. /*模态框*/
  70. .model{
  71. position: fixed;
  72. top: 0;
  73. right: 0;
  74. bottom: 0;
  75. left: 0;
  76. height: 100%;
  77. width: 100%;
  78. background: rgba(0, 0, 0, 0.48);
  79. z-index: 100;
  80. display: none;
  81. }
  82. .box >input{
  83. display: block;
  84. height: 34px;
  85. padding: 6px 12px;
  86. font-size: 14px;
  87. line-height: 1.42857143;
  88. color: #555;
  89. background-color: #fff;
  90. background-image: none;
  91. border: 1px solid #ccc;
  92. border-radius: 4px;
  93. margin: 35px auto;
  94. }
  95. .baocun{
  96. background: #1ab394;
  97. color: #fff;
  98. }
  99. .box{
  100. width: 300px;
  101. margin: 65px auto;
  102. padding: 26px 0;
  103. text-align: center;
  104. background: #fff;
  105. }
  106. .leftBox {
  107. width: 30%;
  108. background: #fff;
  109. margin: 0 auto;
  110. padding-bottom: 5px;
  111. margin-top: 25px;
  112. }
  113. .rightBox{
  114. width: 30%;
  115. background: #fff;
  116. margin: 0 auto;
  117. padding-bottom: 5px;
  118. margin-top: 25px;
  119. }
  120. .btop{
  121. height: 35px;
  122. background: #1ab394;
  123. color: #fff;
  124. line-height: 35px;
  125. padding: 0 15px;
  126. margin-bottom: 15px;
  127. }
  128. .btop p.rbtl{
  129. float: left;
  130. margin: 0;
  131. }
  132. .btop p.rbtr{
  133. float: right;
  134. cursor: pointer;
  135. margin: 0;
  136. font-size: 20px;
  137. }
  138. .xuanze,.stbt{
  139. padding: 0 15px;
  140. }
  141. .xuanze .fenlei{
  142. float: left;
  143. }
  144. .xuanze .leixing{
  145. float: right;
  146. }
  147. .stbt textarea{
  148. width: 89%;
  149. vertical-align: middle;
  150. border: 1px solid #ebebeb;
  151. }
  152. .stxx{
  153. margin-top: 20px;
  154. display: none;
  155. }
  156. /*弹出表格*/
  157. #sqzx th {
  158. padding: 5px 8px 5px 0;
  159. text-align: right;
  160. }
  161. #sqzx td {
  162. padding: 6px 0 5px 10px;
  163. }
  164. .inpBox {
  165. border: 1px solid #e6e6e6;
  166. height: 27px;
  167. width: 170px;
  168. display: inline-block;
  169. position: relative;
  170. vertical-align: middle;
  171. }
  172. .de_icon {
  173. position: absolute;
  174. top: 0;
  175. right: 25px;
  176. line-height: 27px;
  177. cursor: pointer;
  178. display: none;
  179. }
  180. .xl {
  181. display: inline-block;
  182. background: url(../img/dropDown.png) no-repeat;
  183. height: 100%;
  184. background-position: center center;
  185. width: 20px;
  186. position: absolute;
  187. right: 0;
  188. top: 0px;
  189. background-color: #e6e6e6;
  190. cursor: pointer;
  191. }
  192. .inps {
  193. width: 167px;
  194. height: 24px;
  195. outline: none;
  196. border: 0;
  197. border-image-width: 0;
  198. padding: 0;
  199. padding-left: 3px;
  200. }
  201. .btns {
  202. text-align: center;
  203. }
  204. .btn_ {
  205. text-align: center;
  206. margin-top: 15px;
  207. margin-bottom: 15px;
  208. }
  209. .btns input {
  210. padding: 5px 10px;
  211. margin: 10px 0;
  212. }
  213. textarea {
  214. width: 200px;
  215. border: 1px solid #e6e6e6;
  216. outline: none;
  217. padding: 5px 10px;
  218. }
  219. .addTree {
  220. position: absolute;
  221. width: 100%;
  222. right: 0px;
  223. top: 26px;
  224. z-index: 10;
  225. display: none;
  226. height: 100px;
  227. overflow-y: auto;
  228. background: rgb(255, 255, 255);
  229. border-width: 1px;
  230. border-style: solid;
  231. border-color: rgb(230, 230, 230);
  232. border-image: initial;
  233. }
  234. .yc{
  235. display: none;
  236. }