toll_station_statistics.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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: 12px;
  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:80px;
  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:80px;
  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-button{
  76. width:80px;
  77. height:50px;
  78. float:left;
  79. margin-left: 10px;
  80. }
  81. .div-button button{
  82. width:80px;
  83. height:30px;
  84. color: #fff;
  85. background-color: #3280fc;
  86. border-color: #1970fc;
  87. border:1px solid transparent;
  88. border-radius: 4px;
  89. margin-top: 10px;
  90. }
  91. .btn-change{
  92. width:60px;
  93. height:40px;
  94. float:right;
  95. }
  96. .view_change{
  97. width:60px;
  98. height:40px;
  99. color: #fff;
  100. background-color: #00ced1;
  101. border-color: #1970fc;
  102. border:1px solid transparent;
  103. border-radius: 4px;
  104. font-weight: bolder;
  105. }
  106. .row-3,.row-4,.row-6,.row-7{
  107. width:100%;
  108. height:40px;
  109. background-color: #328dc7;
  110. color: white;
  111. }
  112. .row-3 div,.row-6 div{
  113. line-height: 40px;
  114. text-align: center;
  115. font-weight: bold;
  116. }
  117. .row-4 span{
  118. line-height: 40px;
  119. margin-left: 20px;
  120. }
  121. .row-4 a{
  122. line-height: 40px;
  123. margin-left: 84%;
  124. }
  125. .col-1{
  126. width:49%;
  127. height:40px;
  128. float:left;
  129. line-height: 40px;
  130. font-weight: bold;
  131. }
  132. .line-2{
  133. width:1px;
  134. height:40px;
  135. background-color: #d9d9d9;
  136. float:left;
  137. }
  138. .line-3{
  139. width:1px;
  140. height:400px;
  141. background-color: #d9d9d9;
  142. float:left;
  143. }
  144. .row-8{
  145. height: 100%;
  146. height:400px;
  147. background-color: #fff;
  148. }.container-right{
  149. width:98%;
  150. padding-bottom: 0px;
  151. margin:15px auto;
  152. border:1px solid #d9d9d9;
  153. font-family: '宋体';
  154. }
  155. .row-1{
  156. width:100%;
  157. height:35px;
  158. background-color: #fff;
  159. }
  160. .row-1 span{
  161. margin-left: 20px;
  162. line-height: 35px;
  163. }
  164. .line-1{
  165. width:100%;
  166. height: 1px;
  167. background-color: #d9d9d9;
  168. }
  169. .row-2{
  170. width:100%;
  171. height:50px;
  172. }
  173. .select-scope{
  174. width:95px;
  175. height:20px;
  176. line-height: 50px;
  177. float:left;
  178. margin-left: 20px;
  179. }
  180. .select-all{
  181. width:80px;
  182. height:20px;
  183. line-height: 50px;
  184. float:left;
  185. margin-left: 5px;
  186. }
  187. .select-month{
  188. width:80px;
  189. height:20px;
  190. line-height: 50px;
  191. float:left;
  192. margin-left: 20px;
  193. }
  194. .query-total{
  195. width:70px;
  196. height:20px;
  197. line-height: 50px;
  198. float:right;
  199. margin-right: 20px;
  200. }
  201. .row-7{
  202. width:100%;
  203. height:40px;
  204. }
  205. .col-1{
  206. width:49%;
  207. height:40px;
  208. float:left;
  209. line-height: 40px;
  210. text-align: center;
  211. font-weight: bold;
  212. }
  213. .line-2{
  214. width:1px;
  215. height:40px;
  216. background-color: #d9d9d9;
  217. float:left;
  218. }
  219. .line-3{
  220. width:1px;
  221. height:400px;
  222. background-color: #328dc7;
  223. float:left;
  224. }
  225. .row-8{
  226. height: 100%;
  227. height:400px;
  228. background-color: #fff;
  229. }
  230. .border-line{
  231. width:100%;
  232. height: 442px;
  233. margin:15px auto;
  234. border:1px solid #328dc7;
  235. }