weui icon indicating copy to clipboard operation
weui copied to clipboard

A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.

Results 59 weui issues
Sort by recently updated
recently updated
newest added

为什么不见轮播图组件了?

![sss20200622111524](https://user-images.githubusercontent.com/17736196/85245331-d1ac6480-b479-11ea-929f-bef65ff0ad99.jpg) 这个是兼容性问题么

无意看到Grid这个页面应该缺少一个返回按钮,所以pr了一下

[css 样式](https://github.com/Tencent/weui/blob/master/src/style/widget/weui-grid/weui-grid.less) `.weui-grid__icon { width: @weuiGridIconSize; height: @weuiGridIconSize; margin: 0 auto; img { display: block; width: 100%; height: 100%; } }` 其中 img 样式没有与元素匹配到

weui给body设置了line-height:1.6,对样式布局有影响,标签都基础了行高,对居中、文字间距都有影响

之前引用 css文件 weui.min.css和js文件 weui.min.js就能用了,现在页面样式乱七八糟,看官方演示 还有很多less文件, 到底怎么引用也没说清楚,文档就说用什么bow和npm安装,我这又不是vue,就是简单丹丹几个网页,上哪运行这些命令,装到哪里去?

Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./miniprogram_npm/weui-miniprogram/cell/cell.wxss:1:1650) ![image](https://user-images.githubusercontent.com/24455689/79630781-df4a2300-8186-11ea-95b2-4e9494b97c77.png) 包是从npm中下载的最新版本

enhancement

出个flutter版本的weui呗

For example: ```less @weuiPrefix: kbt; .setColor(~"--@{weuiPrefix}-BTN-DISABLED-FONT-COLOR", rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)); // button button, input { &.@{weuiPrefix}-btn { border-width: 0; outline: 0; -webkit-appearance: none; &:focus { outline:...