码迷,mamicode.com
首页 > Web开发 > 详细

css 自定义悬浮窗写法

时间:2020-12-01 12:24:49      阅读:10      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!