road_manage_statistics.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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-roadManage select{
  48. width:80px;
  49. height:30px;
  50. border: 1px solid #ccc;
  51. border-radius: 4px;
  52. font-size: 13px;
  53. font-size: 14px;
  54. }
  55. .div-button{
  56. width:80px;
  57. height:50px;
  58. float:left;
  59. margin-left: 20px;
  60. }
  61. .div-button button{
  62. width:80px;
  63. height:30px;
  64. color: #fff;
  65. background-color: #3280fc;
  66. border-color: #1970fc;
  67. border:1px solid transparent;
  68. border-radius: 4px;
  69. margin-top: 10px;
  70. }
  71. .row-3,.row-4,.row-6,.row-7{
  72. width:100%;
  73. height:40px;
  74. background-color: #328dc7;
  75. color: white;
  76. }
  77. .row-3 div,.row-6 div{
  78. line-height: 40px;
  79. text-align: center;
  80. font-weight: bold;
  81. }
  82. .row-4 span{
  83. line-height: 40px;
  84. margin-left: 20px;
  85. }
  86. .row-4 a{
  87. line-height: 40px;
  88. margin-left: 84%;
  89. }
  90. .col-1{
  91. width:49%;
  92. height:40px;
  93. float:left;
  94. line-height: 40px;
  95. text-align: center;
  96. font-weight: bold;
  97. }
  98. .line-2{
  99. width:1px;
  100. height:40px;
  101. background-color: #d9d9d9;
  102. float:left;
  103. }
  104. .line-3{
  105. width:1px;
  106. height:400px;
  107. background-color: #d9d9d9;
  108. float:left;
  109. }
  110. .row-8{
  111. height: 100%;
  112. height:400px;
  113. background-color: #f5f5f5;
  114. }.container-right{
  115. width:98%;
  116. padding-bottom: 0px;
  117. margin:15px auto;
  118. border:1px solid #d9d9d9;
  119. font-family: '宋体';
  120. }
  121. .row-1{
  122. width:100%;
  123. height:35px;
  124. background-color: #f5f5f5;
  125. }
  126. .row-1 span{
  127. margin-left: 20px;
  128. line-height: 35px;
  129. }
  130. .line-1{
  131. width:100%;
  132. height: 1px;
  133. background-color: #d9d9d9;
  134. }
  135. .row-2{
  136. width:100%;
  137. height:50px;
  138. }
  139. .select-scope{
  140. width:95px;
  141. height:20px;
  142. line-height: 50px;
  143. float:left;
  144. margin-left: 20px;
  145. }
  146. .select-all{
  147. width:80px;
  148. height:20px;
  149. line-height: 50px;
  150. float:left;
  151. margin-left: 5px;
  152. }
  153. .select-month{
  154. width:80px;
  155. height:20px;
  156. line-height: 50px;
  157. float:left;
  158. margin-left: 20px;
  159. }
  160. .div-month select{
  161. width: 80px;
  162. height: 30px;
  163. border: 1px solid #ccc;
  164. border-radius: 4px;
  165. font-size: 14px;
  166. }
  167. .query-total{
  168. width:70px;
  169. height:20px;
  170. line-height: 50px;
  171. float:right;
  172. margin-right: 20px;
  173. }
  174. .row-7{
  175. width:100%;
  176. height:40px;
  177. }
  178. .col-1{
  179. width:49%;
  180. height:40px;
  181. float:left;
  182. line-height: 40px;
  183. text-align: center;
  184. font-weight: bold;
  185. }
  186. .line-2{
  187. width:1px;
  188. height:40px;
  189. background-color: #d9d9d9;
  190. float:left;
  191. }
  192. .line-3{
  193. width:1px;
  194. height:400px;
  195. background-color: #328dc7;
  196. float:left;
  197. }
  198. .row-8{
  199. height: 100%;
  200. height:400px;
  201. background-color: #f5f5f5;
  202. }
  203. .border-line{
  204. width:100%;
  205. height: 442px;
  206. margin:15px auto;
  207. border:1px solid #328dc7;
  208. }