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
a980615a
Commit
a980615a
authored
Nov 11, 2021
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字体
parent
c3a2cf6b
Hide whitespace changes
Inline
Side-by-side
Showing
45 changed files
with
73 additions
and
78 deletions
+73
-78
_base.scss
src/assets/css/_base.scss
+4
-0
_reset.css
src/assets/css/_reset.css
+1
-14
_style.scss
src/assets/css/_style.scss
+4
-0
PingFangSC-Medium.ttf
src/assets/font/PingFangSC-Medium.ttf
+0
-0
PingFangSC-Regular.ttf
src/assets/font/PingFangSC-Regular.ttf
+0
-0
PingFangSC-Semibold.otf
src/assets/font/PingFangSC-Semibold.otf
+0
-0
wangEditor.vue
src/components/editor/wangEditor.vue
+2
-2
footer.vue
src/components/layout/footer.vue
+4
-4
list.vue
src/views/Home/comps/list.vue
+1
-1
index.vue
src/views/Home/index.vue
+7
-7
sousuo.vue
src/views/Home/sousuo.vue
+1
-1
Glossary.vue
src/views/Knowledge/Glossary.vue
+1
-1
TeKIndex.vue
src/views/Knowledge/TeKIndex.vue
+1
-1
index.vue
src/views/Knowledge/index.vue
+5
-5
check.vue
src/views/MyManage/Admin/check.vue
+2
-2
checkSearchTable.vue
src/views/MyManage/Admin/checkSearchTable.vue
+1
-1
entInfo.vue
src/views/MyManage/Admin/entInfo.vue
+2
-2
log.vue
src/views/MyManage/Admin/log.vue
+2
-2
statusChange.vue
src/views/MyManage/Admin/statusChange.vue
+2
-2
index.vue
src/views/MyManage/UnVerify/index.vue
+4
-4
ECommerce.vue
src/views/News/ECommerce.vue
+1
-1
Logistics.vue
src/views/News/Logistics.vue
+1
-1
Retail.vue
src/views/News/Retail.vue
+2
-2
StatuteDes.vue
src/views/News/StatuteDes.vue
+2
-2
index.vue
src/views/News/index.vue
+1
-1
Branch.vue
src/views/Org/Branch.vue
+3
-3
fzzx.vue
src/views/Org/comps/fzzx.vue
+1
-1
ChinaTrace.vue
src/views/Service/ChinaTrace.vue
+1
-1
GDS.vue
src/views/Service/GDS.vue
+1
-1
case.vue
src/views/Service/Partners/case.vue
+1
-1
caseHealthcare.vue
src/views/Service/Partners/caseHealthcare.vue
+1
-1
caseList.vue
src/views/Service/Partners/caseList.vue
+1
-1
content.vue
src/views/Service/Partners/content.vue
+1
-1
index.vue
src/views/Service/Partners/index.vue
+1
-1
join.vue
src/views/Service/Partners/join.vue
+1
-1
list.vue
src/views/Service/Partners/list.vue
+1
-1
QC.vue
src/views/Service/QC.vue
+1
-1
RFID.vue
src/views/Service/RFID.vue
+1
-1
barcode.vue
src/views/Service/barcode.vue
+1
-1
barcodeV.vue
src/views/Service/barcodeV.vue
+1
-1
facility.vue
src/views/Service/facility.vue
+1
-1
instrument.vue
src/views/Service/instrument.vue
+1
-1
software.vue
src/views/Service/software.vue
+1
-1
entry-card.vue
src/views/User/entry-card.vue
+1
-1
left.vue
src/views/comps/left.vue
+1
-1
No files found.
src/assets/css/_base.scss
View file @
a980615a
...
...
@@ -520,3 +520,7 @@
margin-top
:
20px
;
}
}
.tahoma
{
font-family
:
$tahoma
;
}
src/assets/css/_reset.css
View file @
a980615a
@charset
"utf-8"
;
/* 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')
;
}
@font-face
{
font-family
:
'PingFangSC-Semibold'
;
src
:
url('../font/PingFangSC-Semibold.otf')
;
}
html
,
body
,
ul
,
...
...
@@ -43,7 +30,7 @@ body,
body
{
font-size
:
12px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
"微软雅黑"
;
}
h1
,
h2
,
...
...
src/assets/css/_style.scss
View file @
a980615a
// 字体
$yahei
:
'微软雅黑'
;
$tahoma
:
'Tahoma'
;
// 设置主题颜色
$theme-color1
:
#F26335
;
$theme-color1-light
:
#f5825e
;
...
...
src/assets/font/PingFangSC-Medium.ttf
deleted
100644 → 0
View file @
c3a2cf6b
File deleted
src/assets/font/PingFangSC-Regular.ttf
deleted
100644 → 0
View file @
c3a2cf6b
File deleted
src/assets/font/PingFangSC-Semibold.otf
deleted
100644 → 0
View file @
c3a2cf6b
File deleted
src/components/editor/wangEditor.vue
View file @
a980615a
...
...
@@ -144,8 +144,8 @@
<p><span style="text-decoration-line: underline;"><span
style="font-weight: bold; font-size: xx-large; font-family: Tahoma; font-style: italic;">dddd</span></span>
</p>
<p><span style="font-family:
宋体
; font-size: x-small; color: rgb(139, 170, 74);">ddddafafdadfa</span></p>
<p><span style="font-family:
宋体
; font-size: x-small; color: rgb(139, 170, 74);">dddafadfadfadf</span></p>
<p><span style="font-family:
微软雅黑
; font-size: x-small; color: rgb(139, 170, 74);">ddddafafdadfa</span></p>
<p><span style="font-family:
微软雅黑
; font-size: x-small; color: rgb(139, 170, 74);">dddafadfadfadf</span></p>
`
this
.
setHtml
(
html
)
},
...
...
src/components/layout/footer.vue
View file @
a980615a
...
...
@@ -15,7 +15,7 @@
<div
class=
"col-lg-4"
>
国家市场监督管理总局
</div>
<div
class=
"col-lg-4"
>
国家市场监督管理总局
</div>
<div
class=
"col-lg-4"
>
国家市场监督管理总局
</div>
<div
class=
"col-lg-4"
>
国际物品编码组织(
GS1
)成员网站
</div>
<div
class=
"col-lg-4"
>
国际物品编码组织(
<span
class=
"tahoma"
>
GS1
</span>
)成员网站
</div>
</div>
</div>
<div
class=
"col-lg-3"
>
...
...
@@ -76,7 +76,7 @@ export default {
font-size
:
16px
;
margin-bottom
:
10px
;
margin-top
:
30px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
}
.foot-line
{
...
...
@@ -101,7 +101,7 @@ export default {
margin-right
:
20px
;
color
:
#0E2C6B
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
&:last-child{
margin-right
:
0
;
}
...
...
@@ -112,7 +112,7 @@ export default {
line-height
:
30px
;
color
:
#0E2C6B
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
}
}
.qrcode
{
...
...
src/views/Home/comps/list.vue
View file @
a980615a
...
...
@@ -73,7 +73,7 @@ export default {
span{
color
:
#F26335
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
}
}
}
...
...
src/views/Home/index.vue
View file @
a980615a
...
...
@@ -1414,7 +1414,7 @@ export default {
color
:
#0e2c6b
;
font-size
:
22px
;
margin-bottom
:
30px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
.ywdt
{
.row
{
...
...
@@ -1441,7 +1441,7 @@ export default {
&:nth-child(1)
{
color
:
#0e2c6b
;
font-size
:
18px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
}
&
:nth-child
(
2
)
{
...
...
@@ -1478,7 +1478,7 @@ export default {
color
:
#0e2c6b
;
font-size
:
14px
;
cursor
:
pointer
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
}
.wsxtcy
{
...
...
@@ -1526,7 +1526,7 @@ export default {
.dzfw-bt
{
font-size
:
12px
;
margin-top
:
20px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#0e2c6b
;
}
...
...
@@ -1575,11 +1575,11 @@ export default {
color
:
#ffffff
;
font-size
:
22px
;
margin-bottom
:
30px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
.spqqsfz-cate-right
{
cursor
:
pointer
;
font-size
:
16px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
}
}
.spqqsfz-cont
{
...
...
@@ -1665,7 +1665,7 @@ export default {
color
:
#0e2c6b
;
font-size
:
22px
;
padding
:
15px
0
15px
20px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
}
.djwh-tp
{
...
...
src/views/Home/sousuo.vue
View file @
a980615a
...
...
@@ -199,7 +199,7 @@ export default {
&:hover
{
border-bottom
:
4px
solid
#f26335
;
color
:
#f26335
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
}
}
...
...
src/views/Knowledge/Glossary.vue
View file @
a980615a
...
...
@@ -159,7 +159,7 @@ export default {
margin-right
:
4px
;
cursor
:
pointer
;
font-size
:
13px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#F26335
;
line-height
:
18px
;
...
...
src/views/Knowledge/TeKIndex.vue
View file @
a980615a
...
...
@@ -61,7 +61,7 @@ export default {
</
style
>
<
style
lang=
"scss"
scoped
>
.showBmtx
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
line-height
:
21px
;
p{
...
...
src/views/Knowledge/index.vue
View file @
a980615a
...
...
@@ -492,7 +492,7 @@ export default {
margin-right
:
4px
;
cursor
:
pointer
;
font-size
:
13px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#F26335
;
line-height
:
18px
;
...
...
@@ -537,7 +537,7 @@ export default {
.knowledge-title{
margin-bottom
:
20px
;
font-size
:
18px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#0E2C6B
;
line-height
:
25px
;
...
...
@@ -590,7 +590,7 @@ export default {
color
:
#F26335
;
}
.card-text
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
color
:
#F26335
;
line-height
:
21px
;
ul{
...
...
@@ -627,7 +627,7 @@ export default {
padding-bottom
:
16px
;
.card-text{
font-size
:
15px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#414345
;
line-height
:
28px
;
...
...
@@ -700,7 +700,7 @@ export default {
.knowledge-title{
margin-bottom
:
20px
;
font-size
:
18px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#0E2C6B
;
line-height
:
25px
;
...
...
src/views/MyManage/Admin/check.vue
View file @
a980615a
...
...
@@ -144,7 +144,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.gs_admin_check
{
width
:
100%
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
.card_wrapper
{
...
...
@@ -214,7 +214,7 @@ export default {
.nums
{
height
:
37px
;
font-size
:
32px
;
font-family
:
ArialRoundedMTBold
;
font-family
:
Tahoma
;
color
:
#F26335
;
line-height
:
37px
;
}
...
...
src/views/MyManage/Admin/checkSearchTable.vue
View file @
a980615a
...
...
@@ -295,7 +295,7 @@ export default {
.el-button
{
font-size
:
13px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
}
}
...
...
src/views/MyManage/Admin/entInfo.vue
View file @
a980615a
...
...
@@ -162,7 +162,7 @@ export default {
.gs-admin-ent-info
{
width
:
100%
;
height
:
100%
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
.card_wrapper
{
...
...
@@ -235,7 +235,7 @@ export default {
.el-button
{
font-size
:
13px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
}
}
...
...
src/views/MyManage/Admin/log.vue
View file @
a980615a
...
...
@@ -162,7 +162,7 @@ export default {
.gs-admin-status-change
{
width
:
100%
;
height
:
100%
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
.card_wrapper
{
...
...
@@ -235,7 +235,7 @@ export default {
.el-button
{
font-size
:
13px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
}
}
...
...
src/views/MyManage/Admin/statusChange.vue
View file @
a980615a
...
...
@@ -182,7 +182,7 @@ export default {
.gs-admin-status-change
{
width
:
100%
;
height
:
100%
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
.card_wrapper
{
...
...
@@ -255,7 +255,7 @@ export default {
.el-button
{
font-size
:
13px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
}
}
...
...
src/views/MyManage/UnVerify/index.vue
View file @
a980615a
...
...
@@ -106,7 +106,7 @@ export default {
text-align
:
center
;
color
:
#F26335
;
font-size
:
16px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
p{
...
...
@@ -128,12 +128,12 @@ export default {
font-size
:
16px
;
padding
:
20px
40px
;
border
:
1px
solid
#F3F3F3
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
.content-list
{
font-size
:
14px
;
line-height
:
20px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
ul{
li{
margin-top
:
19px
;
...
...
@@ -142,7 +142,7 @@ export default {
p
:
first-child
{
color
:
#414345
;
font-weight
:
500
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
p
:first-child::before
{
content
:
"●"
;
...
...
src/views/News/ECommerce.vue
View file @
a980615a
...
...
@@ -201,7 +201,7 @@ export default {
.div-title
{
color
:
#C1D82F
;
font-size
:
16px
;
font-family
:
PingFangSC-Semibold
;
//
font-family
:
PingFangSC-Semibold
;
white-space
:
nowrap
;
}
...
...
src/views/News/Logistics.vue
View file @
a980615a
...
...
@@ -156,7 +156,7 @@ export default {
margin-bottom
:
30px
;
.title{
font-size
:
18px
;
font-family
:
PingFangSC-Medium
;
//
font-family
:
PingFangSC-Medium
;
white-space
:
nowrap
;
line-height
:
25px
;
text-align
:
left
;
...
...
src/views/News/Retail.vue
View file @
a980615a
...
...
@@ -247,7 +247,7 @@ export default {
.div-title
{
color
:
#F05587
;
font-size
:
16px
;
font-family
:
PingFangSC-Semibold
;
//
font-family
:
PingFangSC-Semibold
;
white-space
:
nowrap
;
}
.div2
{
...
...
@@ -449,7 +449,7 @@ export default {
overflow-wrap
:
break-word
;
color
:
rgba
(
255
,
255
,
255
,
1
);
font-size
:
25px
;
font-family
:
PangMenZhengDao
;
//
font-family
:
PangMenZhengDao
;
white-space
:
nowrap
;
line-height
:
25px
;
}
...
...
src/views/News/StatuteDes.vue
View file @
a980615a
...
...
@@ -220,7 +220,7 @@ export default {
.div-title1
{
color
:
#0E2C6B
;
font-size
:
20px
;
font-family
:
PingFangSC-Semibold
;
//
font-family
:
PingFangSC-Semibold
;
white-space
:
nowrap
;
font-weight
:
500
;
...
...
@@ -228,7 +228,7 @@ export default {
.div-title2
{
color
:
#0E2C6B
;
font-size
:
16px
;
font-family
:
PingFangSC-Semibold
;
//
font-family
:
PingFangSC-Semibold
;
white-space
:
nowrap
;
font-weight
:
500
;
}
...
...
src/views/News/index.vue
View file @
a980615a
...
...
@@ -332,7 +332,7 @@ export default {
&:nth-child(1)
{
font-size
:
18px
;
color
:
#0e2c6b
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
&
:nth-child
(
2
)
{
color
:
#f26335
;
...
...
src/views/Org/Branch.vue
View file @
a980615a
...
...
@@ -173,7 +173,7 @@ export default {
.cate-name
{
color
:
#454545
;
font-size
:
18px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
.alert
{
margin
:
30px
0
20px
0
;
...
...
@@ -192,13 +192,13 @@ export default {
color
:
#454545
;
padding-left
:
30px
;
padding-right
:
30px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-size
:
15px
;
&.active,
&:hover
{
border-bottom
:
3px
solid
#f26335
;
color
:
#04408d
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
//
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
}
}
}
...
...
src/views/Org/comps/fzzx.vue
View file @
a980615a
...
...
@@ -41,7 +41,7 @@ export default {
font-size
:
14px
;
.cate-name
{
color
:
#454545
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
}
.fzzx-list
{
margin-top
:
20px
;
...
...
src/views/Service/ChinaTrace.vue
View file @
a980615a
...
...
@@ -126,7 +126,7 @@ export default {};
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/GDS.vue
View file @
a980615a
...
...
@@ -63,7 +63,7 @@ export default {};
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/Partners/case.vue
View file @
a980615a
...
...
@@ -25,7 +25,7 @@ export default {
<
style
lang=
"scss"
>
.n-service.partners-case
{
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/Partners/caseHealthcare.vue
View file @
a980615a
...
...
@@ -39,7 +39,7 @@ export default {
<
style
lang=
"scss"
>
.n-service.partners-case-healthcare
{
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/Partners/caseList.vue
View file @
a980615a
...
...
@@ -61,7 +61,7 @@ export default {
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/Partners/content.vue
View file @
a980615a
...
...
@@ -25,7 +25,7 @@ export default {
<
style
lang=
"scss"
>
.n-service.partners-case
{
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/Partners/index.vue
View file @
a980615a
...
...
@@ -135,7 +135,7 @@ export default {
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/Partners/join.vue
View file @
a980615a
...
...
@@ -290,7 +290,7 @@ export default {
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/Partners/list.vue
View file @
a980615a
...
...
@@ -86,7 +86,7 @@ export default {
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/QC.vue
View file @
a980615a
...
...
@@ -448,7 +448,7 @@ export default {};
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/RFID.vue
View file @
a980615a
...
...
@@ -58,7 +58,7 @@ export default {};
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/barcode.vue
View file @
a980615a
...
...
@@ -53,7 +53,7 @@ export default {};
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/barcodeV.vue
View file @
a980615a
...
...
@@ -20,7 +20,7 @@ export default {};
<
style
lang=
"scss"
>
.barcodev
{
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
20px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/facility.vue
View file @
a980615a
...
...
@@ -42,7 +42,7 @@ export default {};
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/instrument.vue
View file @
a980615a
...
...
@@ -39,7 +39,7 @@ export default {};
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/Service/software.vue
View file @
a980615a
...
...
@@ -48,7 +48,7 @@ export default {};
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
...
...
src/views/User/entry-card.vue
View file @
a980615a
...
...
@@ -25,7 +25,7 @@ export default {
border-radius
:
6px
;
padding
:
40px
;
text-align
:
left
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
//
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
.header
{
height
:
24px
;
...
...
src/views/comps/left.vue
View file @
a980615a
...
...
@@ -83,7 +83,7 @@ export default {
font-size
:
14px
;
padding
:
0.8rem
1rem
;
color
:
#666666
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
//
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
&.active
{
background
:
rgba
(
242
,
99
,
53
,
0.1
);
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