Нет описания

receiveDepartment.css 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #phone_time_02{
  2. width: 199px;
  3. }
  4. .selects_box:before{
  5. z-index: 1;
  6. }
  7. .phone_bottom_02 >div:last-child{
  8. width: 44%;
  9. margin-left: 1%;
  10. background: url(img/jd_bg3.png) no-repeat center;
  11. background-size: 100% 100%;
  12. }
  13. .phone_bottom_02 >div:first-child{
  14. background: url(img/jd_bg2.png) no-repeat center;
  15. background-size: 100% 100%;
  16. width: 55%;
  17. }
  18. .phone_bottom_02 >div:first-child table{
  19. width: 95%;
  20. margin: 0 auto;
  21. color: #fff;
  22. font-size: 12px;
  23. }
  24. .table_box_02{
  25. margin-top: 30px;
  26. }
  27. .table_02>tbody>tr>td{
  28. border-top: 1px solid #3160a2;
  29. color: #00e9ff;
  30. }
  31. .table_02>thead>tr>td{
  32. border-top: 2px solid #3160a2;
  33. }
  34. .table_02>tbody>tr>td:first-child{
  35. color: #fff;
  36. }
  37. table thead, tbody tr {
  38. display:table;
  39. width:100%;
  40. table-layout:fixed;
  41. }
  42. .table_02>tbody>tr>td:last-child{
  43. color: #95e193;
  44. }
  45. .table_02>tbody>tr>td:nth-last-child(2){
  46. color: #ec6969!important;
  47. }
  48. .selects {
  49. height: 30px;
  50. margin-right: 15px;
  51. }
  52. .time_box1 {
  53. color: #00e9ff;
  54. }
  55. #time1_03{
  56. width: 199px;
  57. }
  58. .phone_bottom_03 >div:last-child{
  59. width: 40%;
  60. margin-left: 1%;
  61. background: url(img/jd_bg3.png) no-repeat center;
  62. background-size: 100% 100%;
  63. }
  64. .phone_bottom_04 >div:first-child{
  65. background: url(img/jd_bg2.png) no-repeat center;
  66. background-size: 100% 100%;
  67. width: 59%;
  68. }