You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
11
static/app/js/activity5.js
Executable file
11
static/app/js/activity5.js
Executable 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())
|
Reference in New Issue
Block a user