Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
be9dc910
authored
2025-08-01 17:36:19 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页
1 parent
b67cebc3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
src/App.vue
src/assets/fonsFamily/Exo2-BlackItalic.ttf
src/viewsPc/components/homeQuick.vue
src/App.vue
View file @
be9dc91
...
...
@@ -60,6 +60,12 @@ watch(language, (val) => {
font-display
:
swap
;
}
@font-face
{
font-family
:
'MyCustomFontBlackltalic'
;
src
:
url('@/assets/fonsFamily/Exo2-BlackItalic.ttf')
format
(
'truetype'
);
font-display
:
swap
;
}
.box
{
width
:
1600px
;
margin
:
auto
;
...
...
src/assets/fonsFamily/Exo2-BlackItalic.ttf
0 → 100644
View file @
be9dc91
No preview for this file type
src/viewsPc/components/homeQuick.vue
View file @
be9dc91
...
...
@@ -310,6 +310,7 @@ function goBooking(n, f) {
</
script
>
<
style
lang=
"scss"
scoped
>
.itemBox
,
.itemBox_en
{
padding
:
20px
;
background
:
#211D50
;
...
...
@@ -338,6 +339,7 @@ function goBooking(n, f) {
width
:
90%
;
max-width
:
220px
;
margin
:
0
auto
;
font-family
:
MyCustomFontBlackltalic
,
serif
;
&:hover
{
box-shadow
:
0
0
10px
#eee
;
...
...
@@ -385,6 +387,7 @@ function goBooking(n, f) {
width
:
90%
;
max-width
:
220px
;
margin
:
0
auto
;
font-family
:
MyCustomFontBlackltalic
,
serif
;
img
{
position
:
relative
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment