文件名称:CSS3的仿windows8 Metro风格界面布局效果.zip
文件大小:45KB
文件格式:ZIP
更新时间:2022-07-31 04:44:37
js特效-CSS3的仿windows8 Metro风格界面布局效果
js代码 [removed][removed] [removed] $(document).ready(function () { var $box = $('.box'); $('.metro li').each(function () { var color = $(this).css('backgroundColor'); var content = $(this).html(); $(this).click(function () { $box.css('backgroundColor', color); $box.addClass('open'); $box.find('p').html(content); }); $('.close').click(function () { $box.removeClass('open'); $box.css('backgroundColor', 'transparent'); }); }); }); [removed] 这是一款基于jQuery CSS3实现的仿windows8 Metro风格界面布局效果,Win8 Metro系统风格面板点击全屏打开展示内容。
【文件预览】:
CSS3的仿windows8 Metro风格界面布局效果
----index.html(2KB)
----js()
--------jquery-2.1.1.min.js(82KB)
----fonts()
--------icomoon.woff(1KB)
--------icomoon.ttf(1KB)
--------icomoon.svg(2KB)
--------icomoon.eot(2KB)
----css()
--------default.css(6KB)
--------styles.css(5KB)
--------reset.css(773B)
----QQ截图20171229092722.png(8KB)