当前位置:网站首页>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 :
边栏推荐
- Wechat applet: new independent backstage Yuelao office one yuan dating blind box
- Blue Bridge Cup Square filling (DFS backtracking)
- 【LeetCode】88. Merge two ordered arrays
- Win:使用 Shadow Mode 查看远程用户的桌面会话
- If the consumer Internet is compared to a "Lake", the industrial Internet is a vast "ocean"
- The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
- JS implementation determines whether the point is within the polygon range
- JS implementation determines whether the point is within the polygon range
- C basic knowledge review (Part 3 of 4)
- Visual studio 2019 set transparent background (fool teaching)
猜你喜欢

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

PHP wechat official account development

Blue Bridge Cup Square filling (DFS backtracking)

如何做一个炫酷的墨水屏电子钟?

如何搭建一支搞垮公司的技術團隊?

Introduction to redis (1)

微信小程序:全新独立后台月老办事处一元交友盲盒

Phpstrom setting function annotation description

STM32 series - serial port UART software pin internal pull-up or external resistance pull-up - cause problem search

Yyds dry inventory jetpack hit dependency injection framework Getting Started Guide
随机推荐
Data guard -- theoretical explanation (III)
220213c language learning diary
What is the length of SHA512 hash string- What is the length of a hashed string with SHA512?
One click generation and conversion of markdown directory to word format
微信小程序:全新独立后台月老办事处一元交友盲盒
Win:使用 PowerShell 检查无线信号的强弱
Wechat applet: the latest WordPress black gold wallpaper wechat applet two open repair version source code download support traffic main revenue
Outlook:总是提示输入用户密码
如何搭建一支搞垮公司的技術團隊?
流批一體在京東的探索與實踐
微信小程序:独立后台带分销功能月老办事处交友盲盒
MATLB | multi micro grid and distributed energy trading
Yyds dry inventory swagger positioning problem ⽅ formula
R language uses logistic regression and afrima, ARIMA time series models to predict world population
Introduction to redis (1)
Logstash、Fluentd、Fluent Bit、Vector? How to choose the appropriate open source log collector
The steering wheel can be turned for one and a half turns. Is there any difference between it and two turns
Win: use PowerShell to check the strength of wireless signal
Can financial products be redeemed in advance?
Timescaledb 2.5.2 release, time series database based on PostgreSQL