Explorar el Código

add language-badge

visuddhinanda hace 10 meses
padre
commit
eb9a9e85cc
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      api-v8/resources/views/components/book-list.blade.php

+ 9 - 0
api-v8/resources/views/components/book-list.blade.php

@@ -50,6 +50,15 @@
         font-size: 0.875rem;
         font-size: 0.875rem;
     }
     }
 
 
+    .language-badge {
+        display: inline-block;
+        padding: 2px 8px;
+        background-color: #e5e7eb;
+        color: #374151;
+        border-radius: 12px;
+        font-size: 0.75rem;
+        font-weight: 500;
+    }
 
 
     /* 桌面端布局 */
     /* 桌面端布局 */
     @media (min-width: 576px) {
     @media (min-width: 576px) {