首页 > 网站 > WEB开发 > 正文

两列右侧自适应布局--(来自网易)

2024-04-27 14:27:24
字体:
来源:转载
供稿:网友
两列右侧自适应布局--(来自网易)
<div class="g-bd1 f-cb">    <div class="g-sd1">        <p>左侧定宽</p>    </div>    <div class="g-mn1">        <div class="g-mn1c">            <p>右侧自适应</p>        </div>    </div></div>
/* 两列右侧自适应布局 */.g-bd1{margin:0 0 10px;}.g-sd1{position:relative;float:left;width:190px;margin-right:-190px;}.g-mn1{float:right;width:100%;}.g-mn1c{margin-left:200px;}

左侧定宽

右侧自适应


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表