123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- body{overflow: hidden;}
- input,select,textarea{background-color: #2a3948 !important; border: 1px solid #2a3948 !important;color:#000 !important;}
- table thead{font-weight: bold;}
- table tr{height: 30px;}
- table td{padding:5px;}
- b,strong{font-weight: bold !important;}
- /* 设置滚动条的样式 */
- ::-webkit-scrollbar {
- width:12px;
- }
- /* 滚动槽 */
- ::-webkit-scrollbar-track {
- -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
- border-radius:10px;
- }
- /* 滚动条滑块 */
- ::-webkit-scrollbar-thumb {
- border-radius:10px;
- background:rgba(0,0,0,0.1);
- -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
- }
- ::-webkit-scrollbar-thumb:window-inactive {
- background:rgba(255,0,0,0.4);
- }
- .pagebar{height: 5rem;width: 100%;text-align: center;margin-top: 1.6rem;}
- .pagination a {
- text-decoration: none;
- color: #b4b9b4;
- }
- .pagination a, .pagination span {
- border: 1px solid #9ea69e;
- display: inline-block;
- padding: 0.1em 0.4em;
- margin-right: 5px;
- margin-bottom: 5px;
- }
- .pagination .current {
- background: transparent;
- color: #fff;
- border: 1px solid #fff;
- }
- .pagination .current.prev, .pagination .current.next{
- color:#4f524f;
- border-color:#646c64;
- background:#101b10;
- }
- .btn{background:#3A1E71 !important;border-radius: 3px;border: 1px solid #A38BF3;font-size: 1.4rem;height: 3.2rem;line-height: 3.2rem;cursor: pointer;}
- .btn>i{margin-right: 0.5rem;}
- .btn:hover{
- font-weight: bold;
- font-size: 1.6rem;
- }
- .loading_small{background-image: url('/images/loadingsmall.gif');display: block;width: 16px;height: 16px;}
- .label-max-content {
- width: max-content;
- }
- .show {
- display: block !important;
- }
- .hidden {
- display: none !important;
- }
- .invisible {
- visibility: hidden;
- }
- .text_overflow{
- overflow: hidden;text-overflow:ellipsis;white-space:nowrap;display: block;
- }
- .text_overflow150{
- overflow: hidden;text-overflow:ellipsis;white-space:nowrap;width: 150px;display: block;
- }
- .l_r{text-align:right}
- .l_c{text-align:center}
- .l_l{text-align:left}
- .f_l{float: left;}
- .f_r{float: right;}
- .fs10{font-size: 0.8rem}
- .fs12{font-size: 1rem}
- .abs{position:absolute}
- .layui-input{
- width: 10rem;
- background-color: #fff !important;
- border: 1px solid #C8D4E2 !important;
- border-radius: 3px !important;
- height: 3.2rem !important;
- font-size: 1.25rem;
- }
- select>option{
- background-color: #fff !important;
- }
- select>option:hover{
- background-color: #A38BF3 !important;
- }
|