bookManger.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .header-right a {
  2. font-size: 20px;
  3. color: #e77e11;
  4. }
  5. .list input {
  6. text-align: center;
  7. }
  8. .list .add {
  9. padding: 10px 0;
  10. }
  11. .list .add a {
  12. width: 80px;
  13. height: 30px;
  14. background-color: #e77e11;
  15. color: #fff;
  16. border: none;
  17. outline: none;
  18. text-align: center;
  19. line-height: 30px;
  20. }
  21. .list table th {
  22. height: 40px !important;
  23. }
  24. .list table td {
  25. padding: 5px 0 !important;
  26. }
  27. .list table td img {
  28. width: 60px !important;
  29. height: 60px !important;
  30. }
  31. .list table td a {
  32. display: inline;
  33. color: #e77e11;
  34. }
  35. .list table td .del {
  36. margin-left: 10px;
  37. color: red;
  38. }
  39. .list .footer {
  40. margin-top: 3px !important;
  41. justify-content: flex-end !important;
  42. }
  43. .list .footer-right {
  44. height: 50px;
  45. display: flex;
  46. justify-content: flex-end;
  47. align-items: center;
  48. color: #666;
  49. font-size: 20px;
  50. }
  51. .list .footer-right div {
  52. margin: 0 5px;
  53. cursor: pointer;
  54. text-decoration: underline;
  55. }
  56. .list .footer-right span {
  57. margin: 0 5px !important;
  58. font-size: 20px !important;
  59. color: #666 !important;
  60. }
  61. .list .footer-right ul li {
  62. float: left;
  63. cursor: pointer;
  64. text-decoration: underline;
  65. }
  66. .list .footer-right ul li:nth-child(n + 2) {
  67. margin-left: 10px;
  68. }
  69. .list .footer-right ul li.active {
  70. font-weight: 700;
  71. color: #e77e11;
  72. font-size: 24px;
  73. }
  74. .list .footer-right input {
  75. width: 40px;
  76. height: 30px;
  77. }
  78. .list .footer-right button {
  79. width: 60px;
  80. height: 30px;
  81. border: none;
  82. outline: none;
  83. background-color: #e77e11;
  84. color: #fff;
  85. margin-left: 10px;
  86. cursor: pointer;
  87. }