花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
LayCenter插件有专辑功能吗?
2023-12-03 08:42:03
没有呢
2023-11-23 15:41:24
主题配置-其它配置-自定义style 填写下面的css代码
[code:css]@media screen and (min-width:768px){
.login_reg{font-size:0;}
.login_reg a:first-child{font-size:12px;}
}[/code]
2023-11-17 21:48:23
主题配置-其它配置-自定义style 填写下面的css代码
[code:css]@media screen and (min-width:768px){
/* 隐藏登录窗口的"注册账号"按钮 */
.login_reg{font-size:0;}
.login_reg a:last-child{font-size:12px;}
/* 隐藏导航栏的"注册"按钮 */
.header .reg{display:none!important}
}[/code]
2023-11-17 21:04:44
主题配置-其它配置-自定义style 填写下面的css代码
[code:css].mobile_header_user ul.menu li.center .sub-menu li:nth-child(-n+7):not(:first-child),
.author_subtabs ul.tabs li:nth-child(-n+7):not(:first-child){display:none}[/code]
2023-11-17 20:58:49
主题配置-其它配置-自定义style 填写下面的css代码
[code:css]@media screen and (min-width:768px){
.xh-regbox form > .xh-form-group {
height: 0;
overflow: hidden;
}
}[/code]
2023-11-16 15:48:56
主题配置-其它配置-自定义style 填写下面的css代码
[code:css].header_menu .sub-menu li:nth-child(-n+7):not(:first-child){display:none}[/code]


