toll_station_statistics.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. .container-right{
  2. width:98%;
  3. padding-bottom: 0px;
  4. margin:15px auto;
  5. border:1px solid #d9d9d9;
  6. font-family: '宋体';
  7. border-radius: 4px;
  8. font-size: 15px;
  9. }
  10. .row-1{
  11. width:100%;
  12. height:35px;
  13. background-color: #f5f5f5;
  14. }
  15. .row-1 span{
  16. margin-left: 20px;
  17. line-height: 35px;
  18. }
  19. .line-1{
  20. width:100%;
  21. height: 1px;
  22. background-color: #d9d9d9;
  23. }
  24. .row-2{
  25. width:100%;
  26. height:50px;
  27. }
  28. .row-2 div:eq(0){
  29. width:300px;
  30. height:50px;
  31. line-height: 50px;
  32. }
  33. .div-month{
  34. /* width:80px; */
  35. /* height:50px; */
  36. float:left;
  37. /* margin-left: 20px; */
  38. line-height: 50px;
  39. }
  40. .div-roadManage{
  41. /* width:140px; */
  42. /* height:50px; */
  43. float:left;
  44. margin-left: 20px;
  45. line-height: 50px;
  46. }
  47. .div-station{
  48. /* width:120px; */
  49. /* height:50px; */
  50. float:left;
  51. margin-left: 20px;
  52. line-height: 50px;
  53. }
  54. .div-roadManage select{
  55. /* width:140px; */
  56. height:30px;
  57. border: 1px solid #ccc;
  58. border-radius: 4px;
  59. font-size: 14px;
  60. }
  61. .div-station select{
  62. /* width:110px; */
  63. height:30px;
  64. border: 1px solid #ccc;
  65. border-radius: 4px;
  66. font-size: 14px;
  67. }
  68. .div-month select{
  69. width:80px;
  70. height:30px;
  71. border: 1px solid #ccc;
  72. border-radius: 4px;
  73. font-size: 14px;
  74. }
  75. .div-month input{
  76. width:80px;
  77. height:30px;
  78. /*margin-top: 9px;*/
  79. border: 1px solid #ccc;
  80. border-radius: 4px;
  81. font-size: 14px;
  82. }
  83. .div-button{
  84. /* width:80px; */
  85. /* height:50px; */
  86. float:left;
  87. margin-left: 10px;
  88. }
  89. .div-button button{
  90. /* width:80px;
  91. height:30px;
  92. color: #fff;
  93. background-color: #3280fc;
  94. border-color: #1970fc;
  95. border:1px solid transparent;
  96. border-radius: 4px; */
  97. /*margin-top: 10px;*/
  98. }
  99. .btn-change{
  100. width:60px;
  101. height:40px;
  102. float:right;
  103. }
  104. .view_change{
  105. width:60px;
  106. height:40px;
  107. background: url("/images/up.png?time=2017725152349") no-repeat center center ;
  108. cursor: pointer;
  109. background-size: 30%;
  110. }
  111. .view_change.active{
  112. background: url("/images/back.png?time=2017725152349") no-repeat center center ;
  113. background-size: 30%;
  114. }
  115. .row-3,.row-4,.row-6,.row-7{
  116. width:100%;
  117. /* height:40px; */
  118. background-color: #328dc7;
  119. color: white;
  120. }
  121. .row-3 div,.row-6 div{
  122. line-height: 40px;
  123. text-align: center;
  124. font-weight: bold;
  125. }
  126. .row-4 span{
  127. line-height: 40px;
  128. margin-left: 20px;
  129. }
  130. .row-4 a{
  131. line-height: 40px;
  132. margin-left: 84%;
  133. }
  134. .col-1{
  135. width:49%;
  136. height:40px;
  137. float:left;
  138. line-height: 40px;
  139. font-weight: bold;
  140. }
  141. .line-2{
  142. width:1px;
  143. height:40px;
  144. background-color: #d9d9d9;
  145. float:left;
  146. }
  147. .line-3{
  148. width:1px;
  149. height:400px;
  150. background-color: #d9d9d9;
  151. float:left;
  152. }
  153. .row-8{
  154. height: 100%;
  155. height:400px;
  156. background-color: #fff;
  157. }.container-right{
  158. width:98%;
  159. padding-bottom: 0px;
  160. margin:15px auto;
  161. border:1px solid #d9d9d9;
  162. font-family: '宋体';
  163. }
  164. .row-1{
  165. width:100%;
  166. height:35px;
  167. background-color: #fff;
  168. }
  169. .row-1 span{
  170. margin-left: 20px;
  171. line-height: 35px;
  172. }
  173. .line-1{
  174. width:100%;
  175. height: 1px;
  176. background-color: #d9d9d9;
  177. }
  178. .row-2{
  179. width:100%;
  180. height:50px;
  181. }
  182. .select-scope{
  183. width:95px;
  184. height:20px;
  185. line-height: 50px;
  186. float:left;
  187. margin-left: 20px;
  188. }
  189. .select-all{
  190. width:80px;
  191. height:20px;
  192. line-height: 50px;
  193. float:left;
  194. margin-left: 5px;
  195. }
  196. .select-month{
  197. width:80px;
  198. height:20px;
  199. line-height: 50px;
  200. float:left;
  201. margin-left: 20px;
  202. }
  203. .query-total{
  204. width:70px;
  205. height:20px;
  206. line-height: 50px;
  207. float:right;
  208. margin-right: 20px;
  209. }
  210. .row-7{
  211. width:100%;
  212. height:40px;
  213. }
  214. .col-1{
  215. width:49%;
  216. height:40px;
  217. float:left;
  218. line-height: 40px;
  219. text-align: center;
  220. font-weight: bold;
  221. }
  222. .line-2{
  223. width:1px;
  224. height:40px;
  225. background-color: #d9d9d9;
  226. float:left;
  227. }
  228. .line-3{
  229. width:1px;
  230. height:400px;
  231. background-color: #328dc7;
  232. float:left;
  233. }
  234. .row-8{
  235. height: 100%;
  236. height:400px;
  237. background-color: #fff;
  238. }
  239. /* span{
  240. font-family: '宋体';
  241. font-size:15px;
  242. } */
  243. .border-line{
  244. /* width:100%; */
  245. height: 442px;
  246. margin:15px auto;
  247. border:0px solid #328dc7;
  248. background-color: #fff;
  249. /* background-color: #ecf0f5; */
  250. /* box-shadow: 0 1px 1px rgba(0,0,0,0.1); */
  251. /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
  252. }
  253. .border-no{
  254. /* width:100%; */
  255. height: 442px;
  256. /* margin:15px 5px; */
  257. border:0px solid #328dc7;
  258. background-color: #fff;
  259. /* background-color: #ecf0f5; */
  260. box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  261. /* background-color: #ecf0f5; */
  262. /* box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16), 1px 1px 5px 0 rgba(0, 0, 0, 0.12); */
  263. text-align: center;
  264. }
  265. .title-div{
  266. background-color: #529AC5;
  267. text-align: center;
  268. padding: 5px;
  269. }
  270. .title-div span{
  271. color:#fff;
  272. margin-left: 20px;
  273. line-height: 35px;
  274. font-size: 20px;
  275. }