wangxy 3 년 전
부모
커밋
b9bd3d2966
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      pages/news/_id.vue

+ 6 - 1
pages/news/_id.vue

@@ -139,10 +139,15 @@ i[type='eyes'] {
 }
 
 .client-details-page .client-details-wrap .client-details-pagination a {
-  color: #333;
+  color: #2C3E50;
 
   &:hover {
     color: #00b96b;
   }
+
+  @media (max-width: 768px) {
+    color: #2C3E50;
+    border-color: #2C3E50;
+  }
 }
 </style>