Explorar el Código

perf:优化样式

徐志豪 hace 5 años
padre
commit
8778f1c515
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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 {