Browse Source

perf:优化样式

徐志豪 5 năm trước cách đây
mục cha
commit
8778f1c515
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      pc/src/page/home2/style.scss

+ 5 - 1
pc/src/page/home2/style.scss

@@ -230,9 +230,13 @@
       padding-right: 30px;
       border-right: 2px solid #909090;
       margin-right: 30px;
-      &.active {
+      cursor: pointer;
+      &.active, &:hover {
         color: #202020;
       }
+      &:last-child {
+        border-right: none;
+      }
     }
   }
   .solution-content {