head> meta charset="UTF-8"> title>楼层导航title> style type="text/css"> * { margin: 0; padding: 0; } a { text-decoration: none; color: #FFF; } .na_threejs 楼层导航">
当前位置:   article > 正文

原生JS楼层导航_threejs 楼层导航

threejs 楼层导航
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>楼层导航</title>
    <style type="text/css">
        * { margin: 0; padding: 0; }
        a { text-decoration: none; color: #FFF; }
        .navwrap { display: none; position: fixed; left: 50%; top: 50%; width: 40px; margin-left: -700px; transform: translateY(-50%); font-size: 14px; }
        .navwrap a { display: inline-block; width: 40px; height: 40px; border-bottom: 1px solid #FFF; line-height: 40px; background: red; text-align: center; }
        .navwrap a:hover, .navwrap a.active { background: #000; }
        .conwrap { width: 1200px; margin: 0 auto; }
        .conwrap h2 { width: 98%; height: 60px; padding: 0 1%; line-height: 60px; color: #FFF; 
声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号