UID1
阅读权限255
精华1
在线时间249 小时
好友1
|
测试为x3.5 默认模板 x3.4未测试,总的来说效果并不是很满意,有时间慢慢调整
1、深色顶部或者logo
/template/default/common/header.htm
查找</head>
上面添加
浅色背景
扫光速度:调整 animation: flashlights 1.5s ease-in 1s infinite; 中的 1.5s,数值越大速度越慢。
光带亮度:调整 rgba(255, 255, 255, 0.8) 和 rgba(255, 255, 255, 1) 中的数值,控制光带的亮度。
雾化效果:调整 box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); 中的参数,控制雾化的大小和透明度。
|
|