gridLayer.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. 
  2. #rule button{
  3. margin-top: 10px;
  4. padding: 4px 14px;
  5. background: #3388FF;
  6. color: #fff;
  7. border: none;
  8. cursor: pointer;
  9. border-radius: 3px;
  10. }
  11. #rule button.showGrid{
  12. margin: 10px 0 0 0px;
  13. padding: 4px 12px;
  14. background: #f6faff;
  15. color: #006cff;
  16. border: 1px solid #ccc;
  17. cursor: pointer;
  18. border-radius: 3px;
  19. }
  20. #rule button.showRange{
  21. background: #ec887e;
  22. border: 1px solid #da493e;
  23. margin: 0 10px 0 7px;
  24. }
  25. #rule button.generateList{
  26. background: #3ec0f6;
  27. border: 1px solid #0f91ed;
  28. }
  29. #rule button.output{
  30. width: 120px;
  31. margin: 10px 75px;
  32. position: absolute;
  33. bottom: 0;
  34. }
  35. .level{margin-top: 5px;}
  36. #rule{
  37. position: fixed;
  38. top: 145px;
  39. right: 125px;
  40. z-index: 555;
  41. width: 280px;
  42. border: 2px solid #01b7ff;
  43. background: rgba(255,255,255,1);
  44. display: none;
  45. cursor: move;
  46. }
  47. #rule h2{
  48. color: #fff;
  49. background: #01b7ff url(images/header_bak.png) repeat-x;
  50. background-size: auto 100%;
  51. font-weight: normal;
  52. font-size: 14px;
  53. padding: 0 10px;
  54. height: 30px;
  55. line-height: 30px;
  56. clear: both;
  57. }
  58. #rule h2 .close{
  59. font-size: 20px;
  60. color: #f7f7f7;
  61. cursor: pointer;
  62. float: right;
  63. }
  64. #rule h3{
  65. margin: 2px;
  66. padding: 0 8px;
  67. font-size: 14px;
  68. background: #c9e6ff;
  69. color: #006cff;
  70. height: 28px;
  71. line-height: 28px;
  72. font-weight: normal;
  73. }
  74. #rule .content{
  75. padding: 10px 12px;
  76. }
  77. #rule .content .mtBtn{
  78. margin: 20px 0;
  79. }
  80. #rule select{
  81. height: 22px;
  82. width: 190px;
  83. margin-left: 5px;
  84. padding: 0 2px;
  85. }
  86. #rule .diyRules,.level select{
  87. display: none;
  88. }
  89. #rule .level select.active{
  90. display: inline-block;
  91. width: 100px;
  92. }
  93. #rule span{
  94. color: #111;
  95. }
  96. .range span{
  97. display: inline-block;
  98. margin: 5px 5px 0 0;
  99. }
  100. .range input{
  101. width: 50px;
  102. margin-left: 5px;
  103. padding: 0 5px;
  104. }
  105. .explain1{
  106. width: 20px;
  107. height: 20px;
  108. vertical-align: middle;
  109. margin-left: 5px;
  110. cursor: pointer;
  111. }
  112. .lgPopUp{
  113. height: 280px;
  114. display: none;
  115. }
  116. .lgPopUp .close{
  117. float: right;
  118. color: #666;
  119. font-size: 25px;
  120. cursor: pointer;
  121. }
  122. .lgPopUp h3{
  123. background: #f7f7f7;
  124. margin: 0;
  125. color: #fff;
  126. padding: 13px 20px;
  127. clear: both;
  128. }
  129. #rule .lgPopUp h3{
  130. background: #f7f7f7;
  131. color: #111;
  132. border-top: 2px solid #01b7ff;
  133. border-bottom: 1px solid #ebebeb;
  134. }
  135. .lgPopUp p{
  136. text-align: left;
  137. margin: 5px 10px;
  138. color: #222;
  139. }
  140. .lgPopUp div.list{
  141. overflow: auto;
  142. max-height: 200px;
  143. overflow-y: scroll;
  144. }
  145. .lgPopUp .calculation{
  146. text-align: center;
  147. padding: 10px 0 5px 0;
  148. }
  149. .lgPopUp .calculation label{
  150. margin-right: 5px;
  151. }
  152. .blackBoard{
  153. position: absolute;
  154. width: 100%;
  155. height: 100%;
  156. background: #000;
  157. opacity: 0.5;
  158. z-index: 998;
  159. top: 0;
  160. left: 0;
  161. display: none;
  162. }
  163. .lgPopUp_total{
  164. position: absolute;
  165. width: 450px;
  166. height: 180px;
  167. background: #fff;
  168. z-index: 999;
  169. top: 0;
  170. bottom: 0;
  171. left: 0;
  172. right: 0;
  173. margin: auto;
  174. display: none;
  175. }
  176. .lgPopUp_total p:first-child{
  177. margin-top: 8%;
  178. }
  179. .lgPopUp_total p{
  180. margin-left: 12%;
  181. }
  182. .lgPopUp_total .ec{
  183. text-align: center;
  184. }
  185. .lgPopUp_total img{
  186. width: 60px;
  187. top: 0;
  188. bottom: 0;
  189. left: 0;
  190. right: 0;
  191. margin: auto;
  192. position: absolute;
  193. }
  194. .lgPopUp_none{
  195. position: absolute;
  196. width: 450px;
  197. height: 180px;
  198. background: #fff;
  199. z-index: 999;
  200. top: 0;
  201. bottom: 0;
  202. left: 0;
  203. right: 0;
  204. margin: auto;
  205. display: none;
  206. text-align: center;
  207. }
  208. .lgPopUp_none p:first-child{
  209. margin-top: 10%;
  210. }