You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
311 lines
5.0 KiB
311 lines
5.0 KiB
body, html {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #efefef;
|
|
}
|
|
|
|
html, html * {
|
|
scrollbar-width: thin;
|
|
}
|
|
|
|
hr {
|
|
border-bottom-color: #e3e3e3 !important;
|
|
}
|
|
|
|
.layui-layout-admin .layui-logo {
|
|
max-width: 300px;
|
|
width: auto;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.layui-nav-img {
|
|
height: 50px;
|
|
width: auto
|
|
}
|
|
|
|
.layui-body-width-max {
|
|
left: 0;
|
|
}
|
|
|
|
.layui-logo {
|
|
padding: 0 20px
|
|
}
|
|
|
|
.dtree-nav-item {
|
|
min-width: 90%;
|
|
/*overflow: hidden;*/
|
|
}
|
|
|
|
.dtree-nav-item .dtree-nav-div {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dtree-nav-item .dtree-nav-div cite {
|
|
white-space: nowrap
|
|
}
|
|
|
|
.dtree-theme-item-this {
|
|
background-color: #FFFFFF !important;
|
|
}
|
|
|
|
.dtree-theme-item:hover {
|
|
background-color: #efefef !important;
|
|
}
|
|
|
|
.dtree-theme-item-this {
|
|
color: orange !important;
|
|
}
|
|
|
|
.dtree-theme-item:hover cite {
|
|
color: orange !important;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
/*定义滑块
|
|
内阴影+圆角*/
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
background-color: #b9b9b9;
|
|
}
|
|
|
|
.flex-row {
|
|
display: flex;
|
|
flex-direction: row
|
|
}
|
|
|
|
.flex-column {
|
|
display: flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
.flex-fill {
|
|
display: flex;
|
|
flex-grow: 1
|
|
}
|
|
|
|
.layui-badge-rim, .layui-border, .layui-colla-content, .layui-colla-item, .layui-collapse, .layui-elem-field, .layui-form-pane .layui-form-item[pane], .layui-form-pane .layui-form-label, .layui-input, .layui-layedit, .layui-layedit-tool, .layui-panel, .layui-quote-nm, .layui-select, .layui-tab-bar, .layui-tab-card, .layui-tab-title, .layui-tab-title .layui-this:after, .layui-textarea {
|
|
border-color: #d0d0d0;
|
|
}
|
|
|
|
.layui-input:focus, .layui-textarea:focus {
|
|
border-color: #bbb !important;
|
|
}
|
|
|
|
.layui-input:hover, .layui-textarea:hover {
|
|
border-color: #bbb !important;
|
|
}
|
|
|
|
.layui-table-tool .layui-btn-container .layui-btn {
|
|
margin: 0
|
|
}
|
|
|
|
.layui-table-tool {
|
|
min-height: 58px;
|
|
}
|
|
|
|
.layui-table-view {
|
|
background: #FFF
|
|
}
|
|
|
|
.current-position {
|
|
color: #999
|
|
}
|
|
|
|
.current-position label {
|
|
color: #666
|
|
}
|
|
|
|
.dtree-toolbar {
|
|
box-shadow: 5px 3px 3px -3px black;
|
|
}
|
|
|
|
.dtree-toolbar .layui-nav-child dd a i {
|
|
margin-right: 5px;
|
|
font-size: 16px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.dtree-toolbar .layui-nav-child dd a i:hover {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.dtree-toolbar .layui-nav-child dd {
|
|
cursor: pointer;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.dtree-toolbar .layui-nav-child dd a {
|
|
padding: 0;
|
|
}
|
|
|
|
.dtree-theme-ficon {
|
|
color: #b9b9b9 !important;
|
|
}
|
|
|
|
.layui-tab-content {
|
|
padding: 7px 0
|
|
}
|
|
|
|
.dtree-icon-dian.dtree-theme-ficon {
|
|
color: #FFFFFF !important;
|
|
}
|
|
|
|
.max-layer .layui-card-header {
|
|
border-color: #EFEFEF
|
|
}
|
|
|
|
.layui-field-box {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
|
|
/* 目录页面样式 */
|
|
.layui-card .layui-form-item {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.layui-card .layui-form-item .layui-inline button {
|
|
margin-top: 10px
|
|
}
|
|
|
|
.dtree-nav-item .dtree-nav-div {
|
|
display: flex;
|
|
width: fit-content;
|
|
min-width: 100%;
|
|
}
|
|
|
|
.dtree-nav-item .dtree-nav-div cite {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.dtree-nav-item .dtree-nav-div cite .badge{
|
|
right: 0;
|
|
position: absolute;
|
|
}
|
|
.dtree-nav-div cite .badge label{
|
|
color: gray !important;
|
|
}
|
|
.dtree-nav-div cite .badge span {
|
|
margin-left: 5px;
|
|
font-size: 12px;
|
|
border-radius: 10px;
|
|
padding: 1px 8px;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
/*.layui-layer-page, .layui-layer-content{height: fit-content !important;}*/
|
|
.member.layui-col-space15 {
|
|
margin: 0;
|
|
}
|
|
|
|
.member .layui-layer-btn {
|
|
background: #fff;
|
|
}
|
|
|
|
.member {
|
|
background: #DDD;
|
|
width: 1000px;
|
|
}
|
|
|
|
.member .layui-table-view {
|
|
margin: 0;
|
|
border-color: #e8e8e8;
|
|
}
|
|
|
|
.member .layui-card-header {
|
|
color: gray
|
|
}
|
|
|
|
.member .layui-card-body {
|
|
padding: 10px;
|
|
}
|
|
|
|
.layer_notice {
|
|
float: left;
|
|
height: 680px;
|
|
width: 900px;
|
|
overflow: auto;
|
|
background: #333;
|
|
padding: 10px;
|
|
}
|
|
|
|
.layer_notice a {
|
|
color: #fff;
|
|
}
|
|
|
|
.layer_notice li {
|
|
line-height: 25px;
|
|
color: #fff;
|
|
}
|
|
.layui-menu{
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* 置标相关样式 */
|
|
.mark-type {
|
|
display: flex;
|
|
}
|
|
|
|
.mark-type .layui-form-label {
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
display: flex;
|
|
height: unset;
|
|
}
|
|
|
|
.mark-type .layui-input-block {
|
|
margin-left: 0 !important;
|
|
flex: 1;
|
|
}
|
|
fieldset .btn-box{
|
|
position: relative;
|
|
float: right;
|
|
top: -25px;
|
|
width: fit-content;
|
|
background: #fff;
|
|
padding-left: 10px;
|
|
}
|
|
fieldset a, fieldset a:hover{
|
|
color: #009688;
|
|
}
|
|
.layui-card-header .head-filter{
|
|
position: relative;
|
|
top: 2px;
|
|
width: 200px;
|
|
float: right;
|
|
}
|
|
.head-filter input{
|
|
border-width: 0;
|
|
padding-left: 25px;
|
|
}
|
|
.head-filter .layui-icon{
|
|
position: absolute;
|
|
top: 0;
|
|
font-size: 20px;
|
|
}
|
|
.dynamic-form{
|
|
display: flex;
|
|
max-width: 100%;
|
|
flex-flow: wrap;
|
|
}
|
|
.dynamic-form .layui-form-item{
|
|
display: flex;
|
|
justify-content: center;
|
|
width: calc(50% - 20px);
|
|
margin-left: 10px;
|
|
}
|
|
.dynamic-form .layui-form-label{
|
|
width: 100px;
|
|
}
|
|
.dynamic-form .layui-input-block{
|
|
margin-left: 0;
|
|
flex: 1;
|
|
} |