zweizhao пре 7 година
родитељ
комит
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 {
 footer, header, hgroup, menu, nav, section {
  display: block;
  display: block;
 }
 }
+a {
+  text-decoration: none;
+}
 body {
 body {
  line-height: 1;
  line-height: 1;
  background: #F4F5F9;
  background: #F4F5F9;

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

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