UNPKG

fezui

Version:

FEZUI 是一套基于 Vue 的支持多终端的开源UI交互组件库,致力于积木式的快速构建项目,提升产品体验和开发效率、降低开发和维护成本。

60 lines (55 loc) 1.1 kB
.fez-article { h1{ font-size: 26px; font-weight: normal; } h2{ font-size: 20px; font-weight: normal; } h3{ font-size: 16px; font-weight: normal; } h4{ font-size: 14px; font-weight: normal; } h5{ font-size: 12px; font-weight: normal; } h6{ font-size: 12px; font-weight: normal; } blockquote{ padding: 5px 5px 3px 10px; line-height: 1.5; border-left: 4px solid #ddd; margin-bottom: 20px; color: #666; font-size: 14px; } ul:not([class^="fez-"]){ padding-left: 40px; list-style-type: disc; } li:not([class^="fez-"]){ margin-bottom: 5px; font-size: 14px; } ul ul:not([class^="fez-"]), ol ul:not([class^="fez-"]){ list-style-type: circle; } p{ margin: 5px; font-size: 14px; } a[target="_blank"]:after{ content: "\F220"; font-family: Ionicons; color: #aaa; margin-left: 3px; } }