Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

11
static/app/js/activity5.js Executable file
View File

@ -0,0 +1,11 @@
mui.init()
mui('.con').scroll({
deceleration: 0.0005 //flick 减速系数系数越大滚动速度越慢滚动距离越小默认值0.0006
});
var slider = mui("#slider");
slider.slider({
interval: 5000
});
$('.con_o .img').height($('.con_o .img').width())
$('.con_t_block img').height($('.con_t_block img').width())