.clock {
position: relative;
width: 200px;
height: 200px;
}
.clock:before,
.clock:after {
content: "";
position: absolute;
left: 50px;
top: 0;
width: 0;
height: 0;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-bottom: 200px solid green;
}
.clock:after {
left: 50px;
transform: rotate(-45deg);
transform-origin: 0 100%;
}
上一篇mysql 主從 缺點
下一篇mysql 主從 引擎