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.
 
 
 
 

98 lines
1.4 KiB

  1. .main_style{
  2. float: left;
  3. margin-top: 35px;
  4. margin-left: 40px;
  5. min-width: 1160px;
  6. }
  7. .top{
  8. width: 1160px;
  9. height: 70px;
  10. padding-left: 30px;
  11. border: 1px solid #E5E5E5;
  12. padding-top: 20px;
  13. }
  14. .today{
  15. width: 50px;
  16. height: 26px;
  17. text-align: center;
  18. margin-left: 10px;
  19. border: 1px solid rgb(204,204,204);
  20. display: inline-block;
  21. line-height: 26px;
  22. background-color: lightgray;
  23. cursor: pointer;
  24. }
  25. .yesterday{
  26. width: 50px;
  27. height: 26px;
  28. text-align: center;
  29. margin-left: 5px;
  30. border: 1px solid rgb(204,204,204);
  31. display: inline-block;
  32. line-height: 26px;
  33. background-color: lightgray;
  34. cursor: pointer;
  35. }
  36. .start_time {
  37. height: 25px !important;
  38. width: 110px;
  39. }
  40. .end_time {
  41. height: 25px !important;
  42. width: 110px;
  43. padding-left: 5px;
  44. }
  45. .line{
  46. width: 130px;
  47. }
  48. .order_channel{
  49. width: 130px;
  50. }
  51. .line_div{
  52. padding-left: 30px;
  53. }
  54. .css_div{
  55. padding-left: 5px;
  56. }
  57. input{
  58. font-size: 13px;
  59. }
  60. select{
  61. height: 28px;
  62. }
  63. .div_status{
  64. padding-left: 50px;
  65. }
  66. .search_btn{
  67. width: 70px;
  68. height: 30px;
  69. text-align: center;
  70. margin-left: 40px;
  71. border: 1px solid rgb(204,204,204);
  72. display: inline-block;
  73. line-height: 30px;
  74. background-color: lightgray;
  75. cursor: pointer;
  76. }
  77. .table th,td{
  78. vertical-align: middle!important;
  79. text-align: center;
  80. }
  81. .table_width{
  82. width: 1160px;
  83. margin-top: 40px;
  84. }