+
-
+
@@ -25,22 +24,29 @@ const goUrl = (url) => {
{{ member.title }}
-
- @
-
+
@
{{ member.description }}
+
@@ -60,7 +66,8 @@ const goUrl = (url) => {
}
.VPTeamMembersItem.small .data {
- padding-top: 20px;
+ padding-top: 10px;
+ width: 100px;
}
.VPTeamMembersItem.small .avatar {
@@ -157,12 +164,21 @@ const goUrl = (url) => {
object-fit: cover;
}
-.author_name {
+.author_name,
+.more {
margin: 0;
font-weight: 600;
cursor: pointer;
}
+.more {
+ color: var(--vp-c-text-2);
+}
+
+.more:hover {
+ color: var(--vp-c-brand-lighter);
+}
+
.affiliation {
margin: 0;
font-weight: 500;
@@ -204,11 +220,11 @@ const goUrl = (url) => {
}
.links svg {
- margin: 0 .5rem;
+ margin: 0 0.5rem;
}
.links :hover {
- fill: var(--vp-c-brand-lighter)
+ fill: var(--vp-c-brand-lighter);
}
.sp-link {
@@ -236,4 +252,5 @@ const goUrl = (url) => {
width: 16px;
height: 16px;
fill: currentColor;
-}
\ No newline at end of file
+}
+
diff --git a/components/Download.vue b/components/Download.vue
index 2e163be..33cee75 100644
--- a/components/Download.vue
+++ b/components/Download.vue
@@ -1,20 +1,20 @@
-
+
+
diff --git a/components/Parallax.vue b/components/Parallax.vue
index 4f135e3..50b5c6e 100644
--- a/components/Parallax.vue
+++ b/components/Parallax.vue
@@ -1,99 +1,105 @@
@@ -103,10 +109,9 @@ export default {
@@ -122,58 +127,60 @@ export default {
top: 0;
left: 0;
z-index: 1;
- transition: .3s ease-out;
+ transition: 0.3s ease-out;
}
#kirakira:hover {
- background-image: linear-gradient(110deg,
- transparent 25%,
- #ec9bb6 48%,
- #ccac6f 52%,
- transparent 75%);
+ background-image: linear-gradient(
+ 110deg,
+ transparent 25%,
+ #ec9bb6 48%,
+ #ccac6f 52%,
+ transparent 75%
+ );
background-position: 50% 50%;
background-size: 250% 250%;
- opacity: .18;
- filter: brightness(.66) contrast(1.33);
+ opacity: 0.18;
+ filter: brightness(0.66) contrast(1.33);
transition: none;
background-repeat: no-repeat;
mix-blend-mode: color-dodge;
- transition: all .33s ease;
- animation: holoGradient 12s ease 0s 1,
+ transition: all 0.33s ease;
+ animation: holoGradient 12s ease 0s 1;
}
@keyframes holoGradient {
-
0%,
100% {
opacity: 0.3;
background-position: 50% 50%;
- filter: brightness(.5) contrast(1);
+ filter: brightness(0.5) contrast(1);
}
5%,
9% {
background-position: 100% 100%;
opacity: 0.1;
- filter: brightness(.75) contrast(1.25);
+ filter: brightness(0.75) contrast(1.25);
}
13%,
17% {
background-position: 0% 0%;
- opacity: .18;
+ opacity: 0.18;
}
35%,
39% {
background-position: 100% 100%;
opacity: 0.2;
- filter: brightness(.5) contrast(1);
+ filter: brightness(0.5) contrast(1);
}
55% {
background-position: 0% 0%;
opacity: 0.3;
- filter: brightness(.75) contrast(1.25);
+ filter: brightness(0.75) contrast(1.25);
}
-}
\ No newline at end of file
+}
+
diff --git a/components/PostItem.vue b/components/PostItem.vue
index e04c1c5..fa52819 100644
--- a/components/PostItem.vue
+++ b/components/PostItem.vue
@@ -8,9 +8,16 @@
{{ Content }}