html, body { width: 100%; height: 100%; margin: 0; padding: 0; background-color: transparent; color: #000000; } .content { width: 100%; height: 100%; border: none; display: flex; background-color: white; } .content_left { width: calc(25% - 20px); height: calc(100% - 20px); padding: 10px; position: relative; } .content_right { width: calc(75% - 20px); height: calc(100% - 20px); padding: 10px; } .list { width: 100%; height: 60%; } .title { width: 100%; height: 50px; display: flex; align-items: center; font-size: 18px; } .input { width: 100%; height: 50px; display: flex; align-items: center; font-size: 18px; } .input input { height: 45px; margin-left: 20px; margin-right: 20px; } .layui-btn { height: 45px; } .list-tree { width: 100%; height: calc(70% - 80px); } #ballTree { width: auto !important; } .title p:nth-child(1) { width: 16px; height: 4px; /* border: 1px solid #2F82FB; */ background-color: #2F82FB; /* border-radius: 14px 14px 0 0; */ -webkit-transform: rotate(90deg); margin: 2px 0 0 2px; /* -webkit-border-radius: 14px 14px 0 0; */ -moz-border-radius: 14px 14px 0 0; -ms-border-radius: 14px 14px 0 0; -o-border-radius: 14px 14px 0 0; } .btn { width: 94%; height: 50px; margin: 3%; display: flex; align-items: center; } .tbr { width: 100%; height: 50px; display: flex; align-items: center; margin-bottom: 10px; } .tbr ul { width: 100%; height: 42px; display: flex; align-items: center; border-bottom: 1px solid #eee !important; clear: both; } .tbr ul li { line-height: 42px; margin-right: 3%; margin-left: 3%; padding-left: 4%; padding-right: 4%; cursor: pointer; } .list { width: 100%; height: 100%; } .list_btn { width: 100%; height: 50px; display: flex; align-items: center; font-size: 18px; } .list_btn input { height: 45px; width: 20%; margin-left: 20px; margin-right: 20px; } .table { width: 100%; height: calc(100% - 55px); } .btn_bottom { position: absolute; bottom: 1%; left: 1%; width: 96%; display: flex; } .btn_ptz { width: 50%; margin-right: unset; } .btn_rank { width: 50%; margin-left: unset !important; } .layui-btn { line-height: 45px; } .layui_btn_custom { border: 1px #c2c2c2 solid; text-align: center; display: flex; justify-content: center; font-size: 16px; color: black; } .layui_btn_custom:hover { color: black; } .checkLi { border-bottom: 3px solid rgba(22, 155, 213, 1) !important; color: black !important; } .unCheckLi { border: none; color: #c2c2c2; } .checkBtn { background-color: #2F82FB !important; color: white !important; } .unCheckBtn { background: 0 0; } .layui-form-checked[lay-skin=primary] i { border-color: #2F82FB !important; background-color: #2F82FB; } .layui-table-view .layui-table td, .layui-table-view .layui-table th { padding: 0; border-top: none; border-left: none; border-right: none; border-right: none; } .layui-table-header { background-color: transparent !important; } .layui-table-header { border: none; } .layui-table-body { margin-right: -5px; } .layui-table-view .layui-table { width: 100%; } .laytable-cell-numbers { width: 66px !important; } .layui-table-view .layui-table th { height: 70px; color: #262626; } .layui-table td { font-size: 13px; height: 72px; } .layui-table th { font-size: 18px; } .layui-form-item .layui-inline { margin-right: unset; } .list-hide { display: none; } .list-show { display: block !important; } ::-webkit-input-placeholder { color: #c2c2c2; } ::-moz-placeholder { color: #c2c2c2; } :-ms-input-placeholder { color: #c2c2c2; } .layui-table-pageview { float: right !important; } /*滚动条样式start*/ ::-webkit-scrollbar { width: 5px; height: 10px; } ::-webkit-scrollbar-track { background: #e7e7f1 !important; border-radius: 10px; } ::-webkit-scrollbar-thumb { background: rgba(94, 96, 97, 0.43) !important; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: rgba(94, 96, 97, 0.43) !important; border-radius: 10px; } ::-webkit-scrollbar-thumb:active { background: rgba(94, 96, 97, 0.43) !important; border-radius: 10px; } /*滚动条样式end*/ .imgTable { width: 100%; height: 100%; overflow-y: auto; display: grid; grid-template-rows: repeat(4, 188px); grid-template-columns: repeat(4, 300px); justify-content: space-between; gap: 24px; } .item { margin: 10px; display: inline-grid; position: relative; } .item img { width: 100%; height: auto; } .item-checkbox { position: absolute; left: 100%; transform: translate(-65%, 0%); } /* lay主题风格*/ .dtree-lay-item-this { background-color: #d2d2d2 !important; } .dtree-nav-div { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .dtree-lay-item:hover { background-color: #eaeceb !important; } .dtree-lay-item cite { font-size: 16px !important; } .dtree-lay-dtreefont { font-size: 18px !important; } .dtree-lay-ficon { font-size: 18px !important; /* color:#393D49!important; */ } .top { position: sticky; top: 0; background: white !important; z-index: 100000; } .layui-none { line-height: 26px; padding: 30px 15px; text-align: center; color: #999; }