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

position: absolute ??? 没有使用场景, are you kidding me!

bull shit!

absolute error!

.conatiner{
    position: relative;
}
.box{
    position: absolute;
    width: 50%;
    height: 50%;
    background: red;
    transform: translateX(50%), translateY(50%);
}

正在回答

3 回答

人老师说的是两栏自适应布局不适合使用absolute,你整个绝对居中,闹哪样啊??

0 回复 有任何疑惑可以回复我~
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>absolute-center</title>
    <style>
        .box2{
            width: 50%;
            height: 50%;
            background: red;
            position: absolute;
            transform: translateX(50%) translateY(50%);
        }
    </style>
</head>
<body>
    <div>
        <!-- 50% x 50% center-->
    </div>
</body>
</html>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

position: absolute ??? 没有使用场景, are you kidding me!

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信