Browse Source

css调整

tags/6.2.0
xushubieli 1 year ago
parent
commit
3642ff6b1f
26 changed files with 31 additions and 92 deletions
  1. +0
    -1
      src/admin/css/indexbody.css
  2. +1
    -0
      src/admin/css/login.css
  3. +0
    -0
      src/admin/css/menu.css
  4. +0
    -0
      src/admin/js/menu.js
  5. +1
    -1
      src/admin/module_upload.php
  6. +1
    -1
      src/admin/templets/ad_add.htm
  7. +1
    -1
      src/admin/templets/album_add.htm
  8. +1
    -1
      src/admin/templets/album_edit.htm
  9. +1
    -1
      src/admin/templets/archives_add.htm
  10. +1
    -1
      src/admin/templets/archives_edit.htm
  11. +1
    -1
      src/admin/templets/archives_sg_add.htm
  12. +4
    -4
      src/admin/templets/archives_sg_edit.htm
  13. +1
    -1
      src/admin/templets/article_add.htm
  14. +1
    -1
      src/admin/templets/article_edit.htm
  15. +3
    -3
      src/admin/templets/file_upload.htm
  16. +3
    -3
      src/admin/templets/index.htm
  17. +0
    -15
      src/admin/templets/index_body.htm
  18. +2
    -2
      src/admin/templets/index_menu.htm
  19. +1
    -47
      src/admin/templets/login.htm
  20. +1
    -1
      src/admin/templets/soft_add.htm
  21. +1
    -1
      src/admin/templets/soft_edit.htm
  22. +1
    -1
      src/admin/templets/spec_add.htm
  23. +1
    -1
      src/admin/templets/spec_edit.htm
  24. +2
    -2
      src/admin/templets/sys_safetest.htm
  25. +1
    -1
      src/admin/tpl.php
  26. +1
    -1
      src/static/web/css/admin.css

+ 0
- 1
src/admin/css/indexbody.css View File

