Skip to content

Commit

Permalink
添加 Zenless_Zone_Zero 风格字体(分片压缩
Browse files Browse the repository at this point in the history
  • Loading branch information
zdxiaoda committed Aug 10, 2024
1 parent 164d222 commit 23f254c
Show file tree
Hide file tree
Showing 26 changed files with 180 additions and 10 deletions.
181 changes: 180 additions & 1 deletion assets/css/main.less

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions components/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ watch(
left: 16px;
align-items: center;
gap: 4px;
font-weight: bold;
svg {
width: 28px;
Expand Down Expand Up @@ -144,7 +143,6 @@ watch(
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
}
}
Expand All @@ -155,7 +153,6 @@ watch(
overflow: hidden;
margin-top: 4px;
font-size: 18px;
font-weight: bold;
}
.content {
Expand Down
2 changes: 0 additions & 2 deletions components/popup-article.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const cover = computed(() =>
gap: 12px;
color: #808080;
align-items: center;
font-weight: bold;
.profile-photo {
border-radius: 50%;
Expand Down Expand Up @@ -199,7 +198,6 @@ const cover = computed(() =>
color: #ededed;
font-size: 18px;
margin-bottom: 16px;
font-weight: bold;
}
.text {
Expand Down
2 changes: 0 additions & 2 deletions components/popup-create-article.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const cover = computed(() =>
gap: 12px;
color: #808080;
align-items: center;
font-weight: bold;
.profile-photo {
border-radius: 50%;
Expand Down Expand Up @@ -199,7 +198,6 @@ const cover = computed(() =>
color: #ededed;
font-size: 18px;
margin-bottom: 16px;
font-weight: bold;
}
.text {
Expand Down
1 change: 0 additions & 1 deletion components/tab-container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const index = ref(0);
line-height: 1;
background: url("~/assets/svg/bg-point-tab.svg") 0 0 / 7px;
margin-left: auto;
font-weight: bold;
.tab {
display: flex;
Expand Down
1 change: 0 additions & 1 deletion components/user-info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ onMounted(async () => {
box-shadow: inset 0 2px 2px #313431, inset 0 -2px 2px #181818;
transform: scale(1.3);
transform-origin: left center;
font-weight: bold;
a {
height: 100%;
Expand Down

0 comments on commit 23f254c

Please sign in to comment.