Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RC_officialWebsite
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
RC_officialWebsite
Commits
d5e8a816
Commit
d5e8a816
authored
Nov 20, 2024
by
liangjingpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字体细节修改1
parent
4b539bab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
fonts.css
src/assets/fonts.css
+9
-1
index.vue
src/components/JoinUs/index.vue
+7
-1
No files found.
src/assets/fonts.css
View file @
d5e8a816
/* PingFangSC-Regular */
@font-face
{
font-family
:
'PingFangSC-Regular'
,
'PingFang SC'
;
font-family
:
'PingFangSC-Regular'
;
src
:
url('../assets/fonts/PingFangSC-Regular.woff')
format
(
'woff'
);
font-weight
:
500
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'PingFang SC'
;
src
:
url('../assets/fonts/PingFangSC-Regular.woff')
format
(
'woff'
);
font-weight
:
500
;
font-style
:
normal
;
}
/* PingFangSC-Medium */
@font-face
{
...
...
src/components/JoinUs/index.vue
View file @
d5e8a816
...
...
@@ -345,7 +345,7 @@ export default {
}
.join-us-container
{
font-family
:
PingFangSC-Semibold
,
sans-serif
;
flex-direction
:
column
;
overflow
:
hidden
;
...
...
@@ -774,10 +774,16 @@ export default {
.feature-title
{
margin-bottom
:
14px
;
font-family
:
PingFangSC-Semibold
;
font-weight
:
600
;
}
.feature-description
{
margin-top
:
14px
;
font-family
:
PingFangSC-Regular
;
font-weight
:
400
;
font-size
:
20px
;
color
:
#999999
;
}
.button-round
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment