mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
175 lines
2.8 KiB
CSS
175 lines
2.8 KiB
CSS
.left-bottom-options {
|
|
position : fixed;
|
|
left : 20px;
|
|
bottom : 60px;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
color : #fff;
|
|
font-size : 35px;
|
|
padding : 3px 5px;
|
|
}
|
|
|
|
|
|
.main-container {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.layui-table img {
|
|
max-width : 60px;
|
|
max-height: 60px;
|
|
}
|
|
|
|
.table-card-box {
|
|
margin-top : 15px;
|
|
background-color: #eee;
|
|
padding : 15px 5px;
|
|
}
|
|
|
|
.table-card-item {
|
|
|
|
margin-top : 5px;
|
|
display : flex;
|
|
justify-content: flex-start;
|
|
align-items : flex-start;
|
|
}
|
|
|
|
.table-card-item img {
|
|
max-width : 60px;
|
|
max-height: 60px;
|
|
}
|
|
|
|
.table-card-item .item-title {
|
|
padding : 5px;
|
|
font-size: 16px;
|
|
width : 20%;
|
|
}
|
|
|
|
.table-card-item .item-value {
|
|
padding : 5px;
|
|
margin : 5px;
|
|
background-color: #fff;
|
|
min-width : 80%;
|
|
white-space : normal;
|
|
word-break : break-all;
|
|
}
|
|
|
|
.layui-form-radio {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
|
|
.quick-input-item {
|
|
width : 120px;
|
|
margin : 3px 0;
|
|
margin-top : 15px;
|
|
padding : 5px 0;
|
|
border-top : 1px solid #bbb;
|
|
border-bottom: 1px solid #bbb;
|
|
}
|
|
|
|
|
|
|
|
.quick-input-item.sm-quick-input-item .layui-btn {
|
|
line-height: 24px;
|
|
height : 24px;
|
|
font-size : 12px;
|
|
padding : 0 12px;
|
|
|
|
}
|
|
|
|
.quick-input-item.sm-quick-input-item .layui-input {
|
|
line-height: 24px;
|
|
height : 24px;
|
|
}
|
|
|
|
.ul-flex {
|
|
display: flex;
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.layui-body {
|
|
left: 0;
|
|
}
|
|
|
|
.layui-layout-admin .layui-footer {
|
|
left: 0;
|
|
}
|
|
|
|
.layui-layout-admin .layui-logo {
|
|
width: 115px;
|
|
}
|
|
|
|
.layui-layout-admin .layui-side {
|
|
width : 100%;
|
|
overflow-x: hidden;
|
|
height : 100%;
|
|
position : unset;
|
|
}
|
|
|
|
.layui-layer-content .layui-hide-xs {
|
|
display: unset !important;
|
|
}
|
|
|
|
.layui-nav-tree {
|
|
width : 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
.w-e-text-container ul li {
|
|
list-style: inherit;
|
|
}
|
|
|
|
|
|
|
|
.ul-nav-card-item {
|
|
padding: 0 15px;
|
|
border: 1px solid #ddd;
|
|
border-radius: 6px;
|
|
height: 82px;
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.ul-nav-card-item-left {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.ul-nav-card-item-icon {
|
|
font-size: 28px;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 5px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
background: #2E4158;
|
|
display: inline-block;
|
|
color: #fff;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.ul-nav-card-item-info {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.ul-nav-card-item-title {
|
|
font-size: 14px;
|
|
color: #253647;
|
|
font-weight: 700;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.ul-nav-card-item-desc {
|
|
color: #666;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.ul-nav-card-item.disabled .ul-nav-card-item-icon {
|
|
background-color: #908b8b;
|
|
}
|