修改页面,完成单页模式新增首页返回上一页按钮

This commit is contained in:
2026-08-31 14:48:32 +08:00
parent aaed0584b1
commit 15b301b358
363 changed files with 10895 additions and 213 deletions
+1
View File
@@ -0,0 +1 @@
.lay-jsan-notice-marker{position:absolute}.lay-jsan-notice-marker-box{width:35px;height:35px;border:1px solid #e2e2e2;text-align:center;line-height:35px;color:#e2e2e2;float:left;background-color:#fff}.lay-jsan-notice-marker-box:hover{background-color:#f2f2f2;color:#1e9fff}.lay-jsan-notice-marker-icon{font-size:26px!important}.lay-jsan-notice-marker-news{color:#ff5722!important}.lay-jsan-notice-marker-btn{width:15px;height:35px;border:1px solid #e2e2e2;text-align:center;line-height:35px;color:#e2e2e2;float:left;background-color:#fff;font-size:16px}.lay-jsan-notice-marker-btn:hover{background-color:#f2f2f2;color:#1e9fff}.lay-jsan-notice-marker-item{padding:5px 0 5px 10px;background-color:#f2f2f2;border-radius:5px;margin-bottom:12px}.lay-jsan-notice-marker-item:hover{background-color:#ddd;cursor:pointer}.lay-jsan-notice-marker-item-title-new{color:#ff5722}.lay-jsan-notice-marker-item-title{font-size:14px;font-weight:700}.lay-jsan-notice-marker-item-date{font-size:10px;color:#d2d2d2;padding:2px 0}.lay-jsan-notice-marker-item-content{font-size:12px;color:#d2d2d2}
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
(function(o,e){typeof o.layui=="object"&&layui.define&&layui.define(function(a){a("mods",e(layui))})})(this,function(o){"use strict";var e={jsanNotice:"mods/extend/jsan-notice"},a=function(r,f){var i={};if(typeof r=="string"){if(!l(r)){if(typeof e[r]!="string")throw new Error("引入的插件"+r+"不在预定义列表中");i[r]=e[r]}}else if(Array.isArray(r)){for(var s=0,t;t=r[s++];)if(!l(t)){if(typeof e[t]!="string")throw new Error("引入的插件"+t+"不在预定义列表中");i[t]=e[t]}}else throw new Error("mods()中,传入了无效的参数");if(typeof f!="function")throw Error("第二个参数必须是函数");o.extend(i).use(r,function(){for(var n=[],c=0,y;y=arguments[c++];)n.push(y);f.apply(o,n)})},l=function(r){return typeof u[r]=="string"};typeof Array.isArray!="function"&&(Array.isArray=function(r){return Object.prototype.toString.call(r)==="[object Array]"});var u={layer:"layer",laydate:"laydate",layedit:"layedit",laypage:"laypage",laytpl:"laytpl",table:"table",form:"form",upload:"upload",jquery:"jquery",code:"code",carousel:"carousel",element:"element",flow:"flow",mobile:"mobile",rate:"rate",tree:"tree",util:"util"};return a});