Нет описания

complaintsReport.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. #time1{
  2. width: 155px;
  3. }
  4. #time2_05,
  5. #time3_05 {
  6. width: 198px;
  7. }
  8. .selects_box:before {
  9. z-index: 1;
  10. }
  11. .phone_bottom_05>div:last-child {
  12. width: 44%;
  13. margin-left: 1%;
  14. background: url(img/jd_bg3.png) no-repeat center;
  15. background-size: 100% 100%;
  16. }
  17. .phone_bottom_05>div:first-child {
  18. background: url(img/jd_bg2.png) no-repeat center;
  19. background-size: 100% 100%;
  20. width: 55%;
  21. }
  22. .phone_bottom_05>div:first-child table {
  23. width: 95%;
  24. margin: 0 auto;
  25. color: #fff;
  26. font-size: 12px;
  27. }
  28. .table_box_05 {
  29. margin-top: 30px;
  30. }
  31. .table_05>thead>tr>td {
  32. border-top: 2px solid #3160a2;
  33. }
  34. .table_05>tbody>tr>td{
  35. border-top: 1px solid #3160a2;
  36. color: #00e9ff;
  37. }
  38. .table_05>tbody>tr>td:first-child{
  39. color: #fff;
  40. }
  41. table thead, tbody tr {
  42. display:table;
  43. width:100%;
  44. table-layout:fixed;
  45. }
  46. .table_05>tbody>tr>td:last-child{
  47. color: #95e193;
  48. }
  49. .table_05>tbody>tr>td:nth-last-child(2){
  50. color: #ec6969!important;
  51. }
  52. .quadrangle {
  53. display: inline-block;
  54. width: 9px;
  55. height: 20px;
  56. background: #69e1a9;
  57. transform: skewX(20deg);
  58. }
  59. .bottom_right li {
  60. position: relative;
  61. width: 134px;
  62. text-align: right;
  63. height: 20px;
  64. line-height: 15px;
  65. margin-top: 35px;
  66. margin-left: 30px;
  67. }
  68. .bottom_right ul li:nth-of-type(1) {
  69. margin-top: 40px;
  70. background: url(img/sbx_line0.png) no-repeat;
  71. }
  72. .bottom_right ul li:nth-of-type(2) {
  73. background: url(img/sbx_line1.png) no-repeat;
  74. }
  75. .bottom_right ul li:nth-of-type(3) {
  76. background: url(img/sbx_line2.png) no-repeat;
  77. }
  78. .bottom_right ul li:nth-of-type(4) {
  79. background: url(img/sbx_line3.png) no-repeat;
  80. }
  81. .bottom_right ul li:nth-of-type(5) {
  82. background: url(img/sbx_line4.png) no-repeat;
  83. }
  84. .bottom_right ul li:nth-of-type(6) {
  85. background: url(img/sbx_line5.png) no-repeat;
  86. }
  87. .type_name {
  88. color: #00e9ff;
  89. }
  90. .type_count {
  91. color: #fff;
  92. margin-left: 25px;
  93. }
  94. .selects {
  95. height: 30px;
  96. margin-right: 15px;
  97. }