添加左侧导航栏
- 添加高斯模糊渐变特效
- 添加IOS精美小图标
添加右侧聊天框
- 准备整合微语/动态
全局字体替换
- 字体看着真舒服
首页添加加载更多
- 替换原来的翻页
添加原生灯箱一枚
- 灯箱好像有点小BUG
部分细节优化
- 折腾不止
添加鼠标跟随特效
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);
}
}
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>