@@ -1 +0,0 @@
.title{color:#28a745}.title span{padding-left:6px}#addTab{position:absolute;left:460px;top:260px;min-width:360px;height:200px;z-index:2;background:#fff;border:1px solid #ccc;padding:0;display:none;border-radius:.2rem}#editTab{position:absolute;left:460px;top:260px;min-width:360px;height:300px;z-index:1;background:#fff;border:1px solid #ccc;padding:0;display:none;border-radius:.2rem}.txt{float:left}.updatedvt{width:98%;border-bottom:1px dashed #dcdcdc}.upinfotitle{border-bottom:1px solid #ccc;color:#dc3545;font-weight:bold}.verline{border-bottom:1px dashed #ccc}.itemTable{background:#CBD8AC}#loaddiv{top:0;left:0;background:#cdcdcd;opacity:.6;position:absolute;z-index:10000;width:100%;height:100%}#mainmsg{padding-right:8px}.rightside{width:50%;float:left;margin-right:1%;height:670px}.column{width:50%;float:left;margin-right:0.5%}.placeholder{width:98%;margin-left:1%;background:#f0f0f0;border:1px dashed #ddd}.dbox{border:1px solid #DEEAB6;width:98%;margin-left:1%;margin-top:8px}.dbox dt{height:28px;line-height:28px;font-weight:bold;color:#4D6C2F;cursor:move}.dbox dt .l{float:left;padding-left:8px}.dbox dt .r{float:right;padding-right:8px}.dbox dt.lside{background:rgb(239,248,229);border-bottom:1px solid #CFD7C4}.dbox dt.rside{background:#f8f8f8;border-bottom:1px solid #DEEAB6}.dbox dd{padding:0}.dbox dd.intable{padding-top:0}.dboxtable td.nline{height:26px;border-bottom:1px dashed #CFD7C4}.dboxtable1 ul li{float:left;display:inline;width:48%;height:26px;line-height:26px;border-bottom:1px dashed #CFD7C4;text-align:center}.biz p{padding:0 15px}.biz img{float:right;margin:40px 15px 0 15px}

+ 1
- 0
src/admin/css/login.css View File

@@ -0,0 +1 @@
body{font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#424b51;background:#f8f8f8}img{max-width:100%}input{font-size:14px !important}header{background:#fff}header .logo{padding:1rem 0;width:300px}.goindex{line-height:68px}.login-from{max-width:560px;width:100%}.login-area{padding:1.25rem;background:#fff;border-radius:.2rem}.login-area .btnLogin{width:100%}.login-power{padding-top:1rem}.login-power a,.goindex a{color:#28a745}.btnLogin,.form-control{height:36px}

src/admin/css/frame.css → src/admin/css/menu.css View File


src/admin/js/frame.js → src/admin/js/menu.js View File


+ 1
- 1
src/admin/module_upload.php View File

@@ -96,7 +96,7 @@ if ($action == 'upload') {
</tr>
<tr>
<td>请选择文件:</td>
<td><input name='upfile' type='file' id='upfile' style='width:380px'></td>
<td><input name='upfile' type='file' id='upfile' style='width:390px'></td>
</tr>
</table>";
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>");


+ 1
- 1
src/admin/templets/ad_add.htm View File

@@ -168,7 +168,7 @@
<tr>
<td width="260">广告代码:<br>
请填写广告代码,支持html代码</td>
<td><textarea name="normbody[htmlcode]" style="width:380px;height:100px"></textarea></td>
<td><textarea name="normbody[htmlcode]" style="width:390px;height:100px"></textarea></td>
</tr>
</table>
</div>


+ 1
- 1
src/admin/templets/album_add.htm View File

@@ -98,7 +98,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 图集标题:</td>
<td width="400"><input type="text" name="title" id="title" value="" style="width:380px"></td>
<td width="400"><input type="text" name="title" id="title" value="" style="width:390px"></td>
<td width="90"> 简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" style="width:160px"></td>
</tr>


+ 1
- 1
src/admin/templets/album_edit.htm View File

@@ -98,7 +98,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 图集标题:</td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title']; ?>" style="width:380px"></td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title']; ?>" style="width:390px"></td>
<td width="90"> 简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle']; ?>" style="width:160px"></td>
</tr>


+ 1
- 1
src/admin/templets/archives_add.htm View File

@@ -79,7 +79,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> <?php echo $cInfos['titlename']; ?>:</td>
<td width="400"><input type="text" name="title" id="title" value="" style="width:380px"></td>
<td width="400"><input type="text" name="title" id="title" value="" style="width:390px"></td>
<td width="90"> 简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" style="width:160px"></td>
</tr>


+ 1
- 1
src/admin/templets/archives_edit.htm View File

@@ -75,7 +75,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> <?php echo $cInfos['titlename']; ?>:</td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title']; ?>" style="width:380px"></td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title']; ?>" style="width:390px"></td>
<td width="90"> 简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle']; ?>" style="width:160px"></td>
</tr>


+ 1
- 1
src/admin/templets/archives_sg_add.htm View File

@@ -67,7 +67,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> <?php echo $cInfos['titlename']; ?>:</td>
<td><input type="text" name="title" id="title" value="" style="width:380px"></td>
<td><input type="text" name="title" id="title" value="" style="width:390px"></td>
</tr>
</table>
</td>


+ 4
- 4
src/admin/templets/archives_sg_edit.htm View File

@@ -65,7 +65,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> <?php echo $cInfos['titlename']; ?>:</td>
<td><input type="text" name="title" id="title" value="<?php echo $addRow['title']; ?>" style="width:380px"></td>
<td><input type="text" name="title" id="title" value="<?php echo $addRow['title']; ?>" style="width:390px"></td>
</tr>
</table>
</td>
@@ -126,9 +126,9 @@ table{border-collapse:separate}
if($addRow["typeid"]=="0") echo "<option value='0' selected>请选择栏目</option>";
echo $typeOptions;
echo "</select>";
?>
<i class="btn btn-sm fa fa-search" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $addRow['typeid']; ?>')" title="快捷选择" style="cursor:pointer"></i>
</td>
?>
<i class="btn btn-sm fa fa-search" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $addRow['typeid']; ?>')" title="快捷选择" style="cursor:pointer"></i>
</td>
</tr>
</table>
</td>


+ 1
- 1
src/admin/templets/article_add.htm View File

@@ -89,7 +89,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 文章标题:</td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $title; ?>" style="width:380px"></td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $title; ?>" style="width:390px"></td>
<td width="90"> 简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" style="width:160px"></td>
</tr>


+ 1
- 1
src/admin/templets/article_edit.htm View File

@@ -80,7 +80,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 文章标题:</td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title']; ?>" style="width:380px"></td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title']; ?>" style="width:390px"></td>
<td width="90">简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle']; ?>" style="width:160px"></td>
</tr>


