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.
 
 
 
 

39 lines
420 B

  1. .dis_search {
  2. border: 1px solid #ddd;
  3. }
  4. .combo-select {
  5. width: 141px;
  6. margin-bottom: 0px;
  7. }
  8. .search_name {
  9. display: inline-block;
  10. width: 85px;
  11. text-align: right;
  12. }
  13. .search_first {
  14. margin-bottom: 10px;
  15. margin-top: 15px;
  16. }
  17. .bottom_div{
  18. position: fixed;
  19. left: 0;
  20. right: 0;
  21. bottom: 0;
  22. padding: 15px 25px ;
  23. background: #fff;
  24. }
  25. #div_order{
  26. margin-top: 30px;
  27. margin-bottom: 50px;
  28. }
  29. td {
  30. height: 60px;
  31. }