首页 > 代码库 > 12-3
12-3
<!DOCTYTE HTML> <html> <head> <meta charset="UTF-8"> <title>网页名称</title> <style type="text/css"> .jishen{ margin:100px auto; width:250px; height:500px; background:#2E2E2E; border-radius:24px; position:relative; box-shadow:0px 0px 0px 5px #585858; } .pingmu{ background:#0A0A0A; width:220px; height:400px; position:absolute; left:15px; top:60px; } .zhuangsi{ width:60px; height:6px; background:#000; border-radius:10px; position:absolute; left:95px; top:37px; box-shadow:0px 0px 0px 3px #585858; } .sixiangtou{ width:10px; height:10px; background:#000; border-radius:50%; position:absolute; top:35px; left:180px; box-shadow:0px 0px 1px 1px #cecece inset; } .anliu{ width:30px; height:30px; background:#0A0A0A; border-radius:50%; position:absolute; top:465; left:110px; } .anliu1{ width:20px; height:20px; border-radius:5px; background:#fff; position:absolute; top:5px; left:5px; } .anliu1 .anliu2{ width:14px; height:14px; background:#0A0A0A; position:absolute; top:3px; left:3px; } .jishen .logo{ color:#696969; position:absolute; left:101px; top:8px; letter-spacing:3; font-family:"宋体"; font-size:20px; } </style> <script type="text/javascript">#8a8a8a</script> </head> <body> <div class="jishen"> <div class="pingmu"></div> <div class="zhuangsi"></div> <div class="sixiangtou"></div> <div class="anliu"> <div class="anliu1"> <div class="anliu2"></div> </div> </div> <div class="logo">SONY</div> </div> </body> </html>
效果图
12-3
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。