+ 3
- 3
src/admin/templets/file_upload.htm View File

@@ -17,12 +17,12 @@
{
i++;
myob = document.getElementById("upfield");
myob.innerHTML+="<p>文件"+i+":<input type='file' name='upfile"+i+"' style='width:380px'></p>";
myob.innerHTML+="<p>文件"+i+":<input type='file' name='upfile"+i+"' style='width:390px'></p>";
}
function reset_upload()
{
myob = document.getElementById("upfield");
myob.innerHTML="<p>文件1:<input type='file' name='upfile1' style='width:380px'></p>";
myob.innerHTML="<p>文件1:<input type='file' name='upfile1' style='width:390px'></p>";
}
</script>
<form method="POST" enctype="multipart/form-data" action="file_manage_control.php" name="form1">
@@ -38,7 +38,7 @@
<tr>
<td>
<div id="upfield">
<p>文件1:<input type="file" name="upfile1" style="width:380px"></p>
<p>文件1:<input type="file" name="upfile1" style="width:390px"></p>
</div>
</td>
</tr>


+ 3
- 3
src/admin/templets/index.htm View File

@@ -8,9 +8,9 @@
<title><?php echo $cfg_webname; ?>后台管理</title>
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="css/frame.css">
<link rel="stylesheet" href="css/menu.css">
<script src="../static/web/js/jquery.min.js"></script>
<script src="js/frame.js"></script>
<script src="js/menu.js"></script>
</head>
<body class="showmenu">
<?php
@@ -42,7 +42,7 @@
?>
<li><a target="main" href="sys_info.php">系统配置</a></li>
<li><a target="main" href="catalog_main.php">栏目管理</a></li>
<li><a target="main" href="file_manage_main.php<?php echo DEDEBIZ_SAFE_MODE? '?activepath='.$cfg_medias_dir : '';?>">文件管理</a></li>
<li><a target="main" href="file_manage_main.php<?php echo DEDEBIZ_SAFE_MODE? '?activepath='.$cfg_medias_dir : ''; ?>">文件管理</a></li>
<?php }?>
<?php if(!DEDEBIZ_SAFE_MODE){ ?><li><a target="main" href="templets_main.php">模板管理</a></li><?php }?>
<li><a target="main" href="makehtml_all.php">更新整站</a></li>


+ 0
- 15
src/admin/templets/index_body.htm View File

@@ -8,7 +8,6 @@
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<link rel="stylesheet" href="css/indexbody.css">
<script>const cfg_biz_dedebizUrl = '<?php echo $cfg_biz_dedebizUrl; ?>';const cfg_webname = '<?php echo $cfg_webname; ?>';</script>
<script src="../static/web/js/jquery.min.js"></script>
<script src="../static/web/js/bootstrap.bundle.min.js"></script>
@@ -16,20 +15,6 @@
<script src="../static/web/js/chart.min.js"></script>
<script src="js/indexbody.js"></script>
<script src="js/main.js"></script>
<style>
.web-info {
padding: 10px;
background: #f8f8f8;
border-radius: .2rem;
text-align: center
}
.web-info p {
margin-bottom: 10px
}
#text {
font-size: 0
}
</style>
</head>
<body>
<div class="container-fluid">


+ 2
- 2
src/admin/templets/index_menu.htm View File

