Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

468 lignes
7.2 KiB

  1. /* author:fuhc
  2. date:20161026
  3. */
  4. /*一行 (左边加右边)-对齐*/
  5. input:focus {
  6. border: 1px solid orange!important;
  7. outline: none!important;
  8. }
  9. .main_style {
  10. float: left;
  11. margin-top: 35px;
  12. margin-left: 40px;
  13. }
  14. .sole_line {
  15. width: 100px;
  16. height: 36px;
  17. display: inline-block;
  18. line-height: 36px;
  19. text-align: center;
  20. cursor: pointer;
  21. border-top-left-radius: 5px;
  22. border-top-right-radius: 5px;
  23. border-top: 1px solid #CCCCCC;
  24. border-right: 1px solid #CCCCCC;
  25. border-left: 1px solid #CCCCCC;
  26. top: 1px;
  27. position: relative;
  28. background: white;
  29. }
  30. .com_line {
  31. width: 100px;
  32. height: 36px;
  33. display: inline-block;
  34. line-height: 36px;
  35. text-align: center;
  36. cursor: pointer;
  37. border-top-left-radius: 5px;
  38. border-top-right-radius: 5px;
  39. border-top: 1px solid #CCCCCC;
  40. border-right: 1px solid #CCCCCC;
  41. border-left: 1px solid #CCCCCC;
  42. }
  43. .right_list_top {
  44. line-height: 35px!important;
  45. height: 35px!important;
  46. }
  47. .right_sole_line {
  48. width: 100px;
  49. height: 36px;
  50. display: inline-block;
  51. line-height: 36px;
  52. text-align: center;
  53. cursor: pointer;
  54. border-left: 1px solid #CCCCCC;
  55. border-top: 1px solid #CCCCCC;
  56. border-right: 1px solid #CCCCCC;
  57. top: 2px;
  58. position: relative;
  59. background: white;
  60. }
  61. .right_com_line {
  62. width: 100px;
  63. height: 36px;
  64. display: inline-block;
  65. line-height: 36px;
  66. text-align: center;
  67. cursor: pointer;
  68. border-right: 1px solid #CCCCCC;
  69. }
  70. .right_center {
  71. margin-top: 10px;
  72. border-bottom: 1px solid #dddddd;
  73. padding-bottom: 10px;
  74. }
  75. .top {
  76. border-bottom: 1px solid lightgray;
  77. width: 1200px;
  78. }
  79. .middle {
  80. border: 1px solid lightgray;
  81. width: 1200px;
  82. margin-top: 20px;
  83. }
  84. .first {
  85. margin-top: 20px;
  86. margin-bottom: 20px;
  87. padding-left: 20px;
  88. }
  89. .second {
  90. margin-top: 30px;
  91. padding-left: 20px;
  92. }
  93. select {
  94. height: 26px;
  95. padding: 3px 4px;
  96. }
  97. .day {
  98. width: 50px;
  99. height: 28px;
  100. text-align: center;
  101. margin-left: 5px;
  102. border: 1px solid rgb(204, 204, 204);
  103. display: inline-block;
  104. line-height: 28px;
  105. background-color: lightgray;
  106. cursor: pointer;
  107. }
  108. .futureweek {
  109. width: 100px;
  110. }
  111. .status_a {
  112. width: 60px;
  113. height: 28px;
  114. text-align: center;
  115. margin-left: 0px;
  116. display: inline-block;
  117. line-height: 28px;
  118. cursor: pointer;
  119. border-radius: 4px;
  120. }
  121. .status_s {
  122. width: 60px;
  123. height: 28px;
  124. text-align: center;
  125. margin-left: -10px;
  126. display: inline-block;
  127. line-height: 28px;
  128. cursor: pointer;
  129. border-radius: 4px;
  130. }
  131. .status_unselect {
  132. color: rgb(25, 170, 232);
  133. border: 1px solid rgb(25, 170, 232);
  134. }
  135. .status_select {
  136. background-color: rgb(25, 170, 232) !important;
  137. color: #fff!important;
  138. }
  139. .search_btn {
  140. width: 80px;
  141. height: 28px;
  142. text-align: center;
  143. margin-left: 40px;
  144. border: 1px solid rgb(204, 204, 204);
  145. display: inline-block;
  146. line-height: 28px;
  147. background-color: lightgray;
  148. cursor: pointer;
  149. }
  150. .row {
  151. margin-right: 0px;
  152. margin-left: 0px;
  153. }
  154. .inline_b {
  155. display: inline-block;
  156. }
  157. .circle {
  158. border: 1px solid gray;
  159. position: relative;
  160. width: 23px;
  161. height: 15px;
  162. color: red;
  163. border-radius: 8px;
  164. display: inline-block;
  165. left: -20px;
  166. top: -13px;
  167. text-align: center;
  168. background-color: #fff;
  169. line-height: 16px;
  170. font-size: 10px;
  171. }
  172. /*left*/
  173. .left {
  174. width: 820px;
  175. display: inline-block;
  176. vertical-align: top;
  177. margin-bottom: 50px;
  178. }
  179. /*right*/
  180. .right {
  181. width: 350px;
  182. display: inline-block;
  183. position: relative;
  184. top: -2px;
  185. margin-left: 10px;
  186. }
  187. td>.tdcar {
  188. display: inline-block;
  189. background-color: rgba(51, 204, 0, 1);
  190. padding: 5px 10px;
  191. text-align: center;
  192. color: #FFFFFF;
  193. border: 0;
  194. }
  195. td>.tddriver {
  196. display: inline-block;
  197. background-color: rgba(255, 0, 0, 1);
  198. padding: 5px 10px;
  199. text-align: center;
  200. color: #FFFFFF;
  201. border: 0;
  202. }
  203. td>.tdguide {
  204. display: inline-block;
  205. background-color: rgba(255, 153, 0, 1);
  206. padding: 5px 10px;
  207. text-align: center;
  208. color: #FFFFFF;
  209. border: 0;
  210. }
  211. /*右边可用状态*/
  212. .right_status_OK {
  213. display: inline-block;
  214. width: 50px;
  215. height: 22px;
  216. background-color: rgba(51, 204, 0, 1);
  217. color: #FFFFFF;
  218. margin-left: 35px;
  219. margin-top: 9px;
  220. border-radius: 10px;
  221. text-align: center;
  222. line-height: 22px;
  223. }
  224. .product_line_sort{
  225. width: 1200px;
  226. margin-top: 20px;
  227. overflow: auto;
  228. }
  229. table.tab_css_1 th {
  230. background-repeat:repeat-x;
  231. height:35px;
  232. }
  233. .tab_css_1 th{
  234. white-space: nowrap;
  235. }
  236. .tab_css_1 td{
  237. white-space: nowrap;
  238. height:35px;
  239. }
  240. body,table{
  241. font-size:12px;
  242. }
  243. table{
  244. empty-cells:show;
  245. border: 0;
  246. }
  247. .tr_css td{
  248. color: #1144EB;
  249. }
  250. .fenche{
  251. display: inline-block;
  252. border: 1px solid #ccc;
  253. width: 100px;
  254. height: 30px;
  255. text-align: center;
  256. line-height: 30px;
  257. }
  258. .add_car{
  259. display: inline-block;
  260. border: 1px solid #ccc;
  261. width: 80px;
  262. height: 30px;
  263. text-align: center;
  264. line-height: 30px;
  265. }
  266. .cut_car{
  267. display: inline-block;
  268. border: 1px solid #ccc;
  269. width: 80px;
  270. height: 30px;
  271. text-align: center;
  272. line-height: 30px;
  273. }
  274. .car_reset{
  275. display: inline-block;
  276. border: 1px solid #ccc;
  277. width: 100px;
  278. height: 30px;
  279. text-align: center;
  280. line-height: 30px;
  281. }
  282. .go_list{
  283. margin-left: 220px;
  284. display: inline-block;
  285. border: 1px solid #ccc;
  286. width: 80px;
  287. height: 30px;
  288. text-align: center;
  289. line-height: 30px;
  290. }
  291. .back_list{
  292. margin-left: 20px;
  293. display: inline-block;
  294. border: 1px solid #ccc;
  295. width: 80px;
  296. height: 30px;
  297. text-align: center;
  298. line-height: 30px;
  299. }
  300. .middle_2{
  301. margin-top: 30px;
  302. }
  303. .middle_3{
  304. margin: 10px;
  305. }
  306. .alert-block{
  307. display: none;
  308. position: absolute;
  309. top: 0;
  310. bottom: 0;
  311. right: 0;
  312. left: 0;
  313. background: rgba(0,0,0,0.5);
  314. z-index: 1000;
  315. }
  316. .amend_car_type{
  317. width: 750px;
  318. height: 400px;
  319. background-color: #ffffff;
  320. margin: 150px auto 0px;
  321. background-color: #FFFFFF;
  322. border: 1px solid #ccc;
  323. }
  324. .amend_car_top{
  325. height: 40px;
  326. line-height: 40px;
  327. padding: 0 25px;
  328. font-size: 16px;
  329. border-bottom: 1px solid #ccc;
  330. }
  331. .amend_car_center{
  332. height: 280px;
  333. border-bottom: 1px solid #ccc;
  334. overflow-y: auto;
  335. }
  336. .amend_car_bottom{
  337. height: 80px;
  338. }
  339. .amend_car_bottom_span1{
  340. display: inline-block;
  341. width: 120px;
  342. height: 80px;
  343. line-height: 80px;
  344. padding-left: 50px;
  345. }
  346. .amend_car_bottom_span3{
  347. display: inline-block;
  348. width: 70px;
  349. height: 28px;
  350. cursor: pointer;
  351. line-height: 28px;
  352. text-align: center;
  353. border: 1px solid #ccc;
  354. margin-left: 20px;
  355. position: relative;
  356. top: 2px;
  357. }
  358. .usable{
  359. float: right;
  360. width: 120px;
  361. height: 40px;
  362. vertical-align: top;
  363. }
  364. .usable_select{
  365. float: right;
  366. width: 120px;
  367. height: 40px;
  368. vertical-align: top;
  369. background-color: #f1f1f1;
  370. }
  371. .car_list_1{
  372. line-height: 40px;
  373. }
  374. .right_status_selset1{
  375. display: inline-block;
  376. width: 50px;
  377. height: 22px;
  378. background-color: #ffa500;
  379. color: #FFFFFF;
  380. margin-top: 9px;
  381. margin-left: 5px;
  382. border-radius: 10px;
  383. text-align: center;
  384. line-height: 22px;
  385. cursor: pointer;
  386. }
  387. .right_status_selset2{
  388. display: inline-block;
  389. width: 50px;
  390. height: 22px;
  391. background-color: #ccc;
  392. color: #FFFFFF;
  393. margin-top: 9px;
  394. margin-left: 5px;
  395. border-radius: 10px;
  396. text-align: center;
  397. line-height: 22px;
  398. cursor: pointer;
  399. }
  400. .right_status_NO {
  401. display: inline-block;
  402. width: 50px;
  403. height: 22px;
  404. background-color:rgba(190, 199, 187,1);
  405. color: #FFFFFF;
  406. margin-left: 35px;
  407. margin-top: 9px;
  408. border-radius: 10px;
  409. text-align: center;
  410. line-height: 22px;
  411. }
  412. .statusNO{
  413. background-color:gainsboro;
  414. }
  415. .left-table{
  416. min-height: 230px;
  417. position: relative;
  418. }
  419. .pageDiv{
  420. position: absolute;
  421. bottom: 0;
  422. right: 0
  423. }
  424. .right_content ul{
  425. overflow-y: auto;
  426. min-height: 320px;
  427. max-height: 900px
  428. }