Sign in
cnlive_project
/
cnlive-community-web-vue
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
70da823591594c54965657bc19f033d982bdecb6
Authored by
杨泽宇
2022-05-05 14:01:28 +0800
1 parent
e58ff772
debug
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/views/user/cnlive_login.vue
src/views/user/cnlive_login.vue
View file @
70da823
...
...
@@ -526,6 +526,9 @@ body {
526
526
background: #ecf5ff;
527
527
color: #66b1ff;
528
528
}
529
+.gtco-nav .menu-1 ul li a:hover {
530
+ color: #f5a623;
531
+}
529
532
/**注册**/
530
533
@keyframes fadeInUpMenu {
531
534
from {
...
...