Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
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
4b104cee
authored
2019-11-06 09:35:25 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
字体修改
1 parent
e38da5d6
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
13 deletions
src/App.vue
src/pages/index/index.scss
src/pages/login/login.scss
src/pages/news-detail/news-detail.scss
src/pages/privacy/privacy.scss
src/pages/profile/profile.scss
src/pages/protocol/protocol.scss
src/pages/register/register.scss
src/pages/terms/terms.scss
src/App.vue
View file @
4b104ce
...
...
@@ -44,7 +44,7 @@ export default {
@import
"@/styles/_support"
;
html
{
font-family
:
Microsoft
YaHei
,
Helvetica
Neue
,
Arial
,
sans-serif
;
font-family
:
"Microsoft YaHei"
,
"Arial"
;
font-size
:
12px
;
word-spacing
:
1px
;
word-break
:
break-word
;
...
...
src/pages/index/index.scss
View file @
4b104ce
...
...
@@ -142,7 +142,6 @@
}
.tit
{
font-family
:
MicrosoftYaHei
;
text-align
:
center
;
color
:
#f05a23
;
font-size
:
18px
;
...
...
src/pages/login/login.scss
View file @
4b104ce
...
...
@@ -38,7 +38,7 @@
background-color
:
#ffffff
;
&
-tit
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
color
:
#f05a23
;
text-align
:
center
;
font-size
:
18px
;
...
...
@@ -70,7 +70,7 @@
}
&
-tit
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
flex
:
1
;
font-size
:
18px
;
font-weight
:
bold
;
...
...
@@ -131,7 +131,7 @@
margin-top
:
2
.5rem
;
.label
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
font-size
:
18px
;
font-weight
:
bold
;
color
:
#f05a23
;
...
...
src/pages/news-detail/news-detail.scss
View file @
4b104ce
@import
'@/styles/_support'
;
.content
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
color
:
#4c4948
;
padding-bottom
:
8
.5rem
;
}
...
...
src/pages/privacy/privacy.scss
View file @
4b104ce
@import
'@/styles/_support'
;
.content
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
color
:
#4c4948
;
padding-bottom
:
8
.5rem
;
}
...
...
src/pages/profile/profile.scss
View file @
4b104ce
@import
'@/styles/_support'
;
.content
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
color
:
#4c4948
;
padding-bottom
:
8
.5rem
;
}
...
...
src/pages/protocol/protocol.scss
View file @
4b104ce
@import
'@/styles/_support'
;
.content
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
color
:
#4c4948
;
padding-bottom
:
8
.5rem
;
}
...
...
src/pages/register/register.scss
View file @
4b104ce
...
...
@@ -43,7 +43,7 @@
background-color
:
#ffffff
;
&
-tit
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
color
:
#f05a23
;
text-align
:
center
;
font-size
:
18px
;
...
...
@@ -67,7 +67,7 @@
}
&
-tit
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
flex
:
1
;
font-size
:
18px
;
font-weight
:
bold
;
...
...
@@ -126,7 +126,7 @@
margin-top
:
3
.75rem
;
.label
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
font-size
:
18px
;
font-weight
:
bold
;
color
:
#f05a23
;
...
...
src/pages/terms/terms.scss
View file @
4b104ce
@import
'@/styles/_support'
;
.content
{
font-family
:
MicrosoftYaHei
;
//
font-family: MicrosoftYaHei;
color
:
#4c4948
;
padding-bottom
:
8
.5rem
;
}
...
...
Please
register
or
sign in
to post a comment