致远页面置灰

PC端

首页置灰

需要重启!!!
修改文件路径:ApacheJetspeed/webapps/seeyon/WEB-INF/jsp/ctp/portal/
修改文件:index.jsp
修改位置大概在85行左右,修改内容如下:

# 原内容如下:
<body onload="javascript:locationCurrentUser();javascript:initV5Portal();">
# 修改增加后代码如下:
 <body onload="javascript:locationCurrentUser();javascript:initV5Portal();" style="filter: grayscale(1);">

在这里插入图片描述
实现门户整体增加置灰滤镜。
修改后效果如下:
在这里插入图片描述

登录页置灰

不要重启!!!不要重启!!!不要重启!!!(三遍是确认我没打错字,也是提醒看官注意!)
修改文件路径:ApacheJetspeed/webapps/seeyon/common/
修改文件:all-min.css
修改位置在开头,修改内容如下:

# 原内容如下:
body,html{background:0}
# 修改增加后代码如下:
body,html{background:0;filter:grayscale(1);}

在这里插入图片描述

移动端

微协同门户

修改文件路径:ApacheJetspeed/webapps/seeyon/H5/wechat/css/
修改文件:common.css
修改位置大概在6行左右,修改内容如下:

# 原内容如下:
body {
	margin: 0;
	background: #fff;
}
# 修改增加后代码如下:
body {
	margin: 0;
	background: #fff;
	filter: grayscale(1);
}

微协同待办

修改文件路径:ApacheJetspeed/webapps/seeyon/m3/apps/m3/todo/css/
修改文件:app-todo-list.css
修改位置大概在13行左右,修改内容如下:

# 原内容如下:
body, html {
	overflow: hidden !important;
	width: 100% !important;
	height: 100% !important;
}
# 修改增加后代码如下:
body, html {
	overflow: hidden !important;
	width: 100% !important;
	height: 100% !important;
	filter: grayscale(1);
}

M3门户

修改文件路径:ApacheJetspeed/webapps/seeyon/m3files/m3/cmp.zip
修改cmp.zip文件中的css/cmp.css
修改位置在.cmp-fullscreen名称中,修改内容如下:

# 原内容如下:
.cmp-fullscreen{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;}
# 修改增加后代码如下:
.cmp-fullscreen{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;filter:grayscale(1);}

M3待办

修改文件路径:ApacheJetspeed/webapps/seeyon/m3files/m3/todo.zip
修改todo.zip文件中的css/app-todo-list.css
修改位置大概在13行左右,修改内容如下:

# 原内容如下:
body, html {
	overflow: hidden !important;
	width: 100% !important;
	height: 100% !important;
}
# 修改增加后代码如下:
body, html {
	overflow: hidden !important;
	width: 100% !important;
	height: 100% !important;
	filter: grayscale(1);
}

以上为致远相关页面置灰的设置方式,以此 缅 怀 !!!

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值