| @@ -809,7 +809,7 @@ else if ($dopost == 'attsDlg') { | |||
| ?> | |||
| <form name="quicksel" action="javascript:;" method="get"> | |||
| <div class="quicksel"><?php $tus->ListAllType($channelid);?></div> | |||
| <div class="text-center py-2"> | |||
| <div class="text-center"> | |||
| <button onclick="getSelCat('<?php echo $targetid;?>');" class="btn btn-success btn-sm">保存</button> | |||
| <button type="button" onclick="HideObj('<?php echo $divname;?>');ChangeFullDiv('hide');" class="btn btn-outline-success btn-sm">关闭</button> | |||
| </div> | |||
| @@ -57,7 +57,7 @@ function GetTagList($dsql,$pageno,$pagesize,$orderby='aid') | |||
| global $cfg_phpurl, $addsql; | |||
| $start = ($pageno-1) * $pagesize; | |||
| $printhead ="<div class='table-responsive'> | |||
| <table class='table table-borderless'> | |||
| <table class='table table-borderless table-hover'> | |||
| <thead> | |||
| <tr> | |||
| <td scope='col'><a href=\"javascript:ReloadPage('aid');\">id</a></td> | |||
| @@ -64,7 +64,7 @@ function GetKeywordList($dsql, $pageno, $pagesize, $orderby = 'aid') | |||
| $printhead = "<form name='form3' action=\"search_keywords_main.php\" method=\"post\"> | |||
| <input name=\"dopost\" type=\"hidden\" value=\"\"> | |||
| <div class='table-responsive'> | |||
| <table class='table table-borderless'> | |||
| <table class='table table-borderless table-hover'> | |||
| <thead> | |||
| <tr> | |||
| <td scope='col'>选择</td> | |||
| @@ -49,7 +49,7 @@ if ($dopost != 'save') { | |||
| $islocal = $ctag->GetAtt('islocal'); | |||
| if ($islocal != 1) $needmsg = "<label><input type='checkbox' name='del{$newRowStart}' value='1'> 删除</label>"; | |||
| else $needmsg = '<button type="button" name="sel1" id="sel1" class="btn btn-success btn-sm" onclick="SelectSoft(\'form1.softurl'.$newRowStart.'\')">选择</button>'; | |||
| $nForm .= "<div class='py-2'><label>软件网址{$newRowStart}:<input type='text' name='softurl{$newRowStart}' value='".trim($ctag->GetInnerText())."' class='admin-input-lg'></label> <label>下载名称:<input type='text' name='servermsg{$newRowStart}' value='".$ctag->GetAtt("text")."' class='admin-input-sm'></label><input type='hidden' name='islocal{$newRowStart}' value='{$islocal}'> $needmsg</div>\r\n"; | |||
| $nForm .= "<div class='my-2'><label>软件网址{$newRowStart}:<input type='text' name='softurl{$newRowStart}' value='".trim($ctag->GetInnerText())."' class='admin-input-lg'></label> <label>下载名称:<input type='text' name='servermsg{$newRowStart}' value='".$ctag->GetAtt("text")."' class='admin-input-sm'></label><input type='hidden' name='islocal{$newRowStart}' value='{$islocal}'> $needmsg</div>\r\n"; | |||
| $newRowStart++; | |||
| } | |||
| } | |||
| @@ -22,7 +22,7 @@ if (empty($action)) { | |||
| else if ($action == 'getfields') { | |||
| AjaxHead(); | |||
| $dsql->GetTableFields($exptable); | |||
| echo "<div class='alert alert-info'>"; | |||
| echo "<div class='alert alert-secondary'>"; | |||
| echo "<p>请选择".$exptable."表下面字段</p>"; | |||
| while ($row = $dsql->GetFieldObject()) { | |||
| echo "<a href=\"javascript:pf('{$row->name}')\">".$row->name."</a> "; | |||
| @@ -102,8 +102,8 @@ else if ($dopost == 'search') { | |||
| <table id="tdSearch" class="table table-borderless"> | |||
| <thead> | |||
| <tr> | |||
| <td width="370">变量说明</td> | |||
| <td width="850">变量值</td> | |||
| <td width="25%">变量说明</td> | |||
| <td width="50%">变量值</td> | |||
| <td scope="col">变量名称</td> | |||
| </tr> | |||
| </thead> | |||
| @@ -151,8 +151,8 @@ | |||
| <tr id="cfgmulist" style="display:none"> | |||
| <td>多列式参数</td> | |||
| <td colspan="3"> | |||
| <label>行 <input type="text" name="row" id="row" value="<?php echo $cfg_album_row;?>" class="admin-input-sm"></label> | |||
| <label>列 <input type="text" name="col" id="col" value="<?php echo $cfg_album_col;?>" class="admin-input-sm"></label> | |||
| <label>行:<input type="text" name="row" id="row" value="<?php echo $cfg_album_row;?>" class="admin-input-sm"></label> | |||
| <label>列:<input type="text" name="col" id="col" value="<?php echo $cfg_album_col;?>" class="admin-input-sm"></label> | |||
| <label>缩略图宽度限制:<input type="text" name="ddmaxwidth" id="ddmaxwidth" value="<?php echo $cfg_album_ddwidth;?>" class="admin-input-sm"> 像素</label> | |||
| <span>(每页输出行x列张图片,实现需自行控制样式表)</span> | |||
| </td> | |||
| @@ -145,8 +145,8 @@ | |||
| <tr id="cfgmulist" style="<?php if ($pagestyle!=3) echo 'display:none';?>"> | |||
| <td>多列式参数</td> | |||
| <td colspan="3"> | |||
| <label>行 <input type="text" name="row" id="row" value="<?php echo $irow;?>" class="admin-input-sm"></label> | |||
| <label>列 <input type="text" name="col" id="col" value="<?php echo $icol;?>" class="admin-input-sm"></label> | |||
| <label>行:<input type="text" name="row" id="row" value="<?php echo $irow;?>" class="admin-input-sm"></label> | |||
| <label>列:<input type="text" name="col" id="col" value="<?php echo $icol;?>" class="admin-input-sm"></label> | |||
| <label>缩略图宽度限制:<input type="text" name="ddmaxwidth" id="ddmaxwidth" value="<?php echo $ddmaxwidth;?>" class="admin-input-sm"> 像素</label> | |||
| <span>(每页输出行x列张图片,实现需自行控制样式表)</span> | |||
| </td> | |||
| @@ -181,8 +181,8 @@ | |||
| $fhtml .= "<input type='hidden' name='imgurl{$j}' value='{$bigimg}'>"; | |||
| $fhtml .= "<input type='hidden' name='imgddurl{$j}' value='{$litimg}'>"; | |||
| $fhtml .= "<div class='atlas-head'><img src='{$litimg}' id='lit{$j}'></div>"; | |||
| $fhtml .= "<div class='atlas-body'><span class='btn btn-success btn-sm fileinput-button'>更换<input type='file' name='imgfile{$j}' for='item{$j}' class='atlasedit'></span><a href=\"javascript:delAlbPicOld('$bigimg',$j)\" class=\"btn btn-danger btn-sm\">删除</a></div>"; | |||
| $fhtml .= "<div class='atlas-foot'><input type='text' name='imgmsg{$j}' value='".$ctag->GetAtt('text')."' class='atlas-input' placeholder='请输入图片注释'></div>"; | |||
| $fhtml .= "<div class='atlas-body'><input type='text' name='imgmsg{$j}' value='".$ctag->GetAtt('text')."' class='atlas-input' placeholder='请输入图片注释'></div>"; | |||
| $fhtml .= "<div class='atlas-foot'><span class='btn btn-success btn-sm fileinput-button'>更换<input type='file' name='imgfile{$j}' for='item{$j}' class='atlasedit'></span><a href=\"javascript:delAlbPicOld('$bigimg',$j)\" class=\"btn btn-danger btn-sm\">删除</a></div>"; | |||
| $fhtml .= "</div>"; | |||
| echo $fhtml; | |||
| $j++; | |||
| @@ -179,7 +179,7 @@ | |||
| <label><input type="radio" name="cross" id="cross2" value="2" onclick="CheckCross();"> 指定交叉栏目id(英文逗号隔开)</label> | |||
| <a href="javascript:ShowHide('helpvarco');" class="btn btn-success btn-sm">说明</a> | |||
| <div id="crossid" style="display:none"><textarea name="crossid" class="admin-textarea-sm"></textarea></div> | |||
| <div id="helpvarco" class="alert alert-info my-2" style="display:none">交叉栏目该栏目与另一个非子栏目交叉的情况,相当于副栏目功能</div> | |||
| <div id="helpvarco" class="alert alert-secondary my-2" style="display:none">交叉栏目该栏目与另一个非子栏目交叉的情况,相当于副栏目功能</div> | |||
| </td> | |||
| </tr> | |||
| <?php if ($id==0) {?> | |||
| @@ -205,7 +205,7 @@ | |||
| <input type="text" name="tempindex" value="{style}/index_<?php echo $nid?>.htm" class="admin-input-lg"> | |||
| <button type="button" name="set2" class="btn btn-success btn-sm" onclick="SelectTemplets('form1.tempindex')">选择</button> | |||
| <a href="javascript:ShowHide('helpvar1');" class="btn btn-success btn-sm">说明</a> | |||
| <div id="helpvar1" class="alert alert-info my-2" style="display:none"> | |||
| <div id="helpvar1" class="alert alert-secondary my-2" style="display:none"> | |||
| <p>{tid} 栏目id</p> | |||
| <span>{cid} 栏目模型名字id</span> | |||
| </div> | |||
| @@ -221,7 +221,7 @@ | |||
| <td> | |||
| <input type="text" name="namerule2" id="namerule2" value="{typedir}/{tid}-{page}.html" class="admin-input-lg"> | |||
| <a href="javascript:ShowHide('helpvar2');" class="btn btn-success btn-sm">说明</a> | |||
| <div id="helpvar2" class="alert alert-info my-2" style="display:none"> | |||
| <div id="helpvar2" class="alert alert-secondary my-2" style="display:none"> | |||
| <p>静态规则</p> | |||
| <p>{tid} 栏目id</p> | |||
| <p>{page} 栏目页码数</p> | |||
| @@ -236,7 +236,7 @@ | |||
| <td> | |||
| <input type="text" name="namerule" tid="namerule" value="<?php echo $cfg_df_namerule;?>" class="admin-input-lg"> | |||
| <a href="javascript:ShowHide('helpvar3');" class="btn btn-success btn-sm">说明</a> | |||
| <div id="helpvar3" class="alert alert-info my-2" style="display:none"> | |||
| <div id="helpvar3" class="alert alert-secondary my-2" style="display:none"> | |||
| <p>静态规则</p> | |||
| <p>{Y}{M}{D} 年月日</p> | |||
| <p>{timestamp} INT类型的UNIX时间戳</p> | |||
| @@ -79,7 +79,7 @@ | |||
| <td> | |||
| <input type="text" name="namerule2" id="namerule2" value="{typedir}/{tid}-{page}.html" class="admin-input-lg"> | |||
| <a href="javascript:ShowHide('helpvar1');" class="btn btn-success btn-sm">说明</a> | |||
| <div id="helpvar1" class="alert alert-info my-2" style="display:none"> | |||
| <div id="helpvar1" class="alert alert-secondary my-2" style="display:none"> | |||
| <p>静态规则</p> | |||
| <p>{tid} 栏目id</p> | |||
| <p>{page} 栏目页码数</p> | |||
| @@ -94,7 +94,7 @@ | |||
| <td> | |||
| <input type="text" name="namerule" id="namerule" value="{typedir}/{aid}.html" class="admin-input-lg"> | |||
| <a href="javascript:ShowHide('helpvar2');" class="btn btn-success btn-sm">说明</a> | |||
| <div id="helpvar2" class="alert alert-info my-2" style="display:none"> | |||
| <div id="helpvar2" class="alert alert-secondary my-2" style="display:none"> | |||
| <p>静态规则</p> | |||
| <p>{Y}{M}{D} 年月日</p> | |||
| <p>{timestamp} INT类型的UNIX时间戳</p> | |||
| @@ -164,7 +164,7 @@ | |||
| <label><input type="radio" name="cross" id="cross2" value="2" onclick="CheckCross();" <?php if ($myrow['cross']==2) echo 'checked';?>> 指定交叉栏目id(英文逗号隔开)</label> | |||
| <a href="javascript:ShowHide('helpvarco');" class="btn btn-success btn-sm">说明</a> | |||
| <div id="crossid" style="<?php if ($myrow['cross']!=2) echo'display:none';?>"><textarea name="crossid" class="admin-textarea-sm"><?php echo $myrow['crossid'];?></textarea></div> | |||
| <div id="helpvarco" class="alert alert-info my-2" style="display:none">交叉栏目该栏目与另一个非子栏目交叉的情况,相当于副栏目功能</div> | |||
| <div id="helpvarco" class="alert alert-secondary my-2" style="display:none">交叉栏目该栏目与另一个非子栏目交叉的情况,相当于副栏目功能</div> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| @@ -188,7 +188,7 @@ | |||
| <input type="text" name="tempindex" value="<?php echo $myrow['tempindex']?>" class="admin-input-lg"> | |||
| <button type="button" name="set2" class="btn btn-success btn-sm" onclick="SelectTemplets('form1.tempindex')">选择</button> | |||
| <a href="javascript:ShowHide('helpvar1');" class="btn btn-success btn-sm">说明</a> | |||
| <div id="helpvar1" class="alert alert-info my-2" style="display:none"> | |||
| <div id="helpvar1" class="alert alert-secondary my-2" style="display:none"> | |||
| <p>{tid} 栏目id</p> | |||
| <span>{cid} 栏目模型名字id</span> | |||
| </div> | |||
| @@ -204,7 +204,7 @@ | |||
| <td> | |||
| <input type="text" name="namerule2" id="namerule2" value="<?php echo $myrow['namerule2']?>" class="admin-input-lg"> | |||
| <a href="javascript:ShowHide('helpvar2');" class="btn btn-success btn-sm">说明</a> | |||
| <div id="helpvar2" class="alert alert-info my-2" style="display:none"> | |||
| <div id="helpvar2" class="alert alert-secondary my-2" style="display:none"> | |||
| <p>静态规则</p> | |||
| <p>{tid} 栏目id</p> | |||
| <p>{page} 栏目页码数</p> | |||
| @@ -219,7 +219,7 @@ | |||
| <td> | |||
| <input type="text" name="namerule" id="namerule" value="<?php echo $myrow['namerule']?>" class="admin-input-lg"> | |||
| <a href="javascript:ShowHide('helpvar3');" class="btn btn-success btn-sm">说明</a> | |||
| <div id="helpvar3" class="alert alert-info my-2" style="display:none"> | |||
| <div id="helpvar3" class="alert alert-secondary my-2" style="display:none"> | |||
| <p>静态规则</p> | |||
| <p>{Y}{M}{D} 年月日</p> | |||
| <p>{timestamp} INT类型的UNIX时间戳</p> | |||
| @@ -69,7 +69,7 @@ | |||
| <tr> | |||
| <td scope="col">选择</td> | |||
| <td scope="col">id</td> | |||
| <td width="570">文档标题</td> | |||
| <td width="30%">文档标题</td> | |||
| <td scope="col">栏目</td> | |||
| <td scope="col">网页</td> | |||
| <td scope="col">权限</td> | |||
| @@ -72,7 +72,7 @@ | |||
| <tr> | |||
| <td scope="col">选择</td> | |||
| <td scope="col">id</td> | |||
| <td width="570">文档标题</td> | |||
| <td width="30%">文档标题</td> | |||
| <td scope="col">栏目</td> | |||
| <td scope="col">网页</td> | |||
| <td scope="col">权限</td> | |||
| @@ -51,7 +51,7 @@ | |||
| <tr> | |||
| <td scope="col">选择</td> | |||
| <td scope="col">id</td> | |||
| <td width="570">文档标题</td> | |||
| <td width="30%">文档标题</td> | |||
| <td scope="col">栏目</td> | |||
| <td scope="col">网页</td> | |||
| <td scope="col">权限</td> | |||
| @@ -32,7 +32,7 @@ | |||
| <tr> | |||
| <td scope="col">选择</td> | |||
| <td scope="col">id</td> | |||
| <td width="570">文档标题</td> | |||
| <td width="30%">文档标题</td> | |||
| <td scope="col">栏目</td> | |||
| <td scope="col">网页</td> | |||
| <td scope="col">权限</td> | |||
| @@ -60,7 +60,7 @@ | |||
| <tr> | |||
| <td scope="col">选择</td> | |||
| <td scope="col">id</td> | |||
| <td width="570">文档标题</td> | |||
| <td width="30%">文档标题</td> | |||
| <td scope="col">栏目</td> | |||
| <td scope="col">权限</td> | |||
| <td scope="col">编辑</td> | |||
| @@ -120,7 +120,7 @@ | |||
| <div class="card-header">自由列表管理</div> | |||
| <div id="rslist" class="card-body"> | |||
| <?php GetTagList($dsql,$pageno,$pagesize,$orderby);?> | |||
| <div id="pagelist" class="my-2"> | |||
| <div id="pagelist"> | |||
| <script>ReloadPageNum(1);</script> | |||
| </div> | |||
| </div> | |||
| @@ -142,7 +142,7 @@ | |||
| <div class="card-header">搜索关键词管理</div> | |||
| <div id="rslist" class="card-body"> | |||
| <?php GetKeywordList($dsql,$pageno,$pagesize,$orderby);?> | |||
| <div id="pagelist" class="py-2"> | |||
| <div id="pagelist"> | |||
| <script>ReloadPageNum(1);</script> | |||
| </div> | |||
| </div> | |||
| @@ -24,7 +24,7 @@ | |||
| var endNum = parseInt(document.form1.picnum.value) + startNum - 1; | |||
| if (endNum > 30) endNum = 30; | |||
| for (startNum; startNum <= endNum; startNum++) { | |||
| upfield.innerHTML += "<div class='py-2'><label>软件网址" + startNum + ":<input type='text' name='softurl" + startNum + "' class='admin-input-lg'></label> <label>下载名称" + startNum + ":<input type='text' name='servermsg" + startNum + "' value='服务器" + startNum + "' class='admin-input-sm'></label> <button type='button' name='sel1' id='sel1' onclick=\"SelectSoft('form1.softurl"+startNum+"')\" class='btn btn-success btn-sm'>选择</button></div>"; | |||
| upfield.innerHTML += "<div class='my-2'><label>软件网址" + startNum + ":<input type='text' name='softurl" + startNum + "' class='admin-input-lg'></label> <label>下载名称" + startNum + ":<input type='text' name='servermsg" + startNum + "' value='服务器" + startNum + "' class='admin-input-sm'></label> <button type='button' name='sel1' id='sel1' onclick=\"SelectSoft('form1.softurl"+startNum+"')\" class='btn btn-success btn-sm'>选择</button></div>"; | |||
| } | |||
| } | |||
| function ShowHideAddr() { | |||
| @@ -278,7 +278,7 @@ | |||
| $siteurl = trim($siteurl); | |||
| $sitename = trim($sitename); | |||
| ?> | |||
| <div class="py-2"> | |||
| <div class="my-2"> | |||
| <input type="hidden" name="forconfig<?php echo $startNum;?>" value="1"> | |||
| <label>镜像域名:<input type="text" name="softurlfirst<?php echo $startNum;?>" class="admin-input-lg" value="<?php echo $siteurl;?>"></label> | |||
| <label>镜像目录:<input type="text" name="softurl<?php echo $startNum;?>" class="admin-input-sm"></label> | |||
| @@ -24,7 +24,7 @@ | |||
| var endNum = parseInt(document.form1.picnum.value) + startNum; | |||
| if (endNum > 30) endNum = 30; | |||
| for (startNum; startNum < endNum; startNum++) { | |||
| upfield.innerHTML += "<div class='py-2'><label>软件网址" + startNum + ":<input type='text' name='softurl" + startNum + "' class='admin-input-lg'></label> <label>下载名称" + startNum + ":<input type='text' name='servermsg" + startNum + "' value='服务器" + startNum + "' class='admin-input-sm'></label> <button type='button' name='sel1' id='sel1' onclick=\"SelectSoft('form1.softurl"+startNum+"')\" class='btn btn-success btn-sm'>选择</button></div>"; | |||
| upfield.innerHTML += "<div class='my-2'><label>软件网址" + startNum + ":<input type='text' name='softurl" + startNum + "' class='admin-input-lg'></label> <label>下载名称" + startNum + ":<input type='text' name='servermsg" + startNum + "' value='服务器" + startNum + "' class='admin-input-sm'></label> <button type='button' name='sel1' id='sel1' onclick=\"SelectSoft('form1.softurl"+startNum+"')\" class='btn btn-success btn-sm'>选择</button></div>"; | |||
| } | |||
| } | |||
| function ShowHideAddr() { | |||
| @@ -110,8 +110,8 @@ | |||
| <table id="td<?php echo $n?>" class="table table-borderless" style="<?php if ($n!=$gp) echo 'display:none';?>"> | |||
| <thead> | |||
| <tr> | |||
| <td width="370">变量说明</td> | |||
| <td width="850">变量值</td> | |||
| <td width="25%">变量说明</td> | |||
| <td width="50%">变量值</td> | |||
| <td scope="col">变量名称</td> | |||
| </tr> | |||
| </thead> | |||
| @@ -154,7 +154,7 @@ | |||
| </table> | |||
| <?php }?> | |||
| </div> | |||
| <div class="text-center py-2"> | |||
| <div class="text-center"> | |||
| <button type="submit" class="btn btn-success btn-sm">保存</button> | |||
| <button type="button" class="btn btn-outline-success btn-sm" onclick="document.form1.reset();">重置</button> | |||
| </div> | |||
| @@ -130,7 +130,7 @@ | |||
| </div> | |||
| </form> | |||
| </div> | |||
| <div class="text-center py-2"><button type="submit" id="btnSave" class="btn btn-success btn-sm">保存</button></div> | |||
| <div class="text-center"><button type="submit" id="btnSave" class="btn btn-success btn-sm">保存</button></div> | |||
| </div> | |||
| </div> | |||
| </div> | |||
| @@ -16,16 +16,16 @@ | |||
| <li class="breadcrumb-item"><a href="index_body.php">后台面板</a></li> | |||
| <li class="breadcrumb-item active">文件扫描工具</li> | |||
| </ol> | |||
| <div class="alert alert-info"> | |||
| <ul> | |||
| <li>检测结果:结果仅供参考,请务必查看源码后才删除非法文件</li> | |||
| <li>安全建议:1、有条件的会员把data、system、theme修改为不可对外浏览,static、a目录设置为不允许执行脚本,其它目录禁止写入,系统更安全;2、本检测程以开发模式为标准,如果网站目录包含其它系统,此检测程序会产生错误判断;3、检测程序会跳过对模板缓存目录的检测,为了安全起见,检测完成后建议清空模板缓存</li> | |||
| </ul> | |||
| </div> | |||
| <?php echo $alter;?> | |||
| <div class="card shadow-sm mb-3"> | |||
| <div class="card-header">文件扫描工具</div> | |||
| <div class="card-body"> | |||
| <div class="alert alert-info"> | |||
| <ul> | |||
| <li>检测结果:结果仅供参考,请务必查看源码后才删除非法文件</li> | |||
| <li>安全建议:1、有条件的会员把data、system、theme修改为不可对外浏览,static、a目录设置为不允许执行脚本,其它目录禁止写入,系统更安全;2、本检测程以开发模式为标准,如果网站目录包含其它系统,此检测程序会产生错误判断;3、检测程序会跳过对模板缓存目录的检测,为了安全起见,检测完成后建议清空模板缓存</li> | |||
| </ul> | |||
| </div> | |||
| <?php echo $alter;?> | |||
| <div class="table-responsive"> | |||
| <table class="table table-borderless"> | |||
| <tbody> | |||
| @@ -21,13 +21,13 @@ | |||
| ShowMsg("最多添加15个选项"); | |||
| return; | |||
| } | |||
| var htmldata = "<div class='py-2'>选项" + i + ":<input type='text' name='voteitem" + i + "' class='admin-input-lg'></div>"; | |||
| var htmldata = "<div class='my-2'>选项" + i + ":<input type='text' name='voteitem" + i + "' class='admin-input-lg'></div>"; | |||
| jQuery("#voteitem").append(htmldata); | |||
| } | |||
| function ResetItem() { | |||
| i = 1; | |||
| var obj = document.getElementById("voteitem"); | |||
| obj.innerHTML = "<div class='py-2'>选项1:<input type='text' name='voteitem1' class='admin-input-lg'></div>"; | |||
| obj.innerHTML = "<div class='my-2'>选项1:<input type='text' name='voteitem1' class='admin-input-lg'></div>"; | |||
| } | |||
| </script> | |||
| </head> | |||
| @@ -256,8 +256,8 @@ input:focus,select:focus,textarea:focus { | |||
| } | |||
| .admin-head .user li img { | |||
| margin-right:0.5rem; | |||
| width:30px; | |||
| height:30px; | |||
| width:25px; | |||
| height:25px; | |||
| border-radius:50% | |||
| } | |||
| body.menu-hide .menu-left { | |||
| @@ -394,7 +394,6 @@ body.menu-show .body-right { | |||
| right:0 | |||
| } | |||
| .colordlg { | |||
| padding:0.5rem; | |||
| background:var(--white); | |||
| border:1px solid var(--gray-300); | |||
| z-index:19991 | |||
| @@ -403,23 +402,22 @@ body.menu-show .body-right { | |||
| z-index:19992 | |||
| } | |||
| .quicksel { | |||
| padding:0.5rem; | |||
| height:350px; | |||
| overflow-y:auto; | |||
| z-index:19993 | |||
| } | |||
| .quickselitem .topcat { | |||
| margin-bottom:1rem; | |||
| padding:0 10px; | |||
| padding:0 1rem; | |||
| background:var(--light) | |||
| } | |||
| .quickselitem .soncat { | |||
| margin-bottom:1rem; | |||
| padding:0 10px | |||
| padding:0 1rem | |||
| } | |||
| .quickselitem .list { | |||
| display:inline-block; | |||
| padding-right:0.25rem | |||
| padding-right:0.5rem | |||
| } | |||
| .mysource,.mywriter { | |||
| width:500px; | |||
| @@ -427,8 +425,8 @@ body.menu-show .body-right { | |||
| } | |||
| .atlas { | |||
| float:left; | |||
| margin-right:10px; | |||
| margin-bottom:10px; | |||
| margin-right:1rem; | |||
| margin-bottom:1rem; | |||
| width:220px; | |||
| height:auto; | |||
| background:var(--bg); | |||
| @@ -439,19 +437,14 @@ body.menu-show .body-right { | |||
| height:120px | |||
| } | |||
| .atlas-head img { | |||
| margin:0; | |||
| max-width:220px; | |||
| max-height:120px; | |||
| border-radius:var(--b-radius) var(--b-radius) 0 0!important | |||
| } | |||
| .atlas-input { | |||
| width:220px | |||
| max-height:120px | |||
| } | |||
| .atlas-body { | |||
| margin:0.5rem 0 | |||
| .atlas-head,.atlas-body,.atlas-foot { | |||
| margin-bottom:0.5rem | |||
| } | |||
| .atlas-foot input[type=text] { | |||
| border-radius:0 0 var(--b-radius) var(--b-radius)!important | |||
| .atlas-input { | |||
| width:200px | |||
| } | |||
| .adtab li { | |||
| display:inline-block; | |||
| @@ -471,7 +464,7 @@ body.menu-show .body-right { | |||
| .helpinfo { | |||
| float:left; | |||
| display:none; | |||
| padding:10px; | |||
| padding:1rem; | |||
| width:100%; | |||
| background:var(--bg); | |||
| border:1px solid var(--gray-300); | |||
| @@ -485,20 +478,20 @@ body.menu-show .body-right { | |||
| border-radius:var(--b-radius) | |||
| } | |||
| .tips-head { | |||
| margin:0 20px; | |||
| padding:18px 0; | |||
| margin:0 1rem; | |||
| padding:1rem 0; | |||
| border-bottom:1px solid var(--light) | |||
| } | |||
| .tips-head p { | |||
| margin:0; | |||
| padding-left:10px; | |||
| padding-left:1rem; | |||
| line-height:16px; | |||
| color:var(--gray-dark); | |||
| text-align:left; | |||
| border-left:3px solid var(--yellow) | |||
| } | |||
| .tips-body { | |||
| padding:20px; | |||
| padding:1rem; | |||
| min-height:160px; | |||
| color:var(--gray); | |||
| word-break:break-all; | |||
| @@ -519,18 +512,18 @@ body.menu-show .body-right { | |||
| cursor:pointer | |||
| } | |||
| #wrap { | |||
| padding:10px | |||
| padding:1rem | |||
| } | |||
| #topbar { | |||
| padding:10px 0; | |||
| padding:1rem 0; | |||
| border-bottom:1px solid var(--light); | |||
| text-align:right | |||
| } | |||
| #file_list { | |||
| display:grid; | |||
| grid-gap:10px; | |||
| grid-gap:1rem; | |||
| grid-template-columns:repeat(auto-fill,minmax(160px,1fr)); | |||
| padding-top:10px | |||
| padding-top:1rem | |||
| } | |||
| #file_list:empty:after { | |||
| content:'拖拽图片到此处上传' | |||
| @@ -538,7 +531,7 @@ body.menu-show .body-right { | |||
| #file_list li { | |||
| display:block; | |||
| position:relative; | |||
| padding:10px; | |||
| padding:1rem; | |||
| vertical-align:top; | |||
| border-radius:var(--b-radius) | |||
| } | |||
| @@ -567,7 +560,7 @@ body.menu-show .body-right { | |||
| } | |||
| #file_list li .namebox { | |||
| display:flex; | |||
| padding:10px; | |||
| padding:1rem; | |||
| justify-content:center; | |||
| align-items:flex-start | |||
| } | |||
| @@ -601,7 +594,7 @@ body.menu-show .body-right { | |||
| content:'\f1f8' | |||
| } | |||
| #selColor { | |||
| padding:0.22rem; | |||
| padding:0.2rem; | |||
| width:45px | |||
| } | |||
| #edsta { | |||
| @@ -210,7 +210,7 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb | |||
| cursor:pointer | |||
| } | |||
| .likes .comment-container:hover { | |||
| background:var(--white)ce0 | |||
| background:var(--white) | |||
| } | |||
| .likes .comment-top { | |||
| display:flex; | |||
| @@ -56,5 +56,5 @@ function addImage(src, pid) { | |||
| newImgDiv.innerHTML = '<div class="atlas-head"><img src="' + src + '" onclick="addtoEdit(' + pid + ')"></div>' + delstr; | |||
| } | |||
| } | |||
| newImgDiv.innerHTML += '<div class="atlas-foot"><input type="text" name="picinfo' + atlasimg+ '" class="atlas-input" placeholder="请输入图片注释"></div>'; | |||
| newImgDiv.innerHTML += '<div class="atlas-body"><input type="text" name="picinfo' + atlasimg+ '" class="atlas-input" placeholder="请输入图片注释"></div>'; | |||
| } | |||