no commit message
This commit is contained in:
@@ -10,20 +10,14 @@
|
||||
<script type="text/javascript" src="web/res/js/jquery.1.9.1.min.js"></script>
|
||||
<script type="text/javascript" src="js/js.js"></script>
|
||||
<script type="text/javascript" src="mode/plugin/jquery-rockmodels.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="web/res/perfectscrollbar/perfect-scrollbar.css"/>
|
||||
<script type="text/javascript" src="web/res/perfectscrollbar/perfect-scrollbar.js"></script>
|
||||
<script type="text/javascript" src="web/res/perfectscrollbar/jquery.mousewheel.js"></script>
|
||||
<style>
|
||||
<?php
|
||||
$col = getconfig('apptheme','#1389D3');
|
||||
echo 'body{--main-color:'.$col.'}';
|
||||
?>
|
||||
|
||||
.list{padding:10px 10px;border-top:1px #eeeeee solid}
|
||||
.list:hover{background:#f1f1f1}
|
||||
.list{padding:10px 10px;border-bottom:var(--border)}
|
||||
.list:hover{background:rgba(0,0,0,0.05)}
|
||||
</style>
|
||||
<?php
|
||||
echo c('color')->getApptheme();
|
||||
?>
|
||||
<script>
|
||||
maincolor='<?=$col?>';
|
||||
function initbody(){
|
||||
c.init();
|
||||
}
|
||||
@@ -32,7 +26,6 @@ var c = {
|
||||
this.getsese();
|
||||
$(window).resize(c.getsese);
|
||||
if(nwjsgui)this.showdata();
|
||||
$('#downlist').perfectScrollbar();
|
||||
},
|
||||
getsese:function(){
|
||||
var he = winHb()-50;
|
||||
@@ -139,11 +132,11 @@ var c = {
|
||||
</head>
|
||||
|
||||
|
||||
<body style="overflow:hidden;background:white">
|
||||
<div id="downlist" style="height:100px;overflow:hidden;position:relative">
|
||||
<body style="overflow:hidden;">
|
||||
<div id="downlist" style="height:100px;overflow:auto;position:relative">
|
||||
|
||||
</div>
|
||||
<div style="height:50px;padding:0px 10px;text-align:right;line-height:50px;background:#f1f1f1;border-top:1px #cccccc solid">
|
||||
<div style="height:50px;padding:0px 10px;text-align:right;line-height:50px;background:var(--main-vgcolor);border-top:var(--border)">
|
||||
<!--<a class="zhu" title="新增下载" onclick="c.add()"><i class="icon-plus"></i></a> -->
|
||||
<a class="zhu" onclick="js.reload()"><i class="icon-refresh"></i> 刷新</a>
|
||||
<a class="zhu" onclick="c.clearall()"><i class="icon-trash"></i> 清空下载项</a>
|
||||
|
||||
@@ -27,13 +27,16 @@
|
||||
<script type="text/javascript" src="web/res/js/jquery-changeuser.js"></script>
|
||||
<style>
|
||||
<?php
|
||||
$col = getconfig('apptheme','#1389D3');
|
||||
$cola= c('image')->colorTorgb($col);
|
||||
echo 'body{--main-color:'.$col.'}.leftcls{background:'.$col.'}.webbtn{background:'.$col.'}.qipao .qipaocontright{background:rgba('.$cola[0].','.$cola[1].','.$cola[2].',0.4)}.qipao .qipaoright{border-color: transparent transparent transparent rgba('.$cola[0].','.$cola[1].','.$cola[2].',0.4)}';
|
||||
$cola= c('color')->getColor();
|
||||
$cols= $cola['colors'];
|
||||
echo 'body{.qipao .qipaocontright{background:rgba('.$cols.',0.4)}.qipao .qipaoright{border-color: transparent transparent transparent rgba('.$cols.',0.4)}';
|
||||
?>
|
||||
</style>
|
||||
<?php
|
||||
echo c('color')->getApptheme();
|
||||
?>
|
||||
<script>
|
||||
maincolor='<?=$col?>',adminname='',adminface='',video_bool=false,companynum='';
|
||||
adminname='',adminface='',video_bool=false,companynum='';
|
||||
date = js.now('Y-m-d');
|
||||
function initbody(){
|
||||
reim.outgroup.outunum = js.getoption('outunum');
|
||||
@@ -88,10 +91,10 @@ function reshow(type,reid){
|
||||
</head>
|
||||
|
||||
|
||||
<body style="overflow:hidden;background:#f5f5f5">
|
||||
<body style="overflow:hidden;">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td bgcolor="#ebebeb" style="border-right:1px #dddddd solid"><div style="width:220px;overflow:hidden;height:200px;position:relative" id="historylist"></div></td>
|
||||
<td style="border-right:var(--border)"><div style="width:220px;overflow:hidden;height:200px;position:relative" id="historylist"></div></td>
|
||||
<td width="100%"><div id="viewzhulist" style="height:100px;overflow:hidden"></div></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user