h5模仿windows桌面效果代码
代码语言:html
所属分类:布局界面
代码描述:h5模仿windows桌面效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">
<style>
body {
margin: 0;
font-family: sans-serif;
}
a {
text-decoration: none;
}
.icon {
color: white;
list-style-type: none;
padding: 0;
margin: 0;
text-align: center;
}
.icon li {
padding: 10px;
width: 80px;
}
.icon li:hover {
background: #3366CC;
}
.icon li p {
padding: 2px;
margin: 0;
font-size: 12px;
}
.icon li img {
width: 50px;
}
.window {
display: block;
position: fixed;
top: 0;
bottom: 0;
width: 100%;
background: url('//repo.bfw.wiki/bfwrepo/image/5f7acbe616b15.png') center / cover no-repeat;
background-color: black;
}
.taskbar {
position: fixed;
bottom: 0;
height: 50px;
width: 100%;
background-color: rgba(0, 0, 29, 0.85);
z-index: -1;
}
.windows-logo {
position: fixed;
display: block;
bottom: 8px;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0