Index.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. .selected {
  2. color: red;
  3. }
  4. .highlight {
  5. background: yellow;
  6. }
  7. .main {
  8. position: relative;
  9. min-width: 1024px;
  10. max-width: 1920px;
  11. margin: 0 auto;
  12. height: 100%;
  13. padding: 0.5% 0.5%;
  14. box-box-sizing: border-box;
  15. display: flex;
  16. flex-direction: row;
  17. }
  18. .head {
  19. width: 100%;
  20. height: 60px;
  21. padding: 10px;
  22. box-sizing: border-box;
  23. display: flex;
  24. flex-direction: row;
  25. justify-content: space-between;
  26. align-items: center;
  27. }
  28. .head .left {
  29. display: flex;
  30. flex-direction: row;
  31. justify-content: flex-start;
  32. align-items: center;
  33. }
  34. .head .left span {
  35. display: block;
  36. width: 70px;
  37. height: 30px;
  38. line-height: 30px;
  39. text-align: center;
  40. background: #d6d6d6;
  41. font-size: 16px;
  42. color: #333333;
  43. margin-right: 6px;
  44. border-radius: 5px;
  45. font-family: DIN-Bold;
  46. cursor: pointer;
  47. }
  48. .head .left span.active {
  49. background: #1890ff;
  50. color: #fff;
  51. }
  52. .head .right {
  53. display: flex;
  54. flex-direction: row;
  55. justify-content: flex-start;
  56. align-items: center;
  57. }
  58. .head .tipIcon {
  59. display: flex;
  60. flex-direction: row;
  61. justify-content: flex-start;
  62. align-items: center;
  63. margin-left: 10px;
  64. }
  65. .head .tipIcon span {
  66. color: #525866;
  67. font-size: 14px;
  68. margin-left: 5px;
  69. }
  70. .center {
  71. height: calc(100% - 60px);
  72. display: flex;
  73. box-sizing: border-box;
  74. flex-direction: row;
  75. justify-content: space-between;
  76. align-items: flex-start;
  77. }
  78. .center .left {
  79. position: relative;
  80. padding-left: 177px;
  81. padding-top: 20px;
  82. display: flex;
  83. box-sizing: border-box;
  84. flex-direction: row;
  85. justify-content: flex-start;
  86. align-items: flex-start;
  87. }
  88. .center .left .LineBox {
  89. padding-top: 57px;
  90. position: relative;
  91. }
  92. .center .left .LineBoxstu {
  93. position: absolute;
  94. left: 8px;
  95. top: 48px;
  96. }
  97. .center .left .itemBox {
  98. display: flex;
  99. box-sizing: border-box;
  100. flex-direction: column;
  101. justify-content: flex-start;
  102. align-items: flex-start;
  103. }
  104. .center .left .item {
  105. position: relative;
  106. top: 49px;
  107. left: 4px;
  108. line-height: 1;
  109. }
  110. .center .left .item .num {
  111. color: #09355e;
  112. position: absolute;
  113. left: 48px;
  114. top: 5px;
  115. font-size: 8px;
  116. font-family: DIN-Bold;
  117. }
  118. .center .left .item .num.nums {
  119. left: 45px;
  120. }
  121. .center .left .item .ddj {
  122. margin-left: 31px;
  123. display: block;
  124. }
  125. .center .left .item .round {
  126. position: absolute;
  127. width: 790px;
  128. height: 2px;
  129. left: -22px;
  130. bottom: 8px;
  131. }
  132. .center .right {
  133. height: 100%;
  134. width: 302px;
  135. box-sizing: border-box;
  136. padding: 5px 0 0 5px;
  137. border-left: 1px solid #bdcadb;
  138. }
  139. .center .right .rItem {
  140. margin-bottom: 5px;
  141. }
  142. .center .right .rItem .title {
  143. display: flex;
  144. flex-direction: row;
  145. justify-content: flex-start;
  146. align-items: center;
  147. margin-bottom: 6px;
  148. }
  149. .center .right .rItem .title span {
  150. font-size: 16px;
  151. color: #2d2f33;
  152. font-weight: bold;
  153. margin-left: 6px;
  154. }
  155. .center .right .rItem .tbale {
  156. border: 1px solid #bdcadb;
  157. width: 235px;
  158. margin-left: 12px;
  159. }
  160. .center .right .rItem .tbale .item {
  161. overflow: hidden;
  162. height: 32px;
  163. border-bottom: 1px solid #bdcadb;
  164. }
  165. .center .right .rItem .tbale .item span {
  166. display: block;
  167. float: left;
  168. width: 98px;
  169. height: 32px;
  170. line-height: 32px;
  171. background: #f8f9fb;
  172. font-size: 14px;
  173. color: #525866;
  174. text-align: center;
  175. border-right: 1px solid #bdcadb;
  176. }
  177. .center .right .rItem .tbale .item label {
  178. display: block;
  179. float: left;
  180. width: 135px;
  181. height: 32px;
  182. line-height: 32px;
  183. font-size: 14px;
  184. color: #525866;
  185. text-align: center;
  186. font-family: DIN-Bold;
  187. border-right: 1px solid #bdcadb;
  188. }
  189. .center .right .rItem .InfoItem {
  190. margin-bottom: 3px;
  191. margin-left: 12px;
  192. }
  193. .center .right .rItem .InfoItem .titleS {
  194. display: block;
  195. width: 48px;
  196. height: 20px;
  197. text-align: center;
  198. line-height: 20px;
  199. background: #fe2c2c;
  200. color: #fff;
  201. font-size: 12px;
  202. border-radius: 5px;
  203. margin-bottom: 4px;
  204. }
  205. .center .right .rItem .InfoItem .InfoBlock {
  206. display: flex;
  207. flex-direction: row;
  208. margin-bottom: 1px;
  209. }
  210. .center .right .rItem .InfoItem .InfoBlock span {
  211. color: #525866;
  212. font-size: 14px;
  213. display: block;
  214. min-width: 70px;
  215. }
  216. .center .right .rItem .InfoItem .InfoBlock label {
  217. color: #525866;
  218. font-size: 14px;
  219. font-weight: bold;
  220. }
  221. .Colum {
  222. display: flex;
  223. flex-direction: column;
  224. justify-content: flex-start;
  225. align-items: flex-start;
  226. margin-top: 38px;
  227. }
  228. .onOne {
  229. position: relative;
  230. border: 1px dashed #dbdbdb;
  231. background: #f9f9f9;
  232. margin-right: 4px;
  233. border-radius: 5px;
  234. }
  235. .onOne span {
  236. position: absolute;
  237. color: #09355e;
  238. font-size: 14px;
  239. left: 5px;
  240. top: 50%;
  241. transform: translateY(-50%);
  242. }
  243. .big {
  244. position: absolute;
  245. left: 4px;
  246. bottom: -112px;
  247. }
  248. .ddjnum {
  249. font-size: 18px;
  250. position: absolute;
  251. color: #fff;
  252. font-family: DIN-Bold;
  253. left: 65px;
  254. z-index: 9999;
  255. top: 24px;
  256. }
  257. .position {
  258. position: absolute;
  259. left: 216px;
  260. top: 60px;
  261. }
  262. .firstRow {
  263. position: absolute;
  264. left: 179px;
  265. top: 53px;
  266. color: #292c33;
  267. font-size: 12px;
  268. }
  269. .firstLine {
  270. position: absolute;
  271. left: 217px;
  272. top: 43px;
  273. color: #292c33;
  274. font-size: 12px;
  275. }
  276. .status {
  277. position: absolute;
  278. width: 32px;
  279. height: 22px;
  280. margin-left: 10px;
  281. }
  282. .ddjline {
  283. margin-left: 44px;
  284. width: 723px;
  285. }
  286. .station {
  287. position: relative;
  288. }
  289. .stationgoods {
  290. position: absolute;
  291. margin-left: -23px;
  292. margin-top: 1px;
  293. width: 32px;
  294. height: 20px;
  295. }
  296. .jhd {
  297. position: absolute;
  298. margin-left: 20px;
  299. margin-top: -7px;
  300. height: 12px;
  301. width: 12px
  302. }
  303. .container {
  304. height: 300px;
  305. overflow: hidden;
  306. position: relative;
  307. }
  308. .content {
  309. position: absolute;
  310. top: 0;
  311. left: 0;
  312. width: 100%;
  313. }