guoziyun 1 سال پیش
والد
کامیت
47243aa094
3فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 1 0
      dist/stylesheets/designer.css
  2. 1 0
      dist/stylesheets/detail.css
  3. 2 0
      dist/stylesheets/styles.css

+ 1 - 0
dist/stylesheets/designer.css

@@ -13,6 +13,7 @@
   text-align: center;
   border-radius: 10px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+  transition: transform 0.2s;
 }
 
 .card:hover {

+ 1 - 0
dist/stylesheets/detail.css

@@ -33,6 +33,7 @@
   margin: 2px;
   padding:5px 10px 5px 10px;
   color: #666;
+  transition: transform 0.2s;
 }
 
 .tag-button:hover {

+ 2 - 0
dist/stylesheets/styles.css

@@ -20,6 +20,7 @@ body {
   flex-direction: row; 
   justify-content: space-between; 
   align-items: center;
+  transition: transform 0.2s;
 }
 
 .content-title a {
@@ -108,6 +109,7 @@ body {
   border: 1px solid #ccc;
   border-radius: 8px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+  transition: transform 0.2s;
 }
 
 .album-grid-card:hover {