加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
旅梦3-1.css 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
无尘 提交于 2022-06-21 16:05 . 第一次学习
*{
margin: 0;
padding: 0;
}
body{
min-height: 100vh;
background:#4c4c4c url('https://unsplash.it/1500/900?image=1021');
background-repeat: no-repeat;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}
.wrapper{
display: flex;
width: 850px;
}
.speed{
flex: 1;
background: #fff;
margin:10px ;
border-radius: 50px;
overflow: hidden; /*让子类超出的部分隐藏*/
}
.speed-bar{
width: 100%;
height: 16.3%;
background: linear-gradient(#2376ae,#c16ecf);
display: flex;
justify-content: center;
align-items: center;
color:#fff;
cursor: pointer;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化