首页 > 电脑

在html中用css+Div实现以下布局

更新时间2018-08-26 04:52:00

如图 , 本人菜鸟 , 求指点 , 谢谢!


在html中用css+Div实现以下布局

<div>
 <div style=" width:60px; height:60px; float:left;"><img src="这里是60*60图片地址"/></div>
    <idv style=" width:540px; height:60px; float:right;">
     <div style=" width:160px; height:30px; float:left;">160*30的文本区</div>
        <div style=" width:160px; height:30px; float:left;">160*30的文本区</div>
        <div style=" width:160px; height:30px; float:left;">160*30的文本区</div>
        <div style=" width:160px; height:30px; float:left;">160*30的文本区</div>
        <div style=" width:160px; height:30px; float:left;">160*30的文本区</div>
        <div style=" width:160px; height:30px; float:left;">160*30的文本区</div>
    </div>
</div>

相关标签:css

上一篇:在html中用css+Div实现以下布局,

下一篇:为什么c4d倒角的时候有外框?不应该是倒角后就是圆的了么,为什么边上还有矩形的框