<hr/> <p>css定位:relative</p>
<div class="aritcle_card">
<a class="aritcle_card_img" href="/ai/1858">
<img src="https://img.php.cn/upload/ai_manual/000/969/633/68b6c673e1063851.png" alt="一键抠图">
</a>
<div class="aritcle_card_info">
<a href="/ai/1858">一键抠图</a>
<p>在线一键抠图换背景</p>
<div class="">
<img src="/static/images/card_xiazai.png" alt="一键抠图">
<span>30</span>
</div>
</div>
<a href="/ai/1858" class="aritcle_card_btn">
<span>查看详情</span>
<img src="/static/images/cardxiayige-3.png" alt="一键抠图">
</a>
</div>
<div class="positionObj"> <div>对象1</div> <div id="relativePosition">对象2:相对于自身的相对定位<div class="absolutePosition">对象2副:相对于对象2的绝对定位</div></div> <div>对象3</div> <div>对象4</div> </div> <hr/> <p>css定位:absolute</p><p><span>立即学习</span>“<a href="https://pan.quark.cn/s/cb6835dc7db1" style="text-decoration: underline !important; color: blue; font-weight: bolder;" rel="nofollow" target="_blank">前端免费学习笔记(深入)</a>”;</p> <div class="positionObj"> <div>对象A</div> <div class="absolutePosition">对象B:相对于body的绝对定位<div class="absolutePosition">对象B副:相对于对象B的绝对定位</div></div> <div>对象C</div> <div>对象D</div> </div> .positionObj { height: 120px; } .positionObj div { font-size:10pt; background-color:gray; width: 100px; height: 50px; float: left; margin-right: 10px; } #relativePosition { position: relative; top:60px; left:50px; } .absolutePosition { position: absolute; left: 400px; display: inline; }
我把对象盒子里的文字少写点就对齐在同一行了,这和文字多少有关系吗
<!DOCTYPE html><html> <head> <title>Test</title> <meta http-equiv="Content-Type" content="text/html;charset=gb2312" /> <style type="text/css"><!-- .positionObj { height: 120px; } .positionObj div { font-size:10pt; background-color:gray; width: 100px; height: 50px; float: left; margin-right: 10px; } #relativePosition { position: relative; top:60px; left:50px; } .absolutePosition { position: absolute; left: 400px; top:0; } --></style> </head> <body> <hr/> <p>css定位:relative</p> <div class="positionObj"> <div>对象1</div> <div id="relativePosition">对象2:相对于自身的相对定位 <div class="absolutePosition">对象2副:相对于对象2的绝对定位</div> </div> <div>对象3</div> <div>对象4</div> </div> <hr/> <p>css定位:absolute</p><p><span>立即学习</span>“<a href="https://pan.quark.cn/s/cb6835dc7db1" style="text-decoration: underline !important; color: blue; font-weight: bolder;" rel="nofollow" target="_blank">前端免费学习笔记(深入)</a>”;</p> <div class="positionObj"> <div>对象A</div> <div class="absolutePosition">对象B:相对于body的绝对定位<div class="absolutePosition">对象B副:相对于对象B的绝对定位</div></div> <div>对象C</div> <div>对象D</div> </div> </body></html>非得加个top或bottom才能在同一行吗 不好意思 我比较钻牛角尖
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号