CSS3 實(shí)現(xiàn)的縮略圖懸停效果
發(fā)布時(shí)間:2020-12-09 17:02:06 作者:Aysha Anggraini
我要評(píng)論

這篇文章主要介紹了CSS3 實(shí)現(xiàn)的縮略圖懸停效果的示例代碼幫助大家更好的理解和使用CSS3,感興趣的朋友可以了解下
實(shí)現(xiàn)效果
實(shí)現(xiàn)代碼
html
<header> <h1>Thumbnail Hover Effect with <em>CSS3</em></h1> </header> <div class="wrapper"> <div class="gallery"> <ul> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/9.png"></li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/2.png"></li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/3.png"></li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/1.png"></li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/4.png"></li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/5.png"></li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/7.png"></li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/8.png"></li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/6.png"></li> </ul> </div> <p class="attribution">Images featured in this demo are the works of <a href="https://d.hatena.ne.jp/koochinko">Mernan Behairi</a>. Inspired by an old post of <a href="https://twitter.com/SohTanaka">@Sohtanaka</a>. It originally uses jQuery. Access original <a href="https://web.archive.org/web/20110323065449/http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/">tutorial</a> and <a href="https://web.archive.org/web/20110323065952/http://www.sohtanaka.com/web-design/examples/image-zoom/">demo</a>.</p> </div>
css3
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } body { background-color: #f2f2f2; } header { width: 100%; background-color: #77cdb4; text-align: center; } h1 { font-family: 'Roboto Condensed', sans-serif; color: #FFF; font-size: 2.3em; } em { color: #232027; } .wrapper { width: 40%; margin: 40px auto; } div.gallery { margin-top: 30px; } div.gallery ul { list-style-type: none; margin-left: 35px; } /* animation */ div.gallery ul li, div.gallery li img { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } div.gallery ul li { position: relative; float: left; width: 130px; height: 130px; margin: 5px; padding: 5px; z-index: 0; } /* Make sure z-index is higher on hover */ /* Ensure that hover image overlapped the others */ div.gallery ul li:hover { z-index: 5; } /* Image is position nicely under li */ div.gallery ul li img { position: absolute; left: 0; top: 0; border: 1px solid #dddddd; padding: 5px; width: 130px; height: 130px; background: #f0f0f0; } div.gallery ul li img:hover { width: 200px; height: 200px; margin-top: -130px; margin-left: -130px; top: 65%; left: 65%; } p.attribution { font-family: 'Consolas'; color: #000; clear: both; text-align: center; line-height: 25px; padding-top: 30px; } p.attribution a { color: #4c8d7c; } /* Responsive hack */ @media only screen and (min-width: 499px) and (max-width: 1212px) { .wrapper { width: 500px; } } @media only screen and (max-width: 498px) { .wrapper { width: 300px; } div.gallery ul { list-style-type: none; margin: 0; } }
以上就是CSS3 實(shí)現(xiàn)的縮略圖懸停效果的詳細(xì)內(nèi)容,更多關(guān)于CSS3 縮略圖懸停的資料請(qǐng)關(guān)注腳本之家其它相關(guān)文章!
相關(guān)文章
- JS+CSS3透明的霜霧玻璃圖片預(yù)覽特效是一款圖片模糊顯示,鼠標(biāo)懸停圓形的霜霧玻璃鏡預(yù)覽特效。2020-11-26
- CSS3幾何透明層文本懸停變色特效代碼是一款基于css3 svg制作的背景圖片鼠標(biāo)懸停幾何形狀透明層變色顯示文本內(nèi)容特效代碼。2020-11-25
css3懸停按鈕-CSS3鼠標(biāo)懸停按鈕陰影縮放特效代碼
CSS3鼠標(biāo)懸停按鈕陰影縮放特效代碼是一款紅色簡(jiǎn)潔的方形按鈕,鼠標(biāo)懸停按鈕突出放大陰影效果,非常漂亮。2020-11-18- CSS3懸停展開(kāi)旋轉(zhuǎn)菜單特效代碼是一款鼠標(biāo)移動(dòng)到頭像上就會(huì)展開(kāi)旋轉(zhuǎn)菜單特效。2020-11-16
CSS3新擬態(tài)圖標(biāo)懸停動(dòng)畫(huà)特效代碼
CSS3新擬態(tài)圖標(biāo)懸停動(dòng)畫(huà)特效代碼是一款扁平簡(jiǎn)潔的新擬態(tài)快捷圖標(biāo)導(dǎo)航,鼠標(biāo)懸停圖標(biāo)按鈕動(dòng)畫(huà)特效。2020-11-13CSS3實(shí)現(xiàn)卡片懸停圖文遮罩顯示特效代碼
一款簡(jiǎn)單的css3響應(yīng)式圖文卡片布局,鼠標(biāo)懸停圖片遮罩顯示文字內(nèi)容特效,喜歡的朋友快來(lái)下載吧2021-01-20