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.
 
 
 
 

51 lines
740 B

  1. .top_select{
  2. margin-left: 40px;
  3. margin-top: 40px;
  4. }
  5. #btns{
  6. margin-left: 40px;
  7. margin-top: 25px;
  8. }
  9. #add_btn{
  10. width: 130px;
  11. height: 30px;
  12. text-align: center;
  13. display: inline-block;
  14. line-height: 30px;
  15. background-color: lightgray;cursor:pointer;
  16. }
  17. #stop_btn{
  18. margin-left: 30px;
  19. width: 130px;
  20. height: 30px;
  21. text-align: center;
  22. display: inline-block;
  23. line-height: 30px;
  24. background-color: lightgray;cursor:pointer;
  25. }
  26. #search_btn{
  27. margin-left: 30px;
  28. width: 80px;
  29. height: 30px;
  30. text-align: center;
  31. display: inline-block;
  32. line-height: 30px;
  33. background-color: lightgray;cursor:pointer;
  34. }
  35. #keywords{
  36. widows: 260px;
  37. font-size: 13px;
  38. }
  39. body{
  40. min-width: 1100px;
  41. background-color: white;
  42. }
  43. .row{
  44. margin-top: 35px;
  45. }