亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

頁面中鼠標(biāo)移上圖片放大效果

Original 2019-05-22 22:37:55 204
abstract:<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">&

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>頁面中鼠標(biāo)移上圖片放大效果</title>

<style>

.pic {width: 500px;margin: 150px auto;}

.pic img {

border-radius: 5px;

transition: all 0.5s;

}

.pic:hover img{transform: scale(1.5);}

</style>

</head>

<body>

<div class="pic">

<img src="static/images/icon2.png" alt="">

</div>

</body>

</html>


Correcting teacher:查無此人Correction time:2019-05-23 13:22:42
Teacher's summary:完成的不錯。你做過的功能,都保存好,以后方便項目中使用。繼續(xù)加油。

Release Notes

Popular Entries