# pmui **Repository Path**: hgtech/pmui ## Basic Information - **Project Name**: pmui - **Description**: 昊广科技产品向ui库 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://hgtech.gitee.io/pmui - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-03-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: webui **Tags**: None ## README # PM的UI库 主要用于主流布局组件样式的收集整合,提供给UI,PM参考。 ### 开发者说明 #### 文件结构说明 + assets 资源 + bs 框架 + button.html 样式页 + css 站点样式 + style.css 站点样式 + style-responsive.css 媒体查询样式 + zui.css + img 站点图片 + js 站点说明 + jquery.js 站点依赖 + common.js 站点逻辑控制 + index.html 主框架 + about.html 介绍说明 #### 站点框架 框架使用单页模式,跳转页面方法 .jump_a 使用 jquery.load 方式 ``` ajax ``` .iframe_a 使用iframe 方式 ``` 按钮 BS样式 ```