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.
 
 
 
 

112 rivejä
1.5 KiB

  1. .main_style{
  2. float: left;
  3. margin-top: 35px;
  4. margin-left: 40px;
  5. min-width: 1160px;
  6. }
  7. .top{
  8. background-color: #E5E5E5;
  9. border: 1px solid #CCCCCC;
  10. width: 1160px;
  11. height: 60px;
  12. padding-top: 20px;
  13. }
  14. .date{
  15. padding-left: 20px;
  16. }
  17. .line_code , .line_name, .line_code1, .line_name1 {
  18. padding-left: 10px;
  19. }
  20. .people_count{
  21. padding-left: 40px;
  22. }
  23. #sample-table-1 th,td{
  24. vertical-align: middle!important;
  25. text-align: center;
  26. }
  27. .table_width{
  28. width: 1160px;
  29. margin-top: 40px;
  30. }
  31. input{
  32. font-size : 13px;
  33. }
  34. select{
  35. height: 28px;
  36. }
  37. .add_btn{
  38. width: 50px;
  39. height: 28px;
  40. text-align: center;
  41. display: inline-block;
  42. line-height: 28px;
  43. background-color: white;
  44. cursor: pointer;
  45. color: #3E8ACC;
  46. }
  47. .bottom{
  48. width: 1160px;
  49. padding-top: 20px;
  50. border-top: 1px solid #e5e5e5;
  51. margin-top: 20px;
  52. }
  53. .del{
  54. cursor: pointer;
  55. color: #3E8ACC;
  56. }
  57. .save_btn{
  58. width: 70px;
  59. height: 35px;
  60. text-align: center;
  61. border: 1px solid rgb(204,204,204);
  62. display: inline-block;
  63. margin-left: 30px;
  64. line-height: 35px;
  65. background-color: lightgray;
  66. cursor: pointer;
  67. }
  68. .end_time{
  69. width: 120px;
  70. height: 28px !important;
  71. }
  72. .unit{
  73. width: 120px;
  74. display: inline-block;
  75. border: 0;
  76. margin-bottom: 0;
  77. }
  78. .combo-select{
  79. position: relative;
  80. max-width: 400px;
  81. margin-bottom: 0 !important;
  82. font: 100% Helvetica, Arial, Sans-serif;
  83. border: 1px #ccc solid;
  84. border-radius: 3px;
  85. }
  86. .combo-input {
  87. font-size: 13px !important;
  88. }
  89. .end_time{
  90. font-size: 13px !important;
  91. }