zweizhao 7 лет назад
Родитель
Сommit
152a94b761
2 измененных файлов с 6 добавлено и 0 удалено
  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;