《200w的图标》
Posted JackySei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了《200w的图标》相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
.icon
width: 440px;
height: 400px;
margin: 0 auto;
position: relative;
background-color: #ea6102;
border-radius: 150px;
.icon::before
content:'';
position: absolute;
width: 190px;
height: 170px;
top: 120px;
left: 86px;
box-sizing: border-box;
border-style: solid;
border-color: white;
border-left-width: 40px;
border-right-width: 40px;
border-top-width: 36px;
border-bottom-width: 0px;
border-top-right-radius: 50px;
.icon::after
content: '';
position: absolute;
top: 120px;
left: 310px;
width: 50px;
height: 170px;
box-sizing: border-box;
border-style: solid;
border-color: white;
border-left-width: 40px;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
.mid
position: absolute;
top: 190px;
left: 160px;
width: 50px;
height: 100px;
box-sizing: border-box;
border-style: solid;
border-color: white;
border-left-width: 40px;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
</style>
<body>
<div class="icon">
<div class="mid"></div>
</div>
</body>
</html>
以上是关于《200w的图标》的主要内容,如果未能解决你的问题,请参考以下文章