Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
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
吴迪
gs1
Commits
78ced459
Commit
78ced459
authored
Nov 03, 2021
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
引入苹方-简 苹方-中黑字体
parent
fcbfa2ce
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
32 additions
and
4 deletions
+32
-4
_reset.css
src/assets/css/_reset.css
+9
-1
PingFangSC-Medium.ttf
src/assets/font/PingFangSC-Medium.ttf
+0
-0
PingFangSC-Regular.ttf
src/assets/font/PingFangSC-Regular.ttf
+0
-0
footer.vue
src/components/layout/footer.vue
+2
-0
list.vue
src/views/Home/comps/list.vue
+1
-0
index.vue
src/views/Home/index.vue
+16
-2
sousuo.vue
src/views/Home/sousuo.vue
+3
-1
index.vue
src/views/News/index.vue
+1
-0
No files found.
src/assets/css/_reset.css
View file @
78ced459
@charset
"utf-8"
;
@charset
"utf-8"
;
/* CSS Document */
/* CSS Document */
@font-face
{
font-family
:
'PingFangSC-Regular'
;
src
:
url('../font/PingFangSC-Regular.ttf')
;
}
@font-face
{
font-family
:
'PingFangSC-Medium'
;
src
:
url('../font/PingFangSC-Medium.ttf')
;
}
html
,
html
,
body
,
body
,
...
@@ -31,7 +39,7 @@ body,
...
@@ -31,7 +39,7 @@ body,
body
{
body
{
font-size
:
12px
;
font-size
:
12px
;
font-family
:
PingFangSC-Regular
,
sans-serif
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
}
}
h1
,
h1
,
h2
,
h2
,
...
...
src/assets/font/PingFangSC-Medium.ttf
0 → 100644
View file @
78ced459
File added
src/assets/font/PingFangSC-Regular.ttf
0 → 100644
View file @
78ced459
File added
src/components/layout/footer.vue
View file @
78ced459
...
@@ -76,6 +76,8 @@ export default {
...
@@ -76,6 +76,8 @@ export default {
font-size
:
16px
;
font-size
:
16px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
margin-top
:
30px
;
margin-top
:
30px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
}
}
.foot-line
{
.foot-line
{
height
:
1px
;
height
:
1px
;
...
...
src/views/Home/comps/list.vue
View file @
78ced459
...
@@ -73,6 +73,7 @@ export default {
...
@@ -73,6 +73,7 @@ export default {
span{
span{
color
:
#F26335
;
color
:
#F26335
;
font-size
:
14px
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
}
}
}
}
}
}
...
...
src/views/Home/index.vue
View file @
78ced459
...
@@ -1331,6 +1331,7 @@ export default {
...
@@ -1331,6 +1331,7 @@ export default {
}
}
}
}
.nav-tabs
{
.nav-tabs
{
font-size
:
16px
;
.nav-item
{
.nav-item
{
&:last-child
{
&:last-child
{
span
{
span
{
...
@@ -1340,14 +1341,15 @@ export default {
...
@@ -1340,14 +1341,15 @@ export default {
}
}
.nav-link
{
.nav-link
{
border
:
0
;
border
:
0
;
color
:
#454545
;
color
:
rgba
(
14
,
44
,
107
,
1
)
;
width
:
100%
;
width
:
100%
;
padding
:
0
;
padding
:
0
;
padding-bottom
:
10px
;
padding-bottom
:
10px
;
&.active,
&.active,
&:hover
{
&:hover
{
border-bottom
:
3px
solid
#f26335
;
border-bottom
:
3px
solid
#f26335
;
color
:
#04408d
;
color
:
rgba
(
242
,
99
,
53
,
1
);
font-weight
:
600
;
}
}
span
{
span
{
display
:
inline-block
;
display
:
inline-block
;
...
@@ -1359,6 +1361,7 @@ export default {
...
@@ -1359,6 +1361,7 @@ export default {
color
:
#0e2c6b
;
color
:
#0e2c6b
;
font-size
:
28px
;
font-size
:
28px
;
margin-bottom
:
30px
;
margin-bottom
:
30px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
}
.ywdt
{
.ywdt
{
.row
{
.row
{
...
@@ -1385,6 +1388,8 @@ export default {
...
@@ -1385,6 +1388,8 @@ export default {
&:nth-child(1)
{
&:nth-child(1)
{
color
:
#0e2c6b
;
color
:
#0e2c6b
;
font-size
:
18px
;
font-size
:
18px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
}
}
&
:nth-child
(
2
)
{
&
:nth-child
(
2
)
{
color
:
#0e2c6b
;
color
:
#0e2c6b
;
...
@@ -1467,6 +1472,9 @@ export default {
...
@@ -1467,6 +1472,9 @@ export default {
.dzfw-bt
{
.dzfw-bt
{
font-size
:
12px
;
font-size
:
12px
;
margin-top
:
20px
;
margin-top
:
20px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#0E2C6B
;
}
}
}
}
}
}
...
@@ -1507,13 +1515,17 @@ export default {
...
@@ -1507,13 +1515,17 @@ export default {
background-position
:
center
;
background-position
:
center
;
.spqqsfz-cate
{
.spqqsfz-cate
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
color
:
#ffffff
;
color
:
#ffffff
;
font-size
:
24px
;
font-size
:
24px
;
margin-bottom
:
30px
;
margin-bottom
:
30px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
.spqqsfz-cate-right
{
.spqqsfz-cate-right
{
cursor
:
pointer
;
cursor
:
pointer
;
font-size
:
16px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
}
}
}
}
.spqqsfz-cont
{
.spqqsfz-cont
{
...
@@ -1595,6 +1607,8 @@ export default {
...
@@ -1595,6 +1607,8 @@ export default {
color
:
#0e2c6b
;
color
:
#0e2c6b
;
font-size
:
16px
;
font-size
:
16px
;
padding
:
15px
0
15px
20px
;
padding
:
15px
0
15px
20px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
}
}
.djwh-tp
{
.djwh-tp
{
img
{
img
{
...
...
src/views/Home/sousuo.vue
View file @
78ced459
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
role=
"tabpanel"
role=
"tabpanel"
aria-labelledby=
"profile-tab"
aria-labelledby=
"profile-tab"
>
>
222
<sousuoList
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -199,6 +199,8 @@ export default {
...
@@ -199,6 +199,8 @@ export default {
&:hover
{
&:hover
{
border-bottom
:
4px
solid
#f26335
;
border-bottom
:
4px
solid
#f26335
;
color
:
#f26335
;
color
:
#f26335
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
}
}
}
}
}
}
...
...
src/views/News/index.vue
View file @
78ced459
...
@@ -332,6 +332,7 @@ export default {
...
@@ -332,6 +332,7 @@ export default {
&:nth-child(1)
{
&:nth-child(1)
{
font-size
:
18px
;
font-size
:
18px
;
color
:
#0e2c6b
;
color
:
#0e2c6b
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
}
&
:nth-child
(
2
)
{
&
:nth-child
(
2
)
{
color
:
#f26335
;
color
:
#f26335
;
...
...
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