当前位置:首页 -> 功能升级 -> 2027-7-7 修复BUG:自适应手机端首页滚动新闻跳转页面不正确!
2027-7-7 修复BUG:自适应手机端首页滚动新闻跳转页面不正确! 发布于 2025-07-07 14:44

2027-7-7 修复BUG:自适应手机端首页滚动新闻跳转问题,即模板文件 /templates/sijicms_m/index.htm

一,修改以下2个样式:
.notice-item

.notice-item.active

都增加 

pointer-events: auto;

 display: block;



修改为:

.notice-item {

            height: 30px;

            line-height: 30px;

            opacity: 0;

            position: absolute;

            width: 100%;

            top: 0;

            left: 0;

            pointer-events: none;

            display: none;
}

.notice-item.active {

            opacity: 1;

            transition: opacity 0.5s;

            pointer-events: auto;

            display: block;

}



如果新闻标题有点偏下,可以给样式 

.text54-clz

增加一个

margin-top: -4px;

私集分类信息系统 是一套PHP+UNIAPP全端开发的信息系统,包含APP、H5、微信公众号、微信小程序、抖音小程序等十六个平台。系统可拓展为分类信息系统,行业分类信息系统,本地生活信息系统,同城分类信息系统等!
{{item.text}}