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

这种布局能否用纯css实现

这种布局能否用纯css实现

守着一只汪 2018-08-07 06:05:21
如图,左边的头像部分是固定的,但是右边的宽度是随着父元素的宽度而变化的,虽然可以通过js计算后来控制它的宽,我想问可不可以用纯css来实现?
查看完整描述

1 回答

?
慕慕森

TA贡献1856条经验 获得超17个赞

<div class="a1" style="position: relative;">
    <div class="a2" style="
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: 0;
        background: red;"></div>
    <div class="a3" style="
        margin-left: 120px;
        background: blue;
        height: 100px;"></div>
</div>


查看完整回答
反对 回复 2018-09-17
  • 1 回答
  • 0 关注
  • 577 浏览
慕课专栏
更多

添加回答

举报

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