WEB3.0
language
WEB3.0
Interest Earning Plan
Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image
Market
Metal
Forex
Crypto
XAU/USD
US$ 3319.17
0% 24 Hrs
XAG/USD
US$ 33.074
0% 24 Hrs
XPD/USD
US$ 948.88
0% 24 Hrs
XPT/USD
US$ 903.75
0% 24 Hrs
COMEXAU
US$ 3330.4
0% 24 Hrs
COMEXAG
US$ 33.015
0% 24 Hrs
MAUTD
US$ 779.88
0% 24 Hrs
XPD
US$ 938.59
0% 24 Hrs
AUTD
US$ 684.07
0% 24 Hrs
AU999
US$ 675
0% 24 Hrs
PTUSD
US$ 965.503
0% 24 Hrs
Share
Invite friends to join
Start invitatio
$(document).ready(function() { var imageWrapper = $('#image-wrapper'); // 开始动画:从右向左滚动 function startScrolling() { var scrollWidth = imageWrapper.width(); // 总图片的宽度 var containerWidth = $('#image-container').width(); // 容器宽度 imageWrapper.animate({ left: '-' + (scrollWidth - containerWidth) + 'px' }, 100000, 'linear', function() { imageWrapper.css('left', '0'); // 滚动结束后重置位置 startScrolling(); // 循环滚动 }); } startScrolling(); });