head> meta charset="UTF-8"> title>楼层导航title> style type="text/css"> * { margin: 0; padding: 0; } a { text-decoration: none; color: #FFF; } .na_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;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。