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.
 
 
 
 

59 lines
924 B

  1. .search_supplier{
  2. border: 1px solid lightgray;
  3. padding: 30px 0;
  4. margin-top: 40px;
  5. margin-left: 35px;
  6. }
  7. #search_btn{
  8. width: 80px;
  9. height: 30px;
  10. display: inline-block;
  11. line-height: 30px;
  12. text-align: center;
  13. cursor: pointer;
  14. margin-left: 25px;
  15. }
  16. .title_top_layer{
  17. font-size: 16px;
  18. font-weight: bold;
  19. position: relative;
  20. padding: 5px;
  21. background-color: white;
  22. left: 50px;
  23. display: inline-block;
  24. top: 57px;
  25. }
  26. #add_supplier{
  27. width: 120px;
  28. height: 30px;
  29. text-align: center;
  30. display: inline-block;
  31. line-height: 30px;
  32. background-color: lightgray;
  33. cursor: pointer;
  34. margin-left: 35px;
  35. }
  36. .start_stop{
  37. width: 70px;
  38. height: 30px;
  39. text-align: center;
  40. display: inline-block;
  41. line-height: 30px;
  42. background-color: lightgray;
  43. cursor: pointer;
  44. }
  45. .row{
  46. margin-left: 35px;
  47. margin-top: 20px;
  48. }
  49. .col-xs-12{
  50. padding-left: 0;
  51. }