您好,登錄后才能下訂單哦!
這篇文章主要介紹怎么用css實現類似圖片畫廊的圖片排序,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
<!DOCTYPEhtml>
<html>
<head>
<metacharset="utf-8">
<title>自學教程(如約智惠.com)</title>
<style>
div.img{
margin:5px;
border:1pxsolid#ccc;
float:left;
width:180px;
}
div.img:hover{
border:1pxsolid#777;
}
div.imgimg{
width:100%;
height:auto;
}
div.desc{
padding:15px;
text-align:center;
}
</style>
</head>
<body>
<divclass="responsive">
<divclass="img">
<atarget="_blank"href="https://cache.yisu.com/upload/information/20220117/488/49232.jpg">
<imgsrc="https://cache.yisu.com/upload/information/20220117/488/49232.jpg"alt="圖片文本描述"width="300"height="200">
</a>
<divclass="desc">這里添加圖片文本描述</div>
</div>
</div>
<divclass="responsive">
<divclass="img">
<atarget="_blank"href="https://cache.yisu.com/upload/information/20220117/488/49233.jpg">
<imgsrc="https://cache.yisu.com/upload/information/20220117/488/49233.jpg"alt="圖片文本描述"width="300"height="200">
</a>
<divclass="desc">這里添加圖片文本描述</div>
</div>
</div>
<divclass="responsive">
<divclass="img">
<atarget="_blank"href="https://cache.yisu.com/upload/information/20220117/488/49234.jpg">
<imgsrc="https://cache.yisu.com/upload/information/20220117/488/49234.jpg"alt="圖片文本描述"width="300"height="200">
</a>
<divclass="desc">這里添加圖片文本描述</div>
</div>
</div>
<divclass="responsive">
<divclass="img">
<atarget="_blank"href="https://cache.yisu.com/upload/information/20220117/488/49235.jpg">
<imgsrc="https://cache.yisu.com/upload/information/20220117/488/49235.jpg"alt="圖片文本描述"width="300"height="200">
</a>
<divclass="desc">這里添加圖片文本描述</div>
</div>
</div>
</body>
</html>
以上是“怎么用css實現類似圖片畫廊的圖片排序”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。