site.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. body{overflow: hidden;}
  2. input,select,textarea{background-color: #2a3948 !important; border: 1px solid #2a3948 !important;color:#000 !important;}
  3. table thead{font-weight: bold;}
  4. table tr{height: 30px;}
  5. table td{padding:5px;}
  6. b,strong{font-weight: bold !important;}
  7. /* 设置滚动条的样式 */
  8. ::-webkit-scrollbar {
  9. width:12px;
  10. }
  11. /* 滚动槽 */
  12. ::-webkit-scrollbar-track {
  13. -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
  14. border-radius:10px;
  15. }
  16. /* 滚动条滑块 */
  17. ::-webkit-scrollbar-thumb {
  18. border-radius:10px;
  19. background:rgba(0,0,0,0.1);
  20. -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
  21. }
  22. ::-webkit-scrollbar-thumb:window-inactive {
  23. background:rgba(255,0,0,0.4);
  24. }
  25. .pagebar{height: 5rem;width: 100%;text-align: center;margin-top: 1.6rem;}
  26. .pagination a {
  27. text-decoration: none;
  28. color: #b4b9b4;
  29. }
  30. .pagination a, .pagination span {
  31. border: 1px solid #9ea69e;
  32. display: inline-block;
  33. padding: 0.1em 0.4em;
  34. margin-right: 5px;
  35. margin-bottom: 5px;
  36. }
  37. .pagination .current {
  38. background: transparent;
  39. color: #fff;
  40. border: 1px solid #fff;
  41. }
  42. .pagination .current.prev, .pagination .current.next{
  43. color:#4f524f;
  44. border-color:#646c64;
  45. background:#101b10;
  46. }
  47. .btn{background:#3A1E71 !important;border-radius: 3px;border: 1px solid #A38BF3;font-size: 1.4rem;height: 3.2rem;line-height: 3.2rem;cursor: pointer;}
  48. .btn>i{margin-right: 0.5rem;}
  49. .btn:hover{
  50. font-weight: bold;
  51. font-size: 1.6rem;
  52. }
  53. .loading_small{background-image: url('/images/loadingsmall.gif');display: block;width: 16px;height: 16px;}
  54. .label-max-content {
  55. width: max-content;
  56. }
  57. .show {
  58. display: block !important;
  59. }
  60. .hidden {
  61. display: none !important;
  62. }
  63. .invisible {
  64. visibility: hidden;
  65. }
  66. .text_overflow{
  67. overflow: hidden;text-overflow:ellipsis;white-space:nowrap;display: block;
  68. }
  69. .text_overflow150{
  70. overflow: hidden;text-overflow:ellipsis;white-space:nowrap;width: 150px;display: block;
  71. }
  72. .l_r{text-align:right}
  73. .l_c{text-align:center}
  74. .l_l{text-align:left}
  75. .f_l{float: left;}
  76. .f_r{float: right;}
  77. .fs10{font-size: 0.8rem}
  78. .fs12{font-size: 1rem}
  79. .abs{position:absolute}
  80. .layui-input{
  81. width: 10rem;
  82. background-color: #fff !important;
  83. border: 1px solid #C8D4E2 !important;
  84. border-radius: 3px !important;
  85. height: 3.2rem !important;
  86. font-size: 1.25rem;
  87. }
  88. select>option{
  89. background-color: #fff !important;
  90. }
  91. select>option:hover{
  92. background-color: #A38BF3 !important;
  93. }