@@ -6,11 +6,11 @@
<title>系统菜单</title>
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<link rel="stylesheet" href="css/frame.css">
<link rel="stylesheet" href="css/menu.css">
<?php echo "<script>var curopenItem = '$openitem';</script>"; ?>
<script src="../static/web/js/webajax.js"></script>
<script src="../static/web/js/jquery.min.js"></script>
<script src="js/leftmenu.js"></script>
<?php echo "<script>var curopenItem = '$openitem';</script>"; ?>
<base target="main">
</head>
<body class="menu-box">


+ 1
- 47
src/admin/templets/login.htm View File

@@ -8,53 +8,7 @@
<title><?php echo $cfg_webname; ?>后台登录</title>
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/style.css">
<style>
body {
font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
color: #424b51;
background: #f8f8f8
}
img {
max-width: 100%
}
input {
font-size: 14px !important
}
header {
background: #fff
}
header .logo {
width: 300px;
padding: 1rem 0
}
.goindex {
line-height: 68px
}
.login-from {
max-width: 560px;
width: 100%
}
.login-area {
padding: 1.25rem;
background: #fff;
border-radius: .2rem
}
.login-area .btnLogin {
width: 100%
}
.login-power {
padding-top: 1rem
}
.login-power a,
.goindex a {
color: #28a745
}
.btnLogin,
.form-control {
height: 36px
}
</style>
<link rel="stylesheet" href="css/login.css">
</head>
<body>
<?php


+ 1
- 1
src/admin/templets/soft_add.htm View File

@@ -93,7 +93,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 软件名称:</td>
<td width="400"><input type="text" name="title" id="title" style="width:380px"></td>
<td width="400"><input type="text" name="title" id="title" style="width:390px"></td>
<td width="90"> 简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" style="width:160px"></td>
</tr>


+ 1
- 1
src/admin/templets/soft_edit.htm View File

@@ -87,7 +87,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 文章标题:</td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title']; ?>" style="width:380px"></td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title']; ?>" style="width:390px"></td>
<td width="90"> 简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle']; ?>" style="width:160px"></td>
</tr>


+ 1
- 1
src/admin/templets/spec_add.htm View File

@@ -103,7 +103,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 专题名称:</td>
<td width="400"><input type="text" name="title" id="title" value="" style="width:380px"></td>
<td width="400"><input type="text" name="title" id="title" value="" style="width:390px"></td>
<td width="90"> 简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" style="width:160px"></td>
</tr>


+ 1
- 1
src/admin/templets/spec_edit.htm View File

@@ -101,7 +101,7 @@ table{border-collapse:separate}
<table width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 专题名称:</td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title']; ?>" style="width:380px"></td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title']; ?>" style="width:390px"></td>
<td width="90"> 简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle']; ?>" style="width:160px"></td>
</tr>


+ 2
- 2
src/admin/templets/sys_safetest.htm View File

@@ -63,8 +63,8 @@
</tr>
<tr>
<td colspan="2">
<p>文件类型:<input type="text" name="filetype" id="filetype" value="php|inc" style="width:380px"> 要检查的文件类型</p>
<p>代码特征:<input type="text" name="info" id="info" value="eval|cmd|system|exec|_GET|_POST|_REQUEST|base64_decode" style="width:380px"> 特征代码</p>
<p>文件类型:<input type="text" name="filetype" id="filetype" value="php|inc" style="width:390px"> 要检查的文件类型</p>
<p>代码特征:<input type="text" name="info" id="info" value="eval|cmd|system|exec|_GET|_POST|_REQUEST|base64_decode" style="width:390px"> 特征代码</p>
</td>
</tr>
<tr>


+ 1
- 1
src/admin/tpl.php View File

@@ -133,7 +133,7 @@ else if ($action == 'upload') {
<td width='504'>
<input name='acdir' type='hidden' value='$acdir' />
<input name='token' type='hidden' value='{$_SESSION['token']}' />
<input name='upfile' type='file' id='upfile' style='width:380px' />
<input name='upfile' type='file' id='upfile' style='width:390px' />
</td>
</tr>
</table>


+ 1
- 1
src/static/web/css/admin.css
File diff suppressed because it is too large
View File


Loading…
Cancel
Save