Browse Source

样式修改

邪性 3 năm trước cách đây
mục cha
commit
79da4e75d6
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      css/colleges_detail.css

+ 6 - 2
css/colleges_detail.css

@@ -24,10 +24,14 @@
 .body .school .desc .desc-item > .desc-cell:first-child {
   width: 80px;
   font-weight: bold;
-}
-.body .school .desc .desc-item > .desc-cell:last-child {
   color: #777;
 }
+.body .school .desc .desc-item > .desc-cell:last-child a {
+  color: #333;
+}
+.body .school .desc .desc-item > .desc-cell:last-child:hover a {
+  color: #32b487;
+}
 .body .school p {
   text-align: justify;
   text-indent: 28px;