为了账号安全,请及时绑定邮箱和手机立即绑定

如何用css实现折叠效果,如下图代码

如何用css实现折叠效果,如下图代码

慕丝7291255 2019-03-05 14:50:38
想要的效果我做的效果代码<!DOCTYPE html><html><head>    <meta charset="UTF-8">    <title></title>    <style>        *{            padding: 0;            margin: 0;        }        .box{            display: flex;            align-items: center;            position: relative;            width: 115px;            height: 40px;            margin: 100px auto;            line-height: 40px;            background: #fa610e;            color: #fff;            border-radius: 0 20px 20px 0;        }        .box span{            width: 9px;            height: 9px;            margin: 0 10px 0 20px;            background-color: #fff;            border-radius: 50%;        }    </style></head><body><div class="box">    <span></span>    分析</div></body></html>
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 366 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信