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.
 
 
 
 

41 lines
437 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. .nav_title {
  18. margin: 40px 0 0 0;
  19. }
  20. .bottom_div{
  21. position: fixed;
  22. left: 0;
  23. right: 0;
  24. bottom: 0;
  25. padding: 15px 25px ;
  26. background: #fff;
  27. }
  28. #div_order{
  29. margin-bottom: 50px;
  30. }
  31. td {
  32. height: 60px;
  33. }