实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<style>
2
    .circle {
3
        width: 200px;
4
        height: 200px;
5
        position: absolute;
6
        border-radius: 50%;
7
        background: #0cc;
8
    }
9
    .left,.right{
10
        width:200px;
11
        height:200px;
12
        position: absolute;
13
        top: 0px;
14
        left: 0px;
15
    }
16
    .pie_left, .pie_right{
17
        width:200px;
18
        height:200px;
19
        position: absolute;
20
        border-radius: 50%;
21
        top: 0px;
22
        left: 0px;