国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > CSS > 正文

CSS實(shí)現(xiàn)鼠標(biāo)懸浮出現(xiàn)遮罩層示例源碼

2024-07-11 08:40:19
字體:
供稿:網(wǎng)友

先來一個(gè)簡(jiǎn)單的實(shí)現(xiàn)方法:

復(fù)制代碼代碼如下:
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<title>Document</title>
<style type=”text/css”>
.mask-wrapper {
position: relative;
overflow: hidden;
}
.mask-inner {
position: absolute;
left: 0;
top: 100%;
width: 100%;
height: 100%;
-moz-transition: top ease 200ms;
-o-transition: top ease 200ms;
-webkit-transition: top ease 200ms;
transition: top ease 200ms;
}
.mask-wrapper:hover .mask-inner {
top: 0;
}
#my-mask {
width: 300px;
height: 200px;
background: red;
}
#my-mask .mask-inner {
background: rgba(0,0,0,.5);
}
</style>
</head>
<body>
<div id=”my-mask” class=”mask-wrapper”>
<p>Lorem ipsum</p>
<div class=”mask-inner”>
<p>foo bar</p>
</div>
</div>
</body>
</html>

效果圖:

來個(gè)更高級(jí)點(diǎn)的:

復(fù)制代碼代碼如下:
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<title>Document</title>
<style type=”text/css”>
* {
margin: 0;
padding: 0;
}
body {
font: 12px/1.5 arail;
}
ul {
list-style: none;
}
.icon-lists {
overflow: hidden;
background: #f7f7f7;
padding: 40px;
}
.icon-lists .box {
float: left;
margin-right: 10px;
}
.box {
position: relative;
width: 46px;
height: 46px;
overflow: hidden;
z-index: 1;
}
.box i, .box .info {
display: block;
width: 46px;
height: 46px;
border-radius: 46px;
}
.box .shadow {
position: absolute;
top: 0;
z-index: 10;
border-radius: 0;
background: url(<a href=”http://xiaomingming.qiniudn.com/shadow.png”>http://xiaomingming.qiniudn.com/shadow.png</a>) no-repeat;
}
.box .icon {
position: absolute;
top: 0;
line-height: 46px;
text-align: center;
background: #eee;
color: #333;
font-size: 14px;
}
.box .info {
position: absolute;
top: 46px;
z-index: 2;
background: orange;
color: #fff;
text-align: center;
line-height: 46px;
-webkit-transition:top .2s ease-in;
-moz-transition:top .2s ease-in;
transition:top .2s ease-in;
}
.box:hover>.info {

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 财经| 新余市| 松溪县| 翁源县| 民勤县| 天水市| 河西区| 阿坝| 嘉义县| 旌德县| 玛曲县| 淮滨县| 奇台县| 高唐县| 泌阳县| 新化县| 绥江县| 清镇市| 边坝县| 永城市| 河北省| 荃湾区| 修文县| 连山| 平远县| 长海县| 竹溪县| 夏河县| 新竹市| 娱乐| 鹤山市| 志丹县| 中阳县| 海安县| 嫩江县| 饶河县| 民勤县| 堆龙德庆县| 湖口县| 芦溪县| 聊城市|