
<div ><div >解决方法 这包含在文档的 Glossary部分中:
uiis a special class name used to distinguish parts of components
from components.For example,a 07001 will
receive the classui Listbecause it has a corresponding deFinition,
however a List item,will receive just the classitem.The ui class name helps encapsulate CSS rules by making sure all
‘parts of a component’ are defined in context to a ‘whole’ component.It also helps make scanning unkNown code simpler. If you see
uiyou
kNow you are looking at a component.
菜单很好地证明了这一点(文档中的简化示例):
<div > <div > Applying <i ></i> <div > <div >Applications</div> <div >International Students</div> <div >Scholarships</div> </div> </div></div>
外部菜单是一个实际的UI组件,因此具有ui和菜单.但是,内部菜单实际上是另一个组件的一部分,即下拉列表,因此没有ui类.
总结以上是内存溢出为你收集整理的html – Semantic-UI UI类的用法全部内容,希望文章能够帮你解决html – Semantic-UI UI类的用法所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)