This repository has been archived on 2026-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wsh5485 7e47ce238b chore: 添加多个图片和资源文件
添加了管理后台所需的图片资源、Excel文件、安装程序以及设计相关的图片文件
2025-06-15 13:04:37 +08:00

61 lines
1.3 KiB
CSS

body {
background-color: white;
}
.pct-ck-page > * {
padding: 0 10px;
}
/* 顶部标题栏 */
.state_bar {
height: 45px;
line-height: 45px;
background-color: #f8f8f8;
border: 1px solid #eee;
margin-bottom: 10px;
}
.state_bar .text_title {
width: 100px;
float: left;
font-size: 16px;
}
.state_bar .btn_close {
width: 40px;
height: 40px;
line-height: 40px;
float: right;
cursor: pointer;
text-align: center;
}
/* 顶部操作栏 */
.header {
text-align: center;
background-color: #ffffff;
height: 45px;
line-height: 45px;
position: relative;
padding-left: 10px;
padding-right: 10px;
}
/* 自定义viewer */
.viewer-container {background-color: white !important;}
/* 自定义layui */
@media screen and (max-width: 448px) {
.layui-col-xxs12 { width: 100%; }
.layui-col-xxs12 { position: relative; display: block; box-sizing: border-box; }
.layui-col-xxs12 { float: left; }
}
#dds .layui-input, #bhs .layui-input, #pm-global-option .layui-input { padding-left: 0px;}
.u-list {
height: calc(100vh - 60px);
overflow-y: auto;
width: calc(100% - 16px);
padding: 0 8px;
display: flex;
flex-flow: wrap;
}
.u-list .u-list-item {
padding: 8px;
height: max-content;
margin: 0;
}