wepyjs / wepy-weui-demo

WeUI 在 WePY 中的使用示例,同一份代码可以运行在小程序上和Web上
MIT License
386 stars 90 forks source link

/src/style/widget/weui-tips/weui-loadmore.less 缺少部分样式 #20

Closed cfanbo closed 2 years ago

cfanbo commented 5 years ago

和官方的相比,缺少以下样式 .weui-loadmore_dot{ .weui-loadmoretips{ padding:0 .16em; &:before{ content: " "; width:4px; height:4px; border-radius:50%; background-color: @weuiLineColorLight; display: inline-block; position: relative; vertical-align: 0; top:-.16em; } }
} .weui-loadmore
tips_in-dot{ position: relative; padding:0 .16em; width: 4px; height: 1.6em; &:before{ content: " "; position: absolute; top: 50%; left: 50%; margin-top: -1px; margin-left: -2px; width: 4px; height: 4px; border-radius: 50%; background-color: @weuiLineColorLight; } }

Gcaufy commented 5 years ago

可能是因为代码更新导致的吧,欢迎pr进来。