A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

                <div class="bg"></div>
                <div class="yuan"></div>
                <i class="line1"></i>
                <i class="line2"></i>
                <i class="line3"></i>

CSS:
             .bg{
        position: absolute;
        width:500px;
        height:500px;
        border-radius: 100%;
        margin:0 400px;
        background: #2C2255;
        z-index: 1;
        border:1px solid midnightblue;
}
.yuan{
        margin:0 370px;
        position: absolute;
        width:500px;
        height:500px;
        border-radius:100%;
        background: #F7941E;
}
.line1,.line2,.line3{
        width:400px;
        height:20px;
        border-radius: 10px;
        background: white;
        position: absolute;
        margin:180px 460px;
        z-index: 2;
}
.line2{
        margin-top:220px;
}
.line3{
        margin-top:260px;
}

1 个回复

倒序浏览
牛逼了
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马