Parcourir la source

a标签下划线

zweizhao il y a 7 ans
Parent
commit
152a94b761
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 3 0
      assets/css/common.css
  2. 3 0
      pages/index/cert/freelancer.vue

+ 3 - 0
assets/css/common.css

@@ -22,6 +22,9 @@ article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
  display: block;
 }
+a {
+  text-decoration: none;
+}
 body {
  line-height: 1;
  background: #F4F5F9;

+ 3 - 0
pages/index/cert/freelancer.vue

@@ -137,6 +137,9 @@ p {
   text-decoration: line-through;
   margin: 0 10px;
 }
+a {
+  text-decoration: underline;
+}
 .vip-tag {
   display: inline-flex;
   justify-content: center;