Line 24: | Line 24: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | .logo { | ||
+ | width: 100%; | ||
+ | height: 80px; | ||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | background: #140731; | ||
+ | z-index:+1; | ||
+ | font-family: Corbel; | ||
+ | } | ||
.ccsticky-nav { /*背板*/ | .ccsticky-nav { /*背板*/ | ||
width: 100%; | width: 100%; | ||
Line 29: | Line 38: | ||
position: fixed; | position: fixed; | ||
top: 0px; | top: 0px; | ||
− | background: | + | background: BEBEBE; |
z-index:+1; | z-index:+1; | ||
font-family: Corbel; | font-family: Corbel; | ||
Line 66: | Line 75: | ||
text-decoration: none; | text-decoration: none; | ||
z-index:+1; | z-index:+1; | ||
− | color: | + | color: black; |
} | } | ||
.ccsticky-nav ul li a:hover { /*major menu font 滑動 type*/ | .ccsticky-nav ul li a:hover { /*major menu font 滑動 type*/ | ||
− | color: | + | color: blacl; |
z-index:+1; | z-index:+1; | ||
} | } |
Revision as of 05:40, 23 August 2016
❮
❯