index.css 774 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .header{
  6. margin: 60px auto;
  7. width: 1000px;
  8. position: relative;
  9. }
  10. .header .btnbox{
  11. position: absolute;
  12. right: 1px;
  13. top: 45px;
  14. }
  15. .header .btnbox button{
  16. margin-left: 5px;
  17. }
  18. .table{
  19. width: 1000px;
  20. margin: 10px auto;
  21. }
  22. .table tr td button span{
  23. display: inline-block;
  24. width: 16px;
  25. height: 16px;
  26. background: url("../sources/edit.png");
  27. }
  28. .foot{
  29. width: 22%;
  30. margin: 10px auto;
  31. }
  32. #editbtn{
  33. margin-right: 10%;
  34. }
  35. .alert{
  36. margin-left: 222px;
  37. }
  38. .none{
  39. display: none;
  40. }
  41. .find{
  42. margin-left: 528px;
  43. margin-top: -5px;
  44. width: 30%;
  45. }
  46. .tabdiv{
  47. justify-content: center;
  48. display: flex;
  49. box-sizing: border-box;
  50. }