当前位置:网站首页>Video display and hiding of imitation tudou.com
Video display and hiding of imitation tudou.com
2022-07-05 01:49:00 【dengfengling999】
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.tudo {
position: relative;
width: 444px;
height: 320px;
background-color: pink;
margin: 30px auto;
}
.tudo img {
width: 100%;
height: 100%;
}
.mask {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .4) url(images/g.png) no-repeat center;
}
/* When the mouse passes the potato box , Let the mask layer show */
.tudo:hover .mask {
display: block;
}
</style>
</head>
<body>
<div class="tudo">
<div class="mask"></div>
<img src="images/photo.jpg" alt="">
</div>
</body>
</html>result :

When the mouse clicks :
边栏推荐
- Restful Fast Request 2022.2.1发布,支持cURL导入
- . Net starts again happy 20th birthday
- PHP Basics - detailed explanation of DES encryption and decryption in PHP
- Wechat applet: new independent backstage Yuelao office one yuan dating blind box
- One plus six brushes into Kali nethunter
- Wechat applet: wechat applet source code download new community system optimized version support agent member system function super high income
- 220213c language learning diary
- Codeforces Round #770 (Div. 2) ABC
- The application and Optimization Practice of redis in vivo push platform is transferred to the end of metadata by
- Interesting practice of robot programming 16 synchronous positioning and map building (SLAM)
猜你喜欢

Wechat applet; Gibberish generator

Mysql database | build master-slave instances of mysql-8.0 or above based on docker

微信小程序:独立后台带分销功能月老办事处交友盲盒

Win:使用 Shadow Mode 查看远程用户的桌面会话

The MySQL team development specifications used by various factories are too detailed. It is recommended to collect them!

What sparks can applet container technology collide with IOT

phpstrom设置函数注释说明

Matrixone 0.2.0 is released, and the fastest SQL computing engine is coming

Main window in QT application

官宣!第三届云原生编程挑战赛正式启动!
随机推荐
Complex, complicated and numerous: illustration of seven types of code coupling
Interesting practice of robot programming 16 synchronous positioning and map building (SLAM)
Numpy library introductory tutorial: basic knowledge summary
Luo Gu Pardon prisoners of war
batchnorm. Py this file single GPU operation error solution
If the consumer Internet is compared to a "Lake", the industrial Internet is a vast "ocean"
Pytorch fine tuning (Fortune): hollowed out design or cheating
What is the current situation and Prospect of the software testing industry in 2022?
Wechat applet: the latest WordPress black gold wallpaper wechat applet two open repair version source code download support traffic main revenue
JVM's responsibility - load and run bytecode
Summary of regularization methods
Kibana installation and configuration
How to safely eat apples on the edge of a cliff? Deepmind & openai gives the answer of 3D security reinforcement learning
Wechat applet: exclusive applet version of the whole network, independent wechat community contacts
Win:将一般用户添加到 Local Admins 组中
PHP Joseph Ring problem
Database postragesq BSD authentication
220213c language learning diary
JS implementation determines whether the point is within the polygon range
Educational Codeforces Round 122 (Rated for Div. 2) ABC