CSS 实现骰子三点布局和五点布局
骰子三点布局
思路是使用flex布局或中,弹性子项中的align-self属性
align-self属性可以覆盖弹性容器中的align-items的值, 让子项设置自己的布局属性
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
.outer{
width: 300px;
height: 300px;
border: 1px solid lightskyblue;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
.box {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.column{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.item {
width: 50px;
height: 50px;
background: black;
border-radius: 50%;
}
.item:nth-child(2) {
align-self: center;
}
.item:nth-child(3) {
align-self: flex-end;
}
</style>
<body>
<div class="box outer">
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
</div>
</body>
</html>
骰子五点布局
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
.outer{
width: 300px;
height: 300px;
border: 1px solid lightskyblue;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
.box {
display: flex;
justify-content: space-between;
}
.column{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.item {
width: 50px;
height: 50px;
background: black;
border-radius: 50%;
}
.item {
align-self: center;
}
</style>
<body>
<div class="box outer">
<div class="column">
<div class="item"></div>
<div class="item"></div>
</div>
<div class="item"></div>
<div class="column">
<div class="item"></div>
<div class="item"></div>
</div>
</div>
</body>
</html>
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!