ShuguangWang (Talk | contribs) |
ShuguangWang (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | + | ||
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
<style type="text/css"> | <style type="text/css"> | ||
− | + | body{ | |
− | + | margin: 0; | |
− | + | padding: 0; | |
− | + | min-width: 1200px; | |
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.nav{ | .nav{ | ||
− | position: | + | position: absolute; |
top: 16px; | top: 16px; | ||
background-color: #43b14b; | background-color: #43b14b; | ||
+ | position: relative; | ||
color: #ffffff; | color: #ffffff; | ||
min-width: 1000px; | min-width: 1000px; | ||
height: 64px; | height: 64px; | ||
+ | box-shadow: 0 1px 3px #CCCCCC; | ||
} | } | ||
.nav a{ | .nav a{ | ||
Line 55: | Line 31: | ||
z-index: 99; | z-index: 99; | ||
background-color: #eeeeee; | background-color: #eeeeee; | ||
+ | opacity: 0.9; | ||
+ | filter: alpha(opacity=90); | ||
+ | box-shadow: 0 5px 15px #CCCCCC; | ||
display: none; | display: none; | ||
} | } |
Revision as of 10:45, 15 September 2018