chore: 添加多个图片和资源文件

添加了管理后台所需的图片资源、Excel文件、安装程序以及设计相关的图片文件
This commit is contained in:
2025-06-15 13:04:37 +08:00
parent 1e61dc3970
commit 7e47ce238b
13220 changed files with 1377028 additions and 0 deletions
+71
View File
@@ -0,0 +1,71 @@
/* dk */
/* dk_single */
/* 监听body点击冒泡,iOS没有该属性无法监听 */
.htm-dk-single body { cursor:pointer }
.htm-dk-single .content .main-img-area .-box {
position: relative;
width: 300px;
height: 400px;
line-height: 400px;
box-shadow: rgb(208, 208, 208) 1px 1px 10px 3px;
border-radius: 4px;
padding: 8px;
}
.htm-dk-single .content .main-img-area .-box .-show>video {
max-width: 280px; max-height: 340px; margin-top: 10px;
}
.htm-dk-single .content .main-img-area .-box .-show>img {
max-width: 300px; max-height: 400px;
border-radius: 4px;
}
.htm-dk-single .content .main-img-area .-box .-choose {
position: absolute; line-height: 40px; left: 0; bottom: 0; text-align: left;
}
.htm-dk-single .content .main-img-area .-box .-choose .-item {
width: 30px; height: 40px; line-height: 40px; margin: 1px; display: inline-block; text-align: center; vertical-align: middle;
padding: 2px;
border-radius: 4px;
}
.htm-dk-single .content .main-img-area .-box .-choose .-item:not(.active) {
border: solid 1px #9b9b9b; cursor: pointer;
}
.htm-dk-single .content .main-img-area .-box .-choose .-item.active {
border: solid 1px #F04122;
}
.htm-dk-single .content .main-img-area .-box .-choose .-item>img {
max-width: 30px;
max-height: 40px;
}
.htm-dk-single .content .main-img-area span.-khdj { position: absolute; top: 8px; right: 8px; width: 18px; word-wrap: break-word; background-color: #F06054; color: white; padding: 4px 2px; border-radius: 4px; z-index: 9; line-height: 20px; }
.htm-dk-single .content .main-img-area img.-khdj { position: absolute; top: 8px; right: 8px; }
.htm-dk-single .content .info-area .-title { color: #9b9b9b; text-align: right; }
.htm-dk-single .content .info-area .-text { font-weight: bold; text-align: left; }
.htm-dk-single .content .info-area [info-title=gz]>div>div { color:#00A1F8; font-weight: bold; }
.htm-dk-single .content .info-area [info-title=gz]>div>div i { display: inline-block; vertical-align: middle; margin-right: 5px; }
.htm-dk-single .content .info-area [info-title=gz]>div>div text { display: inline-block; vertical-align: middle; }
.htm-dk-single .content .info-area [info-title=xj]>span { display: inline-block; vertical-align: middle; }
.htm-dk-single .content .info-area [info-title=xj] .-item { color: #9b9b9b; }
.htm-dk-single .content .info-area [info-title=pjwz] { margin: 10px 0; }
.htm-dk-single .content .info-area [info-title=ds] table { width: 100%; border: solid 1px #eee; }
.htm-dk-single .content .info-area [info-title=dhl] table { width: 100%; border-width: 1px; border-color: #eee; line-height: 28px; }
.htm-dk-single .content .info-area [info-title=dhl] table td.-col-a { padding: 4px 0; height: 28px; width: 20%; }
.htm-dk-single .content .info-area [info-title=dhl] table td.-col-b { width: 40%; }
.htm-dk-single #dds td { padding: 1px; }
.htm-dk-single #dds .dd-row input { max-width: 80px; margin: auto; }
.htm-dk-single #dds .layui-input, #bhs .layui-input, #pm-global-option .layui-input { padding-left: 0px;}
.htm-dk-single .div_input_remark {margin-bottom: 10px;}
.htm-dk-single .div_save_remark {width:80px; padding:4px; display: inline-block;}
.htm-dk-single .div_button_del_pj {padding: 4px; display: inline-block;}
.htm-dk-single #layui-layer-dpm-show .layui-form-radio {margin: 0;}
.htm-dk-single #layui-layer-dpm-show .layui-layer-btn {display: none;}
.htm-dk-single .xg-area {
text-align: left;
}
/* dk_single_pad */
/* dk_single_phone */
+75
View File
@@ -0,0 +1,75 @@
/* 共用 */
body {
background-color: white;
}
.pcki-page { overflow-x: hidden; -webkit-overflow-scrolling: touch; }
.pcki-page>div {
padding: 0 10px;
}
/* 顶部标题栏 */
.g-top-title-bar {
height: 45px;
line-height: 45px;
background-color: #f8f8f8;
border: 1px solid #eee;
margin-bottom: 10px;
}
.g-top-title-bar .-title {
width: 100px;
float: left;
font-size: 16px;
}
.g-top-title-bar .-btn-close {
width: 40px;
height: 40px;
line-height: 40px;
float: right;
cursor: pointer;
text-align: center;
}
/* 顶部操作栏 */
.g-top-manipulable-bar {
text-align: center;
background-color: #ffffff;
height: 45px;
line-height: 45px;
position: relative;
padding-left: 10px;
padding-right: 10px;
}
.g-top-manipulable-bar .-btn-to {
position: absolute;
top: 0px;
}
.g-top-manipulable-bar .-btn-to:first-child {
left: 20px;
}
.g-top-manipulable-bar .-btn-to:last-child {
right: 20px;
}
.g-top-manipulable-bar .-input-search {
width: 20%; margin-right: 10px; max-width: 150px; min-width: 100px;
}
.g-top-manipulable-bar .-input-search input {
border-radius:10px 10px 10px 10px;
}
.g-top-manipulable-bar .-btn-query {
border-radius:10px 10px 10px 10px; background-color: #F04122; padding: 0 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; }
}
/* 通用 */
.g-position-relative { position: relative; }
.g-hidden { display: none; }
.g-theme-a-a { background-color: #F04122; }
.g-theme-a-b { border-color: #F04122; color: #F04122; }
File diff suppressed because one or more lines are too long