首页 » 主题魔改记录

主题魔改记录

添加左侧导航栏

  1. 添加高斯模糊渐变特效
  2. 添加IOS精美小图标

68195-otg4tfwpx7.png

添加右侧聊天框

  1. 准备整合微语/动态

全局字体替换

  1. 字体看着真舒服

首页添加加载更多

  1. 替换原来的翻页

添加原生灯箱一枚

  1. 灯箱好像有点小BUG

部分细节优化

  1. 折腾不止

26076-8szbnyz2unx.png

添加鼠标跟随特效

  1. heaser.php添加css
html {
    cursor: url('<?php $this->options->themeUrl('<?php $this->options->themeUrl('img/menghuan.ico'); ?>'); ?>'), auto;
}
.draw {
    position: fixed;
    width: 1px;
    line-height: 1px;
    pointer-events: none;
}
@keyframes floatOne {
0% {
opacity:1;
}
50% {
opacity:1;
}
100% {
opacity:0;
transform:translate3D(0, -20px, 0) scale(5) rotate(45deg);
}
}
  1. footer.php引入js文件
<script type="text/javascript" src="<?php $this->options->themeUrl('js/jquery.min.js'); ?>"></script>
<script type="text/javascript" src="<?php $this->options->themeUrl('js/sb.js'); ?>"></script>

2021-06-11T07:06:58.png

2021-06-11T07:14:54.png

下一篇:To 采采

添加新评论

GO