Açıklama Yok

sourceChannel.css 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .selects {
  2. height: initial;
  3. }
  4. #time1{
  5. width: 199px;
  6. }
  7. #time2,
  8. #time3 {
  9. width: 198px;
  10. }
  11. .phone_bottom>div:last-child {
  12. width: 49%;
  13. margin-left: 1%;
  14. background: url(img/jd_bg2.png) no-repeat center;
  15. background-size: 100% 100%;
  16. }
  17. .phone_bottom>div:first-child {
  18. background: url(img/jd_bg2.png) no-repeat center;
  19. background-size: 100% 100%;
  20. width: 50%;
  21. }
  22. .phone_bottom>div:first-child table {
  23. width: 95%;
  24. margin: 0 auto;
  25. color: #fff;
  26. font-size: 12px;
  27. }
  28. .table_box {
  29. margin-top: 30px;
  30. }
  31. .table>tbody>tr>td {
  32. border-top: 1px solid #3160a2;
  33. }
  34. .table>thead>tr>td {
  35. border-top: 2px solid #3160a2;
  36. }
  37. .text_color1 {
  38. color: #00e9ff;
  39. }
  40. .text_color2 {
  41. color: #ec6969;
  42. }
  43. .text_color3 {
  44. color: #95e193;
  45. }
  46. table thead,
  47. tbody tr {
  48. display: table;
  49. width: 100%;
  50. table-layout: fixed;
  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. height: 20px;
  63. line-height: 15px;
  64. margin-top: 35px;
  65. }
  66. .bottom_right ul.complaint_typeL li{
  67. text-align: right;
  68. margin-left: 30px;
  69. }
  70. .bottom_right ul.complaint_typeR li{
  71. text-align: left;
  72. /*margin-right: 25px;*/
  73. }
  74. .bottom_right ul li:nth-of-type(1) {
  75. margin-top: 40px;
  76. background: url(img/sbx_line0.png) no-repeat;
  77. }
  78. .bottom_right ul li:nth-of-type(2) {
  79. background: url(img/sbx_line1.png) no-repeat;
  80. }
  81. .bottom_right ul.complaint_typeR li:nth-of-type(1) {
  82. background: url(img/sbx_liner0.png) no-repeat;
  83. }
  84. .bottom_right ul.complaint_typeR li:nth-of-type(2) {
  85. background: url(img/sbx_liner1.png) no-repeat;
  86. }
  87. .bottom_right ul li:nth-of-type(3) {
  88. background: url(img/sbx_line2.png) no-repeat;
  89. }
  90. .bottom_right ul.complaint_typeR li:nth-of-type(3) {
  91. background: url(img/sbx_liner2.png) no-repeat;
  92. }
  93. .bottom_right ul li:nth-of-type(4) {
  94. background: url(img/sbx_line3.png) no-repeat;
  95. }
  96. .bottom_right ul.complaint_typeR li:nth-of-type(4) {
  97. background: url(img/sbx_liner3.png) no-repeat;
  98. }
  99. .bottom_right ul li:nth-of-type(5) {
  100. background: url(img/sbx_line4.png) no-repeat;
  101. }
  102. .bottom_right ul.complaint_typeR li:nth-of-type(5) {
  103. background: url(img/sbx_liner4.png) no-repeat;
  104. }
  105. .bottom_right ul li:nth-of-type(6) {
  106. background: url(img/sbx_line5.png) no-repeat;
  107. }
  108. .bottom_right ul.complaint_typeR li:nth-of-type(6) {
  109. background: url(img/sbx_liner5.png) no-repeat;
  110. }
  111. .type_name {
  112. color: #00e9ff;
  113. }
  114. .type_count {
  115. color: #fff;
  116. margin-left: 18px;
  117. }
  118. .time_box1 {
  119. color: #00e9ff;
  120. position: absolute;
  121. top: 20px;
  122. right: 20px;
  123. }