You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .main_style{
  2. float: left;
  3. margin-top: 35px;
  4. margin-left: 40px;
  5. }
  6. .sole_line{
  7. width: 100px;
  8. height: 36px;
  9. display: inline-block;
  10. line-height: 36px;
  11. text-align: center;
  12. cursor: pointer;
  13. border-top-left-radius: 5px;
  14. border-top-right-radius: 5px;
  15. border-top: 1px solid #CCCCCC;
  16. border-right: 1px solid #CCCCCC;
  17. border-left: 1px solid #CCCCCC;
  18. top: 1px;
  19. position: relative;
  20. background: white;
  21. }
  22. .com_line{
  23. width: 100px;
  24. height: 36px;
  25. display: inline-block;
  26. line-height: 36px;
  27. text-align: center;
  28. cursor: pointer;
  29. border-top-left-radius: 5px;
  30. border-top-right-radius: 5px;
  31. border-top: 1px solid #CCCCCC;
  32. border-right: 1px solid #CCCCCC;
  33. border-left: 1px solid #CCCCCC;
  34. }
  35. .top{
  36. border-bottom: 1px solid lightgray;
  37. width: 1160px;
  38. }
  39. .middle{
  40. border: 2px solid lightgray;
  41. width: 1160px;
  42. height: 90px;
  43. }
  44. .middle_2{
  45. width: 1160px;
  46. margin-top: 50px;
  47. }
  48. .first{
  49. margin-top: 30px;
  50. padding-left: 30px;
  51. }
  52. .second{
  53. margin-top: 30px;
  54. padding-left: 30px;
  55. }
  56. select{
  57. height: 26px;
  58. padding: 3px 4px;
  59. }
  60. .yestaday{
  61. width: 50px;
  62. height: 28px;
  63. text-align: center;
  64. margin-left: 10px;
  65. border: 1px solid rgb(204,204,204);
  66. display: inline-block;
  67. line-height: 28px;
  68. background-color: lightgray;
  69. cursor: pointer;
  70. }
  71. .today{
  72. width: 50px;
  73. height: 28px;
  74. text-align: center;
  75. margin-left: 5px;
  76. border: 1px solid rgb(204,204,204);
  77. display: inline-block;
  78. line-height: 28px;
  79. background-color: lightgray;
  80. cursor: pointer;
  81. }
  82. .order_status_a{
  83. width: 60px;
  84. height: 28px;
  85. text-align: center;
  86. margin-left: 0px;
  87. border: 1px solid rgb(204,204,204);
  88. display: inline-block;
  89. line-height: 28px;
  90. background-color: lightgray;
  91. cursor: pointer;
  92. }
  93. .order_status{
  94. width: 60px;
  95. height: 28px;
  96. text-align: center;
  97. margin-left: 15px;
  98. border: 1px solid rgb(204,204,204);
  99. display: inline-block;
  100. line-height: 28px;
  101. background-color: lightgray;
  102. cursor: pointer;
  103. }
  104. .search_btn{
  105. width: 80px;
  106. height: 28px;
  107. text-align: center;
  108. margin-left: 45px;
  109. border: 1px solid rgb(204,204,204);
  110. display: inline-block;
  111. line-height: 28px;
  112. background-color: lightgray;
  113. cursor: pointer;
  114. }
  115. .row {
  116. margin-right: 0px;
  117. margin-left: 0px;
  118. }
  119. .add_car{
  120. display: inline-block;
  121. border: 1px solid #ccc;
  122. width: 100px;
  123. height: 30px;
  124. text-align: center;
  125. line-height: 30px;
  126. }
  127. .line_start{
  128. display: inline-block;
  129. border: 1px solid #ccc;
  130. width: 80px;
  131. height: 30px;
  132. text-align: center;
  133. line-height: 30px;
  134. }
  135. .line_stop{
  136. display: inline-block;
  137. border: 1px solid #ccc;
  138. width: 80px;
  139. height: 30px;
  140. text-align: center;
  141. line-height: 30px;
  142. }