css 自定义悬浮窗写法

2020-12-19 21:38

阅读:795

标签:spl   family   order   line   top   span   htm   amp   content   

HTML:

css(sass):

复制代码
.info {
}
&:hover::after {
content: attr(data-title);
display: inline-block;
width: 70px;
height: 22px;
border: 1px solid #0088d8;
font-size: 14px;
font-family: FZLanTingHeiS-R-GB;
font-weight: 400;
color: #00d2ff;
margin-top: 30px;
line-height: 22px;
text-align: center;
margin-left: -20px;
}
}

css 自定义悬浮窗写法

标签:spl   family   order   line   top   span   htm   amp   content   

原文地址:https://www.cnblogs.com/wwyydd/p/14044229.html

上一篇:urlopen()的参数

下一篇:json常用的注解


评论


亲,登录后才可以留言!