admin-index.css 724 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .wrap {
  2. width: 1300px;
  3. /* margin: 0 auto; */
  4. margin-left: 20px;
  5. }
  6. .header {
  7. line-height: 60px;
  8. box-sizing: border-box;
  9. }
  10. .header span {
  11. margin-right: 40px;
  12. color: black;
  13. font-size: 20px;
  14. }
  15. .aside {
  16. width: 150px;
  17. margin-top: 50px;
  18. float: left;
  19. }
  20. .aside div{
  21. margin-top:30px;
  22. }
  23. .time {
  24. line-height: 50px;
  25. }
  26. .content {
  27. width: 1060px;
  28. /* height: 300px; */
  29. margin-top: 30px;
  30. float: left;
  31. }
  32. .content a {
  33. display: inline-block;
  34. width: 100%;
  35. line-height: 60px;
  36. }
  37. .footer {
  38. height: 300px;
  39. }
  40. .footer .col-md {
  41. text-align: center ;
  42. }
  43. .text_center {
  44. text-align: center;
  45. }
  46. .content_nav {
  47. height: 100%;
  48. }
  49. .table > tbody > tr > th {
  50. line-height: 30px;
  51. }
  52. .modal-content {
  53. width: 800px;
  54. }