Нет описания

indicatorsManage.css 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  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: #249fea;
  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: #249fea;
  38. outline: none;
  39. vertical-align: middle;
  40. }
  41. .topCon .btn,
  42. .anniu .btn {
  43. background: #249fea;
  44. color: #fff;
  45. padding: 3px 10px;
  46. outline: none;
  47. font-size: 12px;
  48. }
  49. /*top部分结束*/
  50. .wrap {
  51. width: 100%;
  52. padding: 20px;
  53. }
  54. .wrap>div.tbleft {
  55. float: left;
  56. width: 30%;
  57. }
  58. .wrap>div.tbright {
  59. float: right;
  60. width: 69%;
  61. overflow-x: auto;
  62. }
  63. .anniu .btn {
  64. margin-bottom: 10px;
  65. padding: 5px 10px;
  66. }
  67. /*模态框*/
  68. .model {
  69. position: fixed;
  70. top: 0;
  71. right: 0;
  72. bottom: 0;
  73. left: 0;
  74. height: 100%;
  75. width: 100%;
  76. background: rgba(0, 0, 0, 0.48);
  77. z-index: 100;
  78. display: none;
  79. }
  80. .box>input {
  81. display: block;
  82. height: 34px;
  83. padding: 6px 12px;
  84. font-size: 14px;
  85. line-height: 1.42857143;
  86. color: #555;
  87. background-color: #fff;
  88. background-image: none;
  89. border: 1px solid #ccc;
  90. border-radius: 4px;
  91. margin: 35px auto;
  92. }
  93. .baocun {
  94. background: #249fea;
  95. color: #fff;
  96. }
  97. .box {
  98. width: 300px;
  99. margin: 65px auto;
  100. padding: 26px 0;
  101. text-align: center;
  102. background: #fff;
  103. }
  104. .leftBox {
  105. width: 30%;
  106. background: #fff;
  107. margin: 0 auto;
  108. padding-bottom: 5px;
  109. margin-top: 25px;
  110. }
  111. .rightBox {
  112. width: 30%;
  113. background: #fff;
  114. margin: 0 auto;
  115. padding-bottom: 5px;
  116. margin-top: 25px;
  117. }
  118. .btop {
  119. height: 35px;
  120. background: #249fea;
  121. color: #fff;
  122. line-height: 35px;
  123. padding: 0 15px;
  124. margin-bottom: 15px;
  125. }
  126. .btop p.rbtl {
  127. float: left;
  128. margin: 0;
  129. }
  130. .btop p.rbtr {
  131. float: right;
  132. cursor: pointer;
  133. margin: 0;
  134. font-size: 20px;
  135. }
  136. .xuanze,
  137. .stbt {
  138. padding: 0 15px;
  139. }
  140. .xuanze .fenlei {
  141. float: left;
  142. }
  143. .xuanze .leixing {
  144. float: right;
  145. }
  146. .stbt textarea {
  147. width: 89%;
  148. vertical-align: middle;
  149. border: 1px solid #ebebeb;
  150. }
  151. .stxx {
  152. margin-top: 20px;
  153. display: none;
  154. }
  155. /*弹出表格*/
  156. #sqzx th {
  157. padding: 5px 8px 5px 0;
  158. text-align: right;
  159. }
  160. #sqzx td {
  161. padding: 6px 0 5px 10px;
  162. }
  163. .inpBox {
  164. border: 1px solid #e6e6e6;
  165. height: 27px;
  166. width: 170px;
  167. display: inline-block;
  168. position: relative;
  169. vertical-align: middle;
  170. }
  171. .de_icon {
  172. position: absolute;
  173. top: 0;
  174. right: 25px;
  175. line-height: 27px;
  176. cursor: pointer;
  177. display: none;
  178. }
  179. .xl {
  180. display: inline-block;
  181. background: url(../img/dropDown.png) no-repeat;
  182. height: 100%;
  183. background-position: center center;
  184. width: 20px;
  185. position: absolute;
  186. right: 0;
  187. top: 0px;
  188. background-color: #e6e6e6;
  189. cursor: pointer;
  190. }
  191. .inps {
  192. width: 167px;
  193. height: 24px;
  194. outline: none;
  195. border: 0;
  196. border-image-width: 0;
  197. padding: 0;
  198. padding-left: 3px;
  199. }
  200. .btns {
  201. text-align: center;
  202. }
  203. .btn_ {
  204. text-align: center;
  205. margin-top: 15px;
  206. margin-bottom: 15px;
  207. }
  208. .btns input {
  209. padding: 5px 10px;
  210. margin: 10px 0;
  211. }
  212. textarea {
  213. width: 200px;
  214. border: 1px solid #e6e6e6;
  215. outline: none;
  216. padding: 5px 10px;
  217. }
  218. .addTree {
  219. position: absolute;
  220. width: 100%;
  221. right: 0px;
  222. top: 26px;
  223. z-index: 10;
  224. display: none;
  225. height: 100px;
  226. overflow-y: auto;
  227. background: rgb(255, 255, 255);
  228. border-width: 1px;
  229. border-style: solid;
  230. border-color: rgb(230, 230, 230);
  231. border-image: initial;
  232. }
  233. .yc {
  234. display: none;
  235. }
  236. .size-14 {
  237. font-size: 14px!important;
  238. }
  239. .size-16 {
  240. font-size: 16px;
  241. }
  242. .anniu i {
  243. margin-right: 5px;
  244. }
  245. .inputs {
  246. border: 1px solid #e5e6e7;
  247. width: 150px;
  248. padding: 6px 12px;
  249. }
  250. .d {
  251. color: forestgreen;
  252. }
  253. .du {
  254. color: #0064B6;
  255. }
  256. .w {
  257. color: #e43926;
  258. }
  259. .x-color {
  260. width: 100px;
  261. height: 34px;
  262. }
  263. #tbr {
  264. border: 1px solid #ccc;
  265. }
  266. #tbr td {
  267. padding: 10px;
  268. padding: 6px 0 5px 10px;
  269. color: #717171;
  270. line-height: 200%;
  271. border-top: 1px dotted #cccccc;
  272. }
  273. #tbr th {
  274. border-right: 1px dotted #cccccc;
  275. border-top: 1px dotted #cccccc;
  276. background: #f9f9f9;
  277. text-align: right;
  278. }
  279. .Back {
  280. background-color: #f5f5f5;
  281. }
  282. .WJmessage {
  283. line-height: 20px;
  284. border-bottom: 1px solid #ccc;
  285. padding-bottom: 10px;
  286. }
  287. .Message_box label {
  288. margin-right: 10px;
  289. font-weight: normal;
  290. }
  291. .IMG_box {
  292. text-align: center;
  293. padding: 10px;
  294. margin-top: 5%;
  295. }