xp.css实现windows xp主题操作系统ui效果代码
代码语言:html
所属分类:布局界面
代码描述:xp.css实现windows xp主题操作系统ui效果代码
代码标签: xp.css windows xp 主题 操作系统 ui 效果 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<style>
body {
margin: 0;
}
.windows_xp {
width: 100vw;
height: 100vh;
background-image: url("//repo.bfw.wiki/bfwrepo/image/5f7ad191820d0.png");
background-size: cover;
background-repeat: no-repeat;
}
.taskbar {
position: fixed;
bottom: 0;
background: linear-gradient(180deg, #0997ff, #0053ee 8%, #0050ee 40%, #06f 88%, #06f 93%, #005bff 95%, #003dd7 96%, #003dd7);
width: 100vw;
height: 30px;
}
.taskbar__start {
height: 100%;
color: white;
font-weight: bold;
font-size: 1.1rem;
font-style: italic;
border: none;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0