no commit message

This commit is contained in:
雨中磐石
2024-10-18 15:27:40 +08:00
parent 9a2a3a2c8a
commit 559c388ea0
103 changed files with 2021 additions and 783 deletions

View File

@@ -36,14 +36,16 @@
.lefticons:hover{background: rgba(0,0,0,0.05);}
.leftactive {background: rgba(0,0,0,0.1);}
<?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 '.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>
companynum = '<?=COMPANYNUM?>';
maincolor = '<?=$col?>';
js.servernow = '<?=$da['now']?>';
PROJECT = '<?=$da['p']?>';
adminip = '<?=$da['ip']?>';
@@ -67,7 +69,7 @@ function winfocus(){
</script>
</head>
<body style="background:#f5f5f5;border:0px rgba(0,0,0,0.2) solid;overflow:hidden" oncontextmenu="return false" scroll="no">
<body style="overflow:hidden" oncontextmenu="return false" scroll="no">
<div class="cursor lefticons" align="center" id="reimcog" style="position:fixed;bottom:0px;left:0px;width:60px;line-height:50px;height:50px;color:#ffffff;font-size:16px;"><i class="icon-reorder"></i></div>
@@ -75,7 +77,7 @@ function winfocus(){
<table style="width:100%;" height="100%">
<tr valign="top">
<td height="100%" style="border-right:0px #dddddd solid" width="60" class="leftcls">
<td height="100%" style="background:var(--main-color)" width="60" class="leftcls">
<div align="center" style="width:60px;overflow:hidden">
<div style="margin-top:20px"><img title="<?=$da['adminname']?>" onclick="reim.openmyinfo()" src="images/noface.png" id="myface" style="border-radius:50%;" align="absmiddle" height="40" width="40">
</div>
@@ -103,8 +105,8 @@ function winfocus(){
</div>
</div>
</td>
<td width="220px" id="maincenter" bgcolor="#ebebeb" style="border-right:1px #dddddd solid">
<div style="height:60px;overflow:hidden" align="center"><input id="reim_keysou" placeholder="搜索联系人/会话/应用" style="border:none;background-color:#d4d6d9; width:150px;height:30px;border-radius:5px;margin-top:13px;padding:0px 10px" type="text"> &nbsp;&nbsp;<span class="cursor" id="homeplus" style="color:#999999"><i class="icon-plus"></i></span></div>
<td width="220px" id="maincenter" style="border-right:var(--border);background:rgba(<?=$cols?>,0.03)">
<div style="height:60px;overflow:hidden" align="center"><input id="reim_keysou" placeholder="搜索联系人/会话/应用" style="border:none;background-color:rgba(0,0,0,0.1); width:150px;height:30px;border-radius:5px;margin-top:13px;padding:0px 10px" type="text"> &nbsp;&nbsp;<span class="cursor" id="homeplus" style="color:#999999"><i class="icon-plus"></i></span></div>
<div id="centlist" style="height:300px;overflow:hidden;position:relative;width:220px">
<div id="centshow0">
@@ -114,10 +116,10 @@ function winfocus(){
</div>
</div>
<div id="centshow1" style="display:none">
<div style="padding:5px;color:#aaaaaa;border-bottom:1px #e1e1e1 solid">组织结构</div>
<div style="padding:5px;color:#aaaaaa;border-bottom:var(--border)">组织结构</div>
<div id="showdept"></div>
<div id="showgroup"></div>
<div align="center" style="padding:10px;"><a onclick="reim.initload(true)" style="font-size:12px;color:#bbbbbb" href="javascript:;"><i class="icon-refresh"></i> 刷新</a></div>
<div align="center" style="padding:10px;"><a onclick="reim.initloads()" id="mainreload" style="font-size:12px;color:#bbbbbb" href="javascript:;"><i class="icon-refresh"></i> 刷新</a></div>
</div>
<?php if(getconfig('rockkefu_url')){?>
<div id="centshow3" style="display:none">
@@ -131,7 +133,7 @@ function winfocus(){
</td>
<td>
<div id="viewzhulist" style="height:300px;overflow:hidden;">
<div align="center" tabs="home" id="tabs_home" style="margin-top:150px;font-size:150px;color:#e8e8e8">
<div align="center" tabs="home" id="tabs_home" style="margin-top:150px;font-size:150px;color:rgba(0,0,0,0.05);">
<i class="icon-comments-alt"></i>
</div>
</div>

View File

@@ -9,7 +9,7 @@
<meta name="format-detection" content="telephone=no"/>
<meta name="format-detection" content="email=no"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0"/>
<link rel="stylesheet" type="text/css" href="web/res/css/webimcss.css"/>
<link rel="stylesheet" type="text/css" href="webmain/css/rock.css?<?=time()?>"/>
<link rel="shortcut icon" id="icon_show" href="favicon.ico" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/js.js"></script>
@@ -19,12 +19,11 @@
.lmaisft{text-align:center;-webkit-app-region:no-drag;}
.close{height:20px;width:20px;display:block;text-align:center;line-height:18px;cursor:pointer;font-size:16px}
.close:hover{background:#ff1118;color:white}
.inputlog{height:40px;width:220px;border-radius:5px}
<?php
$col = getconfig('apptheme','#1389D3');
echo 'body{--main-color:'.$col.'}';
?>
.inputlog{height:40px;width:220px;border-radius:5px;}
</style>
<?php
echo c('color')->getApptheme();
?>
<script>
CFROM = 'reim';
var temp_token='';
@@ -268,7 +267,7 @@ function changlogin(){
}
</script>
</head>
<body style="overflow:hidden;background:#f5f5f5">
<body style="overflow:hidden">
<div >
@@ -303,18 +302,12 @@ function changlogin(){
<input type="hidden" name="logintype" value="1">
<?php }?>
<div>
<input type="text" class="input inputlog" onKeyUp="if(event.keyCode==13)get('adminmobileyzm').focus()" maxlength="11" name="adminmobile" placeholder="请输入手机号">
</div>
<div class="blank20"></div>
<div align="center">
<table><tr>
<td>
<input class="input" style="height:40px;width:130px;border-top-left-radius:5px;border-bottom-left-radius:5px" name="adminmobileyzm" id="adminmobileyzm" onKeyUp="if(event.keyCode==13)loginsubmit(1)" maxlength="6" placeholder="请输入验证码">
</td>
<td><input type="button" onclick="getyzm(this)" style="height:40px;width:90px;border-top-right-radius:5px;border-bottom-right-radius:5px" value="获取验证码" class="webbtn" ></td>
</tr></table>
<input class="input" style="height:40px;width:130px;border-radius:5px 0px 0px 5px;" name="adminmobileyzm" id="adminmobileyzm" onKeyUp="if(event.keyCode==13)loginsubmit(1)" maxlength="6" placeholder="请输入验证码"><input type="button" onclick="getyzm(this)" style="height:40px;width:90px;border-radius:0px 5px 5px 0px" value="获取验证码" class="webbtn" >
</div>

View File

@@ -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>&nbsp;&nbsp;-->
<a class="zhu" onclick="js.reload()"><i class="icon-refresh"></i> 刷新</a>&nbsp;&nbsp;
<a class="zhu" onclick="c.clearall()"><i class="icon-trash"></i> 清空下载项</a>&nbsp;

View File

@@ -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>

View File

@@ -10,7 +10,8 @@
<script type="text/javascript" src="web/res/js/nwjs.js"></script>
<style>
<?php
$col = getconfig('apptheme','#1389D3');
$cola = c('color')->getColor();
$col = $cola['color'];
echo 'body{--main-color:'.$col.'}';
?>
</style>