Line 11: | Line 11: | ||
padding: 0px; | padding: 0px; | ||
width: 90vw; | width: 90vw; | ||
− | margin-top: - | + | margin-top: -12px; |
margin-left:10px; | margin-left:10px; | ||
} | } | ||
Line 459: | Line 459: | ||
/*菜单下来后的背景色*/ | /*菜单下来后的背景色*/ | ||
/*background: rgba(2, 23, 37, 0.8);*/ | /*background: rgba(2, 23, 37, 0.8);*/ | ||
− | background: rgba(0, 0, 0, 0.7); | + | /*background: rgba(0, 0, 0, 0.7);*/ |
+ | --color-text: #fff; | ||
+ | --color-bg: #1f174e; | ||
+ | --color-bg-2: #151436; | ||
+ | --color-bg-3: #000; | ||
+ | --color-link: #8596df; | ||
+ | --color-link-hover: #723bb7; | ||
+ | background: radial-gradient(ellipse at 30% 48%, var(--color-bg) 0, var(--color-bg-2) 45%, var(--color-bg-3) 150%); | ||
z-index: 2; | z-index: 2; | ||
text-align: center; | text-align: center; |
Revision as of 15:46, 8 October 2019