CSS实现子元素div水平垂直居中的示例 上传者:yananwin 2021-02-01 14:45:26上传 PDF文件 29.46KB 热度 40次 div基本布局 css样式 1. 配合定位与margin:auto 父元素加相对定位,子元素加绝对定位 .main{ width: 300px; height: 300px; background-color: red; position: relative; } .center{ width: 100px; height: 100px; background-color: skyblue; pos 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 发表评论