css制作刷新圖标

發布時間:2018年07月31日      浏覽次數:779 次
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>css制作刷新圖标</title>
<style type="text/css">
.img_refresh{ width: 14px; height: 14px; margin:0px auto; margin-top:10px; border:2px currentColor solid; border-left:2px solid transparent; border-radius: 50%; position: relative;}
.img_refresh::after{ content: ""; width: 5px; height: 5px; border-bottom: 2px solid currentColor; border-left: 2px solid currentcolor; position: absolute; top: 11px; left: 0px; transform: rotate(80deg); }      
</style>
</head>
<body>
<div class="img_refresh"></div>
</body>
</html>
免責聲明:本站相關技術文章信息部分(fēn)來自網絡,目的主要是傳播更多信息,如果您認爲本站的某些信息侵犯了您的版權,請與我(wǒ)(wǒ)們聯系,我(wǒ)(wǒ)們會即時妥善的處理,謝謝合作!