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

css 生成图片添加的十字

时间:2019-04-06 14:06:35      阅读:571      评论:0      收藏:0      [点我收藏+]

标签:png   abs   lin   dash   css   class   mamicode   ansi   info   

技术图片

 

<span class="add" title="继续上传">
</span>

 

 

.add {
display: inline-block;
width: 76px; height: 76px;
color: #ccc;
border: 2px dashed;
text-indent: -12em;
transition: color .25s;
position: relative;
overflow: hidden;
}
.add:hover {
color: #34538b;
}
.add::before, .add::after {
content: ‘‘;
position: absolute;
top: 50%;
left: 50%;
}
.add::before {
width: 20px;
border-top: 4px solid;
margin: -1px 0 0 -10px;
}
.add::after {
height: 20px;
border-left: 4px solid;
margin: -10px 0 0 -2px;
}

css 生成图片添加的十字

标签:png   abs   lin   dash   css   class   mamicode   ansi   info   

原文地址:https://www.cnblogs.com/chengfengchi/p/10661499.html

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