Line 745: | Line 745: | ||
</div> | </div> | ||
+ | |||
+ | <html> | ||
<head> | <head> | ||
Line 762: | Line 764: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.main-container{ | .main-container{ | ||
− | background:# | + | background:#181B3A; |
position:fixed; | position:fixed; | ||
width:100%; | width:100%; | ||
Line 780: | Line 776: | ||
.dropbtn{ | .dropbtn{ | ||
− | margin-top: | + | margin-top:15px; |
− | font-family: Aldrich; | + | font-family: Aldrich !important; |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.dropbtn_final{ | .dropbtn_final{ | ||
− | margin-top | + | margin-top:15px; |
− | + | font-family: Aldrich !important; | |
− | font-family: Aldrich; | + | |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 868: | Line 863: | ||
.dropdown-content a:hover{ | .dropdown-content a:hover{ | ||
− | color:# | + | color:#181B3A; |
} | } | ||
Line 879: | Line 874: | ||
@media screen and (min-width: 768px) { | @media screen and (min-width: 768px) { | ||
.main-container{ | .main-container{ | ||
− | background:# | + | background:#181B3A !important; |
position:fixed; | position:fixed; | ||
width:100vw; | width:100vw; | ||
Line 893: | Line 888: | ||
@media screen and (orientation: portrait) { | @media screen and (orientation: portrait) { | ||
.main-container{ | .main-container{ | ||
− | background:# | + | background:#181B3A !important; |
position:fixed; | position:fixed; | ||
width:100vw; | width:100vw; | ||
Line 933: | Line 928: | ||
} | } | ||
.dropdown{ | .dropdown{ | ||
− | background:# | + | background:#181B3A; |
display:block !important; | display:block !important; | ||
text-align:center; | text-align:center; | ||
Line 941: | Line 936: | ||
} | } | ||
− | .dropdown > a, .dropbtn { | + | .dropdown > a, .dropbtn, { |
display:block !important; | display:block !important; | ||
text-align: center !important; | text-align: center !important; | ||
Line 950: | Line 945: | ||
text-decoration:none !important; | text-decoration:none !important; | ||
} | } | ||
+ | |||
+ | .dropdown > .dropbtn_final{ | ||
+ | margin-right: 35px; | ||
+ | } | ||
/*下拉式menu*/ | /*下拉式menu*/ | ||
.dropdown > a:hover, .dropdown:hover .dropbtn{ | .dropdown > a:hover, .dropdown:hover .dropbtn{ | ||
− | color:# | + | color:#181B3A !important; |
background: #94ecf7; | background: #94ecf7; | ||
} | } | ||
.dropdown-content{ | .dropdown-content{ | ||
− | background:# | + | background:#181B3A; |
position:absolute; | position:absolute; | ||
width:100%; | width:100%; | ||
Line 1,099: | Line 1,098: | ||
}); | }); | ||
</script> | </script> | ||
+ | </html> |
Revision as of 16:02, 12 September 2018