实例介绍
light7,专业的移动端开发框架,适合开发移动端UI,light7,专业的移动端开发框架,适合开发移动端UI。
【实例截图】
【核心代码】
f38cc86d-d8fd-4722-9c0c-a073bb2fa6bc
└── light7-build
├── bower.json
├── CNAME
├── _config.yml
├── CONTRIBUTING.md
├── develop.md
├── dist
│ ├── css
│ │ ├── light7.css
│ │ ├── light7.min.css
│ │ ├── light7-swipeout.css
│ │ ├── light7-swiper.css
│ │ └── light7-swiper.min.css
│ ├── img
│ │ ├── i-f7.png
│ │ ├── i-form-calendar.png
│ │ ├── i-form-comment.png
│ │ ├── i-form-email.png
│ │ ├── i-form-gender.png
│ │ ├── i-form-name.png
│ │ ├── i-form-password.png
│ │ ├── i-form-settings.png
│ │ ├── i-form-tel.png
│ │ ├── i-form-toggle.png
│ │ ├── i-form-url.png
│ │ ├── i-list-chevron-right.png
│ │ └── i-sortable-handler.png
│ └── js
│ ├── i18n
│ │ ├── cn.js
│ │ └── cn.min.js
│ ├── light7-city-picker.js
│ ├── light7-city-picker.min.js
│ ├── light7.js
│ ├── light7.min.js
│ ├── light7-swipeout.js
│ ├── light7-swiper.js
│ └── light7-swiper.min.js
├── docs
│ ├── about.html
│ ├── assets
│ │ ├── css
│ │ │ ├── demos.css
│ │ │ ├── docs.css
│ │ │ ├── docs.min.css
│ │ │ └── pygments-manni.css
│ │ ├── img
│ │ │ ├── apple-touch-icon-114x114.png
│ │ │ ├── apple-touch-icon-57x57.png
│ │ │ ├── apple-touch-icon-72x72.png
│ │ │ ├── demos.png
│ │ │ ├── device-sprite.png
│ │ │ ├── example-android.png
│ │ │ ├── example-ios.png
│ │ │ ├── example.png
│ │ │ ├── i-wechat.png
│ │ │ ├── light7-mall.png
│ │ │ ├── slide-1.jpg
│ │ │ ├── slide-2.jpg
│ │ │ └── slide-3.jpg
│ │ └── js
│ │ ├── baichuan.js
│ │ ├── demos.js
│ │ ├── docs.js
│ │ ├── docs.min.js
│ │ ├── fingerblast.js
│ │ ├── jquery-2.1.4.js
│ │ ├── widgets.js
│ │ └── zepto.js
│ ├── baichuan-portal.html
│ ├── changelog.html
│ ├── components.html
│ ├── _data
│ │ └── ratchicons.yml
│ ├── demos
│ │ ├── actions.html
│ │ ├── bar
│ │ │ ├── bar-multi.html
│ │ │ ├── index.html
│ │ │ ├── nav-bar.html
│ │ │ ├── nav-bar-labels.html
│ │ │ ├── title-bar-btns.html
│ │ │ ├── title-bar.html
│ │ │ └── title-bar-links.html
│ │ ├── btns.html
│ │ ├── calendar.html
│ │ ├── card
│ │ │ ├── facebook-card.html
│ │ │ ├── index.html
│ │ │ ├── list-card.html
│ │ │ ├── simple-card.html
│ │ │ ├── styled-card.html
│ │ │ └── view-card.html
│ │ ├── city-picker.html
│ │ ├── colors.html
│ │ ├── datetime-picker.html
│ │ ├── form
│ │ │ ├── icon-input.html
│ │ │ ├── index.html
│ │ │ ├── label-input.html
│ │ │ └── layout.html
│ │ ├── grid.html
│ │ ├── icons.html
│ │ ├── infinite-scroll.html
│ │ ├── list
│ │ │ ├── check-list.html
│ │ │ ├── contacts-list.html
│ │ │ ├── index.html
│ │ │ ├── inset-list.html
│ │ │ ├── mail-list.html
│ │ │ ├── simple-list.html
│ │ │ ├── songs-list.html
│ │ │ ├── swipeout.html
│ │ │ └── view-list.html
│ │ ├── modal.html
│ │ ├── notification.html
│ │ ├── photo-browser.html
│ │ ├── picker.html
│ │ ├── preloader.html
│ │ ├── ptr-infinite-tabs.html
│ │ ├── pull-to-refresh.html
│ │ ├── router2.html
│ │ ├── router.html
│ │ ├── searchbar.html
│ │ ├── swiper.html
│ │ └── tab.html
│ ├── demos.html
│ ├── dist
│ │ ├── css
│ │ │ ├── light7.css
│ │ │ ├── light7.min.css
│ │ │ ├── light7-swipeout.css
│ │ │ ├── light7-swiper.css
│ │ │ └── light7-swiper.min.css
│ │ ├── img
│ │ │ ├── i-f7.png
│ │ │ ├── i-form-calendar.png
│ │ │ ├── i-form-comment.png
│ │ │ ├── i-form-email.png
│ │ │ ├── i-form-gender.png
│ │ │ ├── i-form-name.png
│ │ │ ├── i-form-password.png
│ │ │ ├── i-form-settings.png
│ │ │ ├── i-form-tel.png
│ │ │ ├── i-form-toggle.png
│ │ │ ├── i-form-url.png
│ │ │ ├── i-list-chevron-right.png
│ │ │ └── i-sortable-handler.png
│ │ └── js
│ │ ├── i18n
│ │ │ ├── cn.js
│ │ │ └── cn.min.js
│ │ ├── light7-city-picker.js
│ │ ├── light7-city-picker.min.js
│ │ ├── light7.js
│ │ ├── light7.min.js
│ │ ├── light7-swipeout.js
│ │ ├── light7-swiper.js
│ │ └── light7-swiper.min.js
│ ├── docs-demos
│ │ ├── calendar.html
│ │ ├── calendar-inline.html
│ │ ├── check-list.html
│ │ ├── city-picker.html
│ │ ├── colors.html
│ │ ├── contacts-list.html
│ │ ├── datetime-picker.html
│ │ ├── i18n.html
│ │ ├── infinite-scroll.html
│ │ ├── js
│ │ │ ├── calendar.js
│ │ │ ├── colors.js
│ │ │ ├── i18n.js
│ │ │ ├── notification.js
│ │ │ ├── picker.js
│ │ │ └── toast.js
│ │ ├── list.html
│ │ ├── notification.html
│ │ ├── one.html
│ │ ├── panels.html
│ │ ├── photo-browser.html
│ │ ├── picker.html
│ │ ├── popover.html
│ │ ├── popup.html
│ │ ├── router2.html
│ │ ├── router.html
│ │ ├── structure.html
│ │ ├── swipeout.html
│ │ ├── swiper.html
│ │ ├── theme-dark.html
│ │ ├── toast.html
│ │ ├── toolbar.html
│ │ ├── two.html
│ │ └── type.html
│ ├── examples
│ │ ├── app-android-notes
│ │ │ ├── css
│ │ │ │ └── app.css
│ │ │ └── index.html
│ │ ├── app-ios-mail
│ │ │ ├── css
│ │ │ │ └── app.css
│ │ │ ├── inbox.html
│ │ │ └── index.html
│ │ ├── app-movies
│ │ │ ├── choose-theater.html
│ │ │ ├── css
│ │ │ │ └── app.css
│ │ │ ├── img
│ │ │ │ ├── argo.png
│ │ │ │ ├── ralph.png
│ │ │ │ └── skyfall.png
│ │ │ └── index.html
│ │ ├── getting-started
│ │ │ └── index.html
│ │ └── light7-mall
│ │ ├── css
│ │ │ └── app.css
│ │ ├── detail.html
│ │ ├── home.html
│ │ ├── index.html
│ │ └── js
│ │ └── app.js
│ ├── examples.html
│ ├── extends.html
│ ├── favicon.ico
│ ├── getting-started.html
│ ├── img
│ │ └── home
│ │ ├── actions.gif
│ │ ├── docs-ptr-demo.gif
│ │ ├── noti.gif
│ │ └── ptr.gif
│ ├── _includes
│ │ ├── ad.html
│ │ ├── browser-warning.html
│ │ ├── _components
│ │ │ ├── accordion.html
│ │ │ ├── actions.html
│ │ │ ├── bar.html
│ │ │ ├── buttons.html
│ │ │ ├── calendar.html
│ │ │ ├── cards.html
│ │ │ ├── city-picker.html
│ │ │ ├── content.html
│ │ │ ├── forms.html
│ │ │ ├── grid.html
│ │ │ ├── i18n.html
│ │ │ ├── icons.html
│ │ │ ├── infinite-scroll.html
│ │ │ ├── init.html
│ │ │ ├── layout.html
│ │ │ ├── list.html
│ │ │ ├── modal.html
│ │ │ ├── notification.html
│ │ │ ├── panel.html
│ │ │ ├── photo-browser.html
│ │ │ ├── picker.html
│ │ │ ├── popup.html
│ │ │ ├── pull-to-refresh.html
│ │ │ ├── push.html
│ │ │ ├── rem.html
│ │ │ ├── router.html
│ │ │ ├── scroller.html
│ │ │ ├── searchbar.html
│ │ │ ├── swipeout.html
│ │ │ ├── swiper.html
│ │ │ ├── tabs.html
│ │ │ ├── themes.html
│ │ │ └── type.html
│ │ ├── download-module.html
│ │ ├── footer.html
│ │ ├── ga.html
│ │ ├── header.html
│ │ ├── jump-extends.html
│ │ ├── jump.html
│ │ ├── masthead.html
│ │ ├── toolbar-extends.html
│ │ └── toolbar.html
│ ├── index.html
│ ├── _layouts
│ │ ├── default.html
│ │ ├── demo.html
│ │ ├── docs-demos.html
│ │ ├── examples.html
│ │ └── home.html
│ ├── LICENSE
│ ├── robots.txt
│ ├── sitemap.xml
│ └── template.html
├── fonts
│ ├── ratchicons.eot
│ ├── ratchicons.svg
│ ├── ratchicons.ttf
│ └── ratchicons.woff
├── grunt
│ └── ratchicons-data-generator.js
├── Gruntfile.js
├── img
│ ├── i-f7.png
│ ├── i-form-calendar.png
│ ├── i-form-comment.png
│ ├── i-form-email.png
│ ├── i-form-gender.png
│ ├── i-form-name.png
│ ├── i-form-password.png
│ ├── i-form-settings.png
│ ├── i-form-tel.png
│ ├── i-form-toggle.png
│ ├── i-form-url.png
│ ├── i-list-chevron-right.png
│ └── i-sortable-handler.png
├── js
│ ├── accordion.js
│ ├── bar-tab.js
│ ├── calendar.js
│ ├── city-data.js
│ ├── city-picker.js
│ ├── datetime-picker.js
│ ├── detect.js
│ ├── device.js
│ ├── fastclick.js
│ ├── i18n
│ │ └── cn.js
│ ├── index.js
│ ├── infinite-scroll.js
│ ├── init.js
│ ├── intro.js
│ ├── modal.js
│ ├── notification.js
│ ├── page.js
│ ├── panels.js
│ ├── photo-browser.js
│ ├── picker.js
│ ├── pull-to-refresh.js
│ ├── push.js
│ ├── router.js
│ ├── searchbar.js
│ ├── sortable.js
│ ├── swipeout.js
│ ├── swiper-init.js
│ ├── swiper.js
│ ├── tabs.js
│ ├── template7.js
│ ├── tests
│ │ ├── index.html
│ │ ├── unit
│ │ │ ├── phantom.js
│ │ │ └── tabs.js
│ │ └── vendor
│ │ ├── jquery.min.js
│ │ ├── qunit.css
│ │ ├── qunit.js
│ │ └── zepto.js
│ ├── util.js
│ └── zepto-adapter.js
├── less
│ ├── accordion.less
│ ├── badges.less
│ ├── bars.less
│ ├── base.less
│ ├── buttons.less
│ ├── calendar.less
│ ├── calendar.zip
│ ├── cards.less
│ ├── colors.less
│ ├── content-block.less
│ ├── demos.less
│ ├── docs-baichuan.less
│ ├── docs.less
│ ├── fonts.less
│ ├── forms.less
│ ├── grid.less
│ ├── icons.less
│ ├── index.less
│ ├── infinite.less
│ ├── light7.less
│ ├── light7-swiper.less
│ ├── lists.less
│ ├── mixins.less
│ ├── modal.less
│ ├── normalize.less
│ ├── notification.less
│ ├── pages.less
│ ├── panels.less
│ ├── photo-browser.less
│ ├── picker.less
│ ├── preloader.less
│ ├── pull-to-refresh.less
│ ├── push.less
│ ├── rem.less
│ ├── scroller.less
│ ├── searchbar.less
│ ├── swipeout.less
│ ├── swiper.less
│ ├── tabs.less
│ ├── themes.less
│ ├── type.less
│ └── variables.less
├── LICENSE
├── package.json
├── README-CN.md
├── README.md
└── _site
├── about
│ └── index.html
├── assets
│ ├── css
│ │ ├── demos.css
│ │ ├── docs.css
│ │ ├── docs.min.css
│ │ └── pygments-manni.css
│ ├── img
│ │ ├── apple-touch-icon-114x114.png
│ │ ├── apple-touch-icon-57x57.png
│ │ ├── apple-touch-icon-72x72.png
│ │ ├── demos.png
│ │ ├── device-sprite.png
│ │ ├── example-android.png
│ │ ├── example-ios.png
│ │ ├── example.png
│ │ ├── i-wechat.png
│ │ ├── light7-mall.png
│ │ ├── slide-1.jpg
│ │ ├── slide-2.jpg
│ │ └── slide-3.jpg
│ └── js
│ ├── baichuan.js
│ ├── demos.js
│ ├── docs.js
│ ├── docs.min.js
│ ├── fingerblast.js
│ ├── jquery-2.1.4.js
│ ├── widgets.js
│ └── zepto.js
├── baichuan-portal
│ └── index.html
├── changelog
│ └── index.html
├── components
│ └── index.html
├── demos
│ ├── actions
│ │ └── index.html
│ ├── bar
│ │ ├── bar-multi
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── nav-bar
│ │ │ └── index.html
│ │ ├── nav-bar-labels
│ │ │ └── index.html
│ │ ├── title-bar
│ │ │ └── index.html
│ │ ├── title-bar-btns
│ │ │ └── index.html
│ │ └── title-bar-links
│ │ └── index.html
│ ├── btns
│ │ └── index.html
│ ├── calendar
│ │ └── index.html
│ ├── card
│ │ ├── facebook-card
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── list-card
│ │ │ └── index.html
│ │ ├── simple-card
│ │ │ └── index.html
│ │ ├── styled-card
│ │ │ └── index.html
│ │ └── view-card
│ │ └── index.html
│ ├── city-picker
│ │ └── index.html
│ ├── colors
│ │ └── index.html
│ ├── datetime-picker
│ │ └── index.html
│ ├── form
│ │ ├── icon-input
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── label-input
│ │ │ └── index.html
│ │ └── layout
│ │ └── index.html
│ ├── grid
│ │ └── index.html
│ ├── icons
│ │ └── index.html
│ ├── index.html
│ ├── infinite-scroll
│ │ └── index.html
│ ├── list
│ │ ├── check-list
│ │ │ └── index.html
│ │ ├── contacts-list
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── inset-list
│ │ │ └── index.html
│ │ ├── mail-list
│ │ │ └── index.html
│ │ ├── simple-list
│ │ │ └── index.html
│ │ ├── songs-list
│ │ │ └── index.html
│ │ ├── swipeout
│ │ │ └── index.html
│ │ └── view-list
│ │ └── index.html
│ ├── modal
│ │ └── index.html
│ ├── notification
│ │ └── index.html
│ ├── photo-browser
│ │ └── index.html
│ ├── picker
│ │ └── index.html
│ ├── preloader
│ │ └── index.html
│ ├── ptr-infinite-tabs
│ │ └── index.html
│ ├── pull-to-refresh
│ │ └── index.html
│ ├── router
│ │ └── index.html
│ ├── router2
│ │ └── index.html
│ ├── searchbar
│ │ └── index.html
│ ├── swiper
│ │ └── index.html
│ └── tab
│ └── index.html
├── dist
│ ├── css
│ │ ├── light7.css
│ │ ├── light7.min.css
│ │ ├── light7-swipeout.css
│ │ ├── light7-swiper.css
│ │ └── light7-swiper.min.css
│ ├── img
│ │ ├── i-f7.png
│ │ ├── i-form-calendar.png
│ │ ├── i-form-comment.png
│ │ ├── i-form-email.png
│ │ ├── i-form-gender.png
│ │ ├── i-form-name.png
│ │ ├── i-form-password.png
│ │ ├── i-form-settings.png
│ │ ├── i-form-tel.png
│ │ ├── i-form-toggle.png
│ │ ├── i-form-url.png
│ │ ├── i-list-chevron-right.png
│ │ └── i-sortable-handler.png
│ └── js
│ ├── i18n
│ │ ├── cn.js
│ │ └── cn.min.js
│ ├── light7-city-picker.js
│ ├── light7-city-picker.min.js
│ ├── light7.js
│ ├── light7.min.js
│ ├── light7-swipeout.js
│ ├── light7-swiper.js
│ └── light7-swiper.min.js
├── docs-demos
│ ├── calendar
│ │ └── index.html
│ ├── calendar-inline
│ │ └── index.html
│ ├── check-list
│ │ └── index.html
│ ├── city-picker
│ │ └── index.html
│ ├── colors
│ │ └── index.html
│ ├── contacts-list
│ │ └── index.html
│ ├── datetime-picker
│ │ └── index.html
│ ├── i18n
│ │ └── index.html
│ ├── infinite-scroll
│ │ └── index.html
│ ├── js
│ │ ├── calendar.js
│ │ ├── colors.js
│ │ ├── i18n.js
│ │ ├── notification.js
│ │ ├── picker.js
│ │ └── toast.js
│ ├── list
│ │ └── index.html
│ ├── notification
│ │ └── index.html
│ ├── one
│ │ └── index.html
│ ├── panels
│ │ └── index.html
│ ├── photo-browser
│ │ └── index.html
│ ├── picker
│ │ └── index.html
│ ├── popover
│ │ └── index.html
│ ├── popup
│ │ └── index.html
│ ├── router
│ │ └── index.html
│ ├── router2
│ │ └── index.html
│ ├── structure
│ │ └── index.html
│ ├── swipeout
│ │ └── index.html
│ ├── swiper
│ │ └── index.html
│ ├── theme-dark
│ │ └── index.html
│ ├── toast
│ │ └── index.html
│ ├── toolbar
│ │ └── index.html
│ ├── two
│ │ └── index.html
│ └── type
│ └── index.html
├── examples
│ ├── app-android-notes
│ │ ├── css
│ │ │ └── app.css
│ │ └── index.html
│ ├── app-ios-mail
│ │ ├── css
│ │ │ └── app.css
│ │ ├── inbox.html
│ │ └── index.html
│ ├── app-movies
│ │ ├── choose-theater.html
│ │ ├── css
│ │ │ └── app.css
│ │ ├── img
│ │ │ ├── argo.png
│ │ │ ├── ralph.png
│ │ │ └── skyfall.png
│ │ └── index.html
│ ├── getting-started
│ │ └── index.html
│ ├── index.html
│ └── light7-mall
│ ├── css
│ │ └── app.css
│ ├── detail
│ │ └── index.html
│ ├── home
│ │ └── index.html
│ ├── index.html
│ └── js
│ └── app.js
├── extends
│ └── index.html
├── favicon.ico
├── getting-started
│ └── index.html
├── img
│ └── home
│ ├── actions.gif
│ ├── docs-ptr-demo.gif
│ ├── noti.gif
│ └── ptr.gif
├── index.html
├── LICENSE
├── robots.txt
├── sitemap.xml
└── template.html
159 directories, 520 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论