实例介绍
Semantic UI 2.0.0 官方文档离线版,完美支持脱机查看,更新到 2015-07-08。 发现有死链或错误页可以按照文档下方的联系方式联系我。
【实例截图】
【核心代码】
4744300845381135391.zip
└── Semantic UI Documentation
├── index.html
└── wwwroot
├── behaviors
│ ├── api.html
│ ├── form.html
│ └── visibility.html
├── cla.html
├── collections
│ ├── breadcrumb.html
│ ├── form.html
│ ├── grid.html
│ ├── introduction
│ ├── menu.html
│ ├── message.html
│ └── table.html
├── core.js
├── default.htm
├── dist
│ ├── components
│ │ ├── button.css
│ │ ├── card.css
│ │ ├── container.css
│ │ ├── dimmer.css
│ │ ├── dimmer.js
│ │ ├── divider.css
│ │ ├── dropdown.css
│ │ ├── dropdown.js
│ │ ├── form.css
│ │ ├── form.js
│ │ ├── grid.css
│ │ ├── header.css
│ │ ├── icon.css
│ │ ├── image.css
│ │ ├── input.css
│ │ ├── label.css
│ │ ├── list.css
│ │ ├── menu.css
│ │ ├── message.css
│ │ ├── popup.css
│ │ ├── popup.js
│ │ ├── rating.css
│ │ ├── rating.js
│ │ ├── reset.css
│ │ ├── reveal.css
│ │ ├── segment.css
│ │ ├── sidebar.css
│ │ ├── sidebar.js
│ │ ├── site.css
│ │ ├── table.css
│ │ ├── transition.css
│ │ ├── transition.js
│ │ └── visibility.js
│ ├── semantic.css
│ ├── semantic.js
│ ├── semantic.min.css
│ ├── semantic.min.js
│ └── themes
│ └── default
│ └── assets
│ ├── fonts
│ │ ├── icons.eot
│ │ ├── icons.eot@
│ │ ├── icons.svg
│ │ ├── icons.ttf
│ │ ├── icons.woff
│ │ └── icons.woff2
│ └── images
│ └── flags.png
├── elements
│ ├── button.html
│ ├── container.html
│ ├── divider.html
│ ├── flag.html
│ ├── header.html
│ ├── icon.html
│ ├── image.html
│ ├── input.html
│ ├── label.html
│ ├── list.html
│ ├── loader.html
│ ├── rail.html
│ ├── reveal.html
│ ├── segment.html
│ └── step.html
├── examples
│ ├── assets
│ │ ├── images
│ │ │ ├── avatar
│ │ │ │ ├── nan.jpg
│ │ │ │ └── tom.jpg
│ │ │ ├── logo.png
│ │ │ └── wireframe
│ │ │ ├── image.png
│ │ │ ├── media-paragraph.png
│ │ │ ├── paragraph.png
│ │ │ ├── square-image.png
│ │ │ └── white-image.png
│ │ ├── library
│ │ │ ├── iframe-content.js
│ │ │ ├── iframe.js
│ │ │ └── jquery.min.js
│ │ └── show-examples.js
│ ├── bootstrap.html
│ ├── components
│ │ ├── button.html
│ │ ├── card.html
│ │ ├── input.html
│ │ ├── menu.html
│ │ ├── parentIFrame.reset
│ │ ├── site.html
│ │ └── table.html
│ ├── fixed.html
│ ├── grid.html
│ ├── homepage.html
│ ├── login.html
│ ├── responsive.html
│ ├── sticky.html
│ └── theming.html
├── globals
│ ├── reset.html
│ └── site.html
├── images
│ ├── avatar
│ │ ├── large
│ │ │ ├── ade.jpg
│ │ │ ├── chris.jpg
│ │ │ ├── daniel.jpg
│ │ │ ├── elliot.jpg
│ │ │ ├── helen.jpg
│ │ │ ├── jenny.jpg
│ │ │ ├── justen.jpg
│ │ │ ├── nan.jpg
│ │ │ ├── steve.jpg
│ │ │ ├── stevie.jpg
│ │ │ └── veronika.jpg
│ │ └── small
│ │ ├── ade.jpg
│ │ ├── christian.jpg
│ │ ├── daniel.jpg
│ │ ├── elliot.jpg
│ │ ├── helen.jpg
│ │ ├── jenny.jpg
│ │ ├── joe.jpg
│ │ ├── justen.jpg
│ │ ├── laura.jpg
│ │ ├── matt.jpg
│ │ ├── nan.jpg
│ │ ├── steve.jpg
│ │ ├── stevie.jpg
│ │ ├── tom.jpg
│ │ ├── veronika.jpg
│ │ └── zoe.jpg
│ ├── avatar2
│ │ ├── large
│ │ │ ├── elyse.png
│ │ │ ├── kristy.png
│ │ │ ├── matthew.png
│ │ │ ├── molly.png
│ │ │ ├── patrick.png
│ │ │ └── rachel.png
│ │ └── small
│ │ ├── elyse.png
│ │ ├── eve.png
│ │ ├── lena.png
│ │ ├── lindsay.png
│ │ ├── mark.png
│ │ ├── matthew.png
│ │ ├── molly.png
│ │ └── rachel.png
│ ├── backgrounds
│ │ ├── 10.jpg
│ │ ├── 11.jpg
│ │ ├── 12.jpg
│ │ ├── 13.jpg
│ │ ├── 14.jpg
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── 4.jpg
│ │ ├── 5.jpg
│ │ ├── 6.jpg
│ │ ├── 7.jpg
│ │ ├── 8.jpg
│ │ └── 9.jpg
│ ├── dark-bg.png
│ ├── devices.png
│ ├── examples
│ │ ├── bootstrap.png
│ │ ├── fixed.png
│ │ ├── grid.png
│ │ ├── homepage.png
│ │ ├── login.png
│ │ ├── responsive.png
│ │ ├── sticky.png
│ │ └── theming.png
│ ├── gif
│ │ └── multi-shortcuts.gif
│ ├── icons
│ │ ├── book.png
│ │ ├── heart.png
│ │ ├── lab.png
│ │ ├── mobile.png
│ │ ├── paint.png
│ │ ├── plugin.png
│ │ ├── rocket.png
│ │ ├── school.png
│ │ ├── theming.png
│ │ └── toolbox.png
│ ├── leaves
│ │ ├── 1.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ └── 5.png
│ ├── logo.png
│ ├── movies
│ │ ├── totoro-horizontal.jpg
│ │ └── watchmen-horizontal.jpg
│ ├── new-school.jpg
│ └── wireframe
│ ├── centered-paragraph.png
│ ├── image.png
│ ├── image-text.png
│ ├── media-paragraph.png
│ ├── paragraph.png
│ ├── short-paragraph.png
│ ├── square-image.png
│ ├── text-image.png
│ └── white-image.png
├── introduction
│ ├── advanced-usage.html
│ ├── build-tools.html
│ ├── getting-started.html
│ ├── glossary.html
│ ├── integrations.html
│ ├── introduction
│ ├── modules
│ ├── new.html
│ └── semantic
│ └── dist
│ └── semantic.min.js
├── javascript
│ ├── accordion.js
│ ├── api.js
│ ├── button.js
│ ├── card.js
│ ├── checkbox.js
│ ├── container.js
│ ├── dimmer.js
│ ├── docs.js
│ ├── dropdown.js
│ ├── embed.js
│ ├── form.js
│ ├── grid.js
│ ├── header.js
│ ├── home.js
│ ├── icon.js
│ ├── input.js
│ ├── item.js
│ ├── library
│ │ ├── cookie.min.js
│ │ ├── easing.min.js
│ │ ├── highlight.min.js
│ │ ├── history.min.js
│ │ ├── jquery.legacy.min.js
│ │ ├── jquery.min.js
│ │ ├── less.min.js
│ │ ├── serialize-object.js
│ │ ├── sinon.js
│ │ └── tablesort.min.js
│ ├── menu.js
│ ├── message.js
│ ├── modal.js
│ ├── new.js
│ ├── popup.js
│ ├── progress.js
│ ├── rating.js
│ ├── search.js
│ ├── shape.js
│ ├── sidebar.js
│ ├── started.js
│ ├── sticky.js
│ ├── tab.js
│ ├── table.js
│ ├── theming.js
│ ├── transition.js
│ ├── validate-form.js
│ └── visibility.js
├── less
│ └── environment
│ └── abstract-file-manager.js
├── lib
│ ├── core.js
│ └── es6-extensions.js
├── modules
│ ├── accordion.html
│ ├── checkbox.html
│ ├── dimmer.html
│ ├── dropdown.html
│ ├── embed.html
│ ├── modal.html
│ ├── nag.html
│ ├── popup.html
│ ├── progress.html
│ ├── rating.html
│ ├── search.html
│ ├── shape.html
│ ├── sidebar.html
│ ├── sticky.html
│ ├── tab.html
│ └── transition.html
├── polyfill-done.js
├── promise
│ └── polyfill.js
├── semantic
│ └── dist
│ └── semantic.min.css
├── src
│ └── definitions
│ ├── collections
│ │ ├── breadcrumb.less
│ │ ├── form.less
│ │ ├── grid.less
│ │ ├── menu.less
│ │ ├── message.less
│ │ └── table.less
│ ├── elements
│ │ ├── button.less
│ │ ├── container.less
│ │ ├── divider.less
│ │ ├── flag.less
│ │ ├── header.less
│ │ ├── input.less
│ │ ├── label.less
│ │ ├── list.less
│ │ ├── loader.less
│ │ ├── rail.less
│ │ ├── segment.less
│ │ └── step.less
│ ├── globals
│ │ ├── reset.less
│ │ └── site.less
│ ├── modules
│ │ ├── accordion.less
│ │ ├── checkbox.less
│ │ ├── dimmer.less
│ │ ├── dropdown.less
│ │ ├── modal.less
│ │ ├── popup.less
│ │ ├── progress.less
│ │ ├── rating.less
│ │ ├── search.less
│ │ ├── shape.less
│ │ └── sidebar.less
│ └── views
│ ├── card.less
│ ├── comment.less
│ ├── feed.less
│ ├── item.less
│ └── statistic.less
├── stylesheets
│ ├── docs.css
│ ├── home.css
│ ├── rtl.css
│ └── shape.css
├── tree
│ ├── anonymous
│ ├── color
│ ├── detached-ruleset
│ ├── dimension
│ ├── expression
│ ├── keyword
│ ├── operation
│ ├── quoted
│ └── url
├── usage
│ ├── layout.html
│ └── theming.html
└── views
├── advertisement.html
├── card.html
├── comment.html
├── feed.html
├── item.html
└── statistic.html
60 directories, 325 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论