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

必填项前面加个红星,用css来添加,不用html

时间:2020-04-28 14:45:37      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:font   size   添加   for   content   bsp   before   style   top   

css:
<style>
span::before{
content: "*";
color: #ff0000;
font-size: 25px;
position: relative;
top: 10px;
}
</style>
 
<span>必填项</span>
 
如果把红星加到后面,css写为span::after
 
 

必填项前面加个红星,用css来添加,不用html

标签:font   size   添加   for   content   bsp   before   style   top   

原文地址:https://www.cnblogs.com/kingsmart/p/12793839.html

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