Discuz! 官方交流社區(qū)
標(biāo)題: discuz 首頁和全頁面變哀悼灰色的教程方法! [打印本頁]
作者: 耗子 時間: 2020-4-3 18:21
標(biāo)題: discuz 首頁和全頁面變哀悼灰色的教程方法!
在discuz的模板頁的首頁文件頭部文件 直接放在</head>上??蓪崿F(xiàn)變灰色的功能
加入以下代碼:
- <style>
- body>* {
- filter: grayscale(100%);
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
- -webkit-filter: grayscale(1);
- }
- </style>
復(fù)制代碼
其他CMS和代碼:http://blog.haozi.org/
作者: edee134 時間: 2020-4-3 23:50
具體是哪個文件呀?
歡迎光臨 Discuz! 官方交流社區(qū) (http://r615.cn/) |
Powered by Discuz! X5.0 |