0.1.9 • Published 4 years ago

pitaya-mobile-web v0.1.9

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

pitaya-mobile-web

pitaya h5组件库

引用过程

npm install pitaya-mobile-web

定制主题

  • 直接在定制主题less文件中引入
    @import '~pitaya-mobile-web/dist/components/index.less';
    @import 'your-theme-file.less';// 用于覆盖上面定义的变量
  • 需要在webpack中配置loader处理less文件及字体文件

通用变量

@primary-color: #417ff9;
@success-color: #1aad19;
@danger-color: #e64340;
@warning-color: #f46d43;
@text-color: #000;
@text-color-inverse: #fff;
@text-color-dark: fade(#000, 70%);
@text-color-secondary: fade(#000, 40%);
@border-color-1: fade(#000, 10%);
@shadow-color: rgba(0, 0, 0, 0.6);
@icon-color: #535252;