diff --git a/pages/club/club.vue b/pages/club/club.vue
index 8ebc617..84c3d32 100644
--- a/pages/club/club.vue
+++ b/pages/club/club.vue
@@ -155,7 +155,7 @@ loadShows();
cursor: pointer;
color: #72706a;
border-radius: 10%;
- width: 75px;
+ width: 70px;
height: 30px;
}
.text-container{
@@ -183,6 +183,7 @@ loadShows();
.h3{
padding: 10px;
margin: 0;
+ font-size: 16px;
}
.h2 {
@@ -195,11 +196,11 @@ loadShows();
display: flex;
justify-content: space-between;
}
-.h3{
+/* .h3{
display: inline-block;
font-size: 20px;
-}
+} */
.sub-topic {
margin: 10px 0;
padding: 10px;
@@ -230,8 +231,9 @@ loadShows();
position: relative;
}
.sub-image{
- width: 120px;
- height: 80px;
+ width: 90%;
+ height: 90%;
+
}
.player{
position: absolute;
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 0ffbd85..7cb8d97 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -8,14 +8,18 @@
-
+
+
+
+
+
{{ article.cornerMark }}
- {{ article.name }}
-
+ {{ article.name }}
+
{{ article.user.username }}
-
+
@@ -23,79 +27,12 @@
-
-
-
-
-
-
-