diff --git a/src/components/userAvatar/tua-dc-relic.vue b/src/components/userAvatar/tua-dc-relic.vue
index 8292d0d5..45676c78 100644
--- a/src/components/userAvatar/tua-dc-relic.vue
+++ b/src/components/userAvatar/tua-dc-relic.vue
@@ -232,8 +232,10 @@ function getRelicTitle(): string {
.tua-prop-time {
width: 14px;
height: 14px;
+ padding-bottom: 1px;
border: 1px solid rgb(255 255 255 / 20%);
border-radius: 4px;
+ background: rgb(0 0 0 / 20%);
font-size: 10px;
line-height: 14px;
text-align: center;
diff --git a/src/components/userAvatar/tua-dc-weapon.vue b/src/components/userAvatar/tua-dc-weapon.vue
index 6ae79d81..fbe95417 100644
--- a/src/components/userAvatar/tua-dc-weapon.vue
+++ b/src/components/userAvatar/tua-dc-weapon.vue
@@ -35,8 +35,8 @@
UID:{{ props.uid }}
- 更新于{{ props.updated }}
- TeyvatGuide v{{ version }}
+ 更新于{{ props.updated }}
+ Render by TeyvatGuide v{{ version }}
@@ -131,6 +131,7 @@ const propSub = computed(() => {
flex-direction: row;
align-items: center;
justify-content: space-between;
+ border-bottom: 1px solid rgb(255 255 255 / 20%);
img {
width: 14px;
@@ -171,7 +172,6 @@ const propSub = computed(() => {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
- border-top: 1px solid rgb(255 255 255 / 20%);
margin-top: auto;
}
@@ -180,13 +180,9 @@ const propSub = computed(() => {
font-size: 14px;
}
-.tua-share-time {
- font-size: 10px;
+.tua-share-sub {
+ margin-left: auto;
+ font-size: 9px;
opacity: 0.8;
}
-
-.tua-share-version {
- margin-left: auto;
- text-shadow: 0 0 5px rgb(0 0 0 / 50%);
-}
diff --git a/src/components/userAvatar/tua-detail-card.vue b/src/components/userAvatar/tua-detail-card.vue
index c24c80da..c3aa5e62 100644
--- a/src/components/userAvatar/tua-detail-card.vue
+++ b/src/components/userAvatar/tua-detail-card.vue
@@ -147,6 +147,10 @@ async function share(): Promise {
position: absolute;
top: 5px;
left: 5px;
+ border: 1px solid rgb(255 255 255 / 20%);
+ border-radius: 5px;
+ -webkit-backdrop-filter: blur(10px);
+ backdrop-filter: blur(10px);
color: var(--tgc-white-1);
}