/deep/.el-collapse-item__header.is-active,/deep/.el-collapse-item__header{ background-color: #3a8ee63d !important; padding: 3px 12px !important; color: #0f1826; font-weight: normal; height: 30px!important; line-height: 30px!impo...
1.在Ucenter根目录下新建文件pass.php,拷贝下面代码: [kkpay=10] 备注:将第一行的admin替换为你要设置的密码,保存文件。 2.在浏览器中打开文件pass.php,例如:http://www.你的网址.com/uc_server/pass.php 你会看到两行数字。打开UCenter目录下/dat...
Discuz! Q 要求 MySQL >= 5.7 PHP >= 7.2.0 BCMath PHP 拓展 Ctype PHP 拓展 JSON PHP 拓展 Mbstring PHP 拓展 OpenSSL PHP 拓展 PDO PHP 拓展 Tokenizer PHP 拓展 XML PHP 拓展
整体网站设置黑白调css: 网站部分内容设置黑白调css,div的class="showHeibai"的内容设置:
打开以下文件,搜索logo_m.svg,替换为logo.png [kkpay=1] 1.template/default/touch/portal/index.htm 2.template/default/touch/forum/discuz.htm 3.template/default/touch/forum/guide.htm 4.template/default/touch/member/login.htm 5.template/de...
新建了一个php页面,不过代码是gb2312。怎么转换呀? 操作方法: [kkpay=1]不必转换,直接新建文件时,在Dreamweaver里设置就行。打开Dreamweaver,在导航栏里的--修改--页面属性--分类--标题/编码,设置就行了。[/kkpay]...
html: ...... style: #tableConfk{border-top: 1px solid #dfe6ec;border-left: 1px solid #dfe6ec;text-align: center;} #tableConfk th{background-color: #f2f2f2;font-weight: normal;padding: 10px;} #tableConfk td{border-right: 1px solid #dfe6ec...
overflow,x、y轴都出现滚动条右下角会出现一个小白块解决方案,css设置如下: [kkpay=1] ::-webkit-scrollbar-corner{ background: transparent; }[/kkpay]