total_company_statistics.css 3.1 KB

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