Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cfanbo opened this issue Oct 29, 2018 · 1 comment
Closed

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

cfanbo opened this issue Oct 29, 2018 · 1 comment

Comments

@cfanbo
Copy link

cfanbo commented Oct 29, 2018

和官方的相比,缺少以下样式
.weui-loadmore_dot{
.weui-loadmore__tips{
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
Copy link
Member

Gcaufy commented Nov 1, 2018

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

@cfanbo cfanbo closed this as completed Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants