代码拉取完成,页面将自动刷新
同步操作将从 木兰君/前端页面效果合集 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.banner1 {
width: 234px;
height: 34px;
border-radius: 40px;
position: absolute;
top: 400px;
left: 600px;
}
.banner1 a {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
border: 2px solid lightblue;
position: absolute;
left: 0px;
top: 0px;
background: lightgreen;
color: #fff;
text-align: center;
text-decoration: none;
cursor: pointer;
z-index: 2;
}
.banner1 a:hover+span {
transform: translateX(40px);
opacity: 1;
}
.banner1 span {
display: inline-block;
width: auto;
padding: 0 20px;
height: 30px;
line-height: 30px;
background: lightblue;
border-radius: 30px;
text-align: center;
color: #fff;
position: absolute;
top: 2px;
opacity: 0;
transition: all 1s;
transform: translateX(80px);
}
</style>
</head>
<body>
<div class="banner1">
<a href="javascript:;">博</a>
<span>这是我的个人博客</span>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。