Browse Source

美观化

LiuLiu 2 years ago
parent
commit
f2cc65ccc8
1 changed files with 8 additions and 0 deletions
  1. 8 0
      pages/index.vue

+ 8 - 0
pages/index.vue

@@ -139,5 +139,13 @@ export default {
 }
 .footer-line *{
   color: inherit !important;
+  text-decoration: inherit !important;
+  transition: color .5s;
+}
+.footer-line *[href]:hover,
+.footer-line *[href]:focus-visible
+{
+  color: #909399 !important;
+  text-decoration: underline !important;
 }
 </style>