Commit a980615a by 林家欣

修改字体

parent c3a2cf6b
...@@ -520,3 +520,7 @@ ...@@ -520,3 +520,7 @@
margin-top: 20px; margin-top: 20px;
} }
} }
.tahoma{
font-family: $tahoma;
}
@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');
}
@font-face {
font-family: 'PingFangSC-Semibold';
src: url('../font/PingFangSC-Semibold.otf');
}
html, html,
body, body,
ul, ul,
...@@ -43,7 +30,7 @@ body, ...@@ -43,7 +30,7 @@ body,
body { body {
font-size: 12px; font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC; font-family: "微软雅黑";
} }
h1, h1,
h2, h2,
......
// 字体
$yahei: '微软雅黑';
$tahoma: 'Tahoma';
// 设置主题颜色 // 设置主题颜色
$theme-color1:#F26335; $theme-color1:#F26335;
$theme-color1-light: #f5825e; $theme-color1-light: #f5825e;
......
...@@ -144,8 +144,8 @@ ...@@ -144,8 +144,8 @@
<p><span style="text-decoration-line: underline;"><span <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> style="font-weight: bold; font-size: xx-large; font-family: Tahoma; font-style: italic;">dddd</span></span>
</p> </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);">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);">dddafadfadfadf</span></p>
` `
this.setHtml(html) this.setHtml(html)
}, },
......
...@@ -15,7 +15,7 @@ ...@@ -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">国家市场监督管理总局</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> </div>
<div class="col-lg-3"> <div class="col-lg-3">
...@@ -76,7 +76,7 @@ export default { ...@@ -76,7 +76,7 @@ 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-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
} }
.foot-line { .foot-line {
...@@ -101,7 +101,7 @@ export default { ...@@ -101,7 +101,7 @@ export default {
margin-right: 20px; margin-right: 20px;
color: #0E2C6B; color: #0E2C6B;
font-size: 14px; font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
&:last-child{ &:last-child{
margin-right: 0; margin-right: 0;
} }
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
line-height: 30px; line-height: 30px;
color: #0E2C6B; color: #0E2C6B;
font-size: 14px; font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
} }
} }
.qrcode { .qrcode {
......
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
span{ span{
color: #F26335; color: #F26335;
font-size: 14px; font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
} }
} }
} }
......
...@@ -1414,7 +1414,7 @@ export default { ...@@ -1414,7 +1414,7 @@ export default {
color: #0e2c6b; color: #0e2c6b;
font-size: 22px; font-size: 22px;
margin-bottom: 30px; margin-bottom: 30px;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
} }
.ywdt { .ywdt {
.row { .row {
...@@ -1441,7 +1441,7 @@ export default { ...@@ -1441,7 +1441,7 @@ 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-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
} }
&:nth-child(2) { &:nth-child(2) {
...@@ -1478,7 +1478,7 @@ export default { ...@@ -1478,7 +1478,7 @@ export default {
color: #0e2c6b; color: #0e2c6b;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
} }
} }
.wsxtcy { .wsxtcy {
...@@ -1526,7 +1526,7 @@ export default { ...@@ -1526,7 +1526,7 @@ 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-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #0e2c6b; color: #0e2c6b;
} }
...@@ -1575,11 +1575,11 @@ export default { ...@@ -1575,11 +1575,11 @@ export default {
color: #ffffff; color: #ffffff;
font-size: 22px; font-size: 22px;
margin-bottom: 30px; margin-bottom: 30px;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
.spqqsfz-cate-right { .spqqsfz-cate-right {
cursor: pointer; cursor: pointer;
font-size: 16px; font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
} }
} }
.spqqsfz-cont { .spqqsfz-cont {
...@@ -1665,7 +1665,7 @@ export default { ...@@ -1665,7 +1665,7 @@ export default {
color: #0e2c6b; color: #0e2c6b;
font-size: 22px; font-size: 22px;
padding: 15px 0 15px 20px; padding: 15px 0 15px 20px;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
} }
.djwh-tp { .djwh-tp {
......
...@@ -199,7 +199,7 @@ export default { ...@@ -199,7 +199,7 @@ 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-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
} }
} }
......
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
margin-right: 4px; margin-right: 4px;
cursor: pointer; cursor: pointer;
font-size: 13px; font-size: 13px;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #F26335; color: #F26335;
line-height: 18px; line-height: 18px;
......
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
.showBmtx{ .showBmtx{
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
line-height: 21px; line-height: 21px;
p{ p{
......
...@@ -492,7 +492,7 @@ export default { ...@@ -492,7 +492,7 @@ export default {
margin-right: 4px; margin-right: 4px;
cursor: pointer; cursor: pointer;
font-size: 13px; font-size: 13px;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #F26335; color: #F26335;
line-height: 18px; line-height: 18px;
...@@ -537,7 +537,7 @@ export default { ...@@ -537,7 +537,7 @@ export default {
.knowledge-title{ .knowledge-title{
margin-bottom: 20px; margin-bottom: 20px;
font-size: 18px; font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #0E2C6B; color: #0E2C6B;
line-height: 25px; line-height: 25px;
...@@ -590,7 +590,7 @@ export default { ...@@ -590,7 +590,7 @@ export default {
color: #F26335; color: #F26335;
} }
.card-text{ .card-text{
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
color: #F26335; color: #F26335;
line-height: 21px; line-height: 21px;
ul{ ul{
...@@ -627,7 +627,7 @@ export default { ...@@ -627,7 +627,7 @@ export default {
padding-bottom: 16px; padding-bottom: 16px;
.card-text{ .card-text{
font-size: 15px; font-size: 15px;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #414345; color: #414345;
line-height: 28px; line-height: 28px;
...@@ -700,7 +700,7 @@ export default { ...@@ -700,7 +700,7 @@ export default {
.knowledge-title{ .knowledge-title{
margin-bottom: 20px; margin-bottom: 20px;
font-size: 18px; font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #0E2C6B; color: #0E2C6B;
line-height: 25px; line-height: 25px;
......
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.gs_admin_check { .gs_admin_check {
width: 100%; width: 100%;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
font-weight: 600; font-weight: 600;
.card_wrapper { .card_wrapper {
...@@ -214,7 +214,7 @@ export default { ...@@ -214,7 +214,7 @@ export default {
.nums { .nums {
height: 37px; height: 37px;
font-size: 32px; font-size: 32px;
font-family: ArialRoundedMTBold; font-family: Tahoma;
color: #F26335; color: #F26335;
line-height: 37px; line-height: 37px;
} }
......
...@@ -295,7 +295,7 @@ export default { ...@@ -295,7 +295,7 @@ export default {
.el-button{ .el-button{
font-size: 13px; font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
font-weight: 600; font-weight: 600;
} }
} }
......
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
.gs-admin-ent-info { .gs-admin-ent-info {
width: 100%; width: 100%;
height: 100%; height: 100%;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
font-weight: 600; font-weight: 600;
.card_wrapper { .card_wrapper {
...@@ -235,7 +235,7 @@ export default { ...@@ -235,7 +235,7 @@ export default {
.el-button{ .el-button{
font-size: 13px; font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
font-weight: 600; font-weight: 600;
} }
} }
......
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
.gs-admin-status-change { .gs-admin-status-change {
width: 100%; width: 100%;
height: 100%; height: 100%;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
font-weight: 600; font-weight: 600;
.card_wrapper { .card_wrapper {
...@@ -235,7 +235,7 @@ export default { ...@@ -235,7 +235,7 @@ export default {
.el-button{ .el-button{
font-size: 13px; font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
font-weight: 600; font-weight: 600;
} }
} }
......
...@@ -182,7 +182,7 @@ export default { ...@@ -182,7 +182,7 @@ export default {
.gs-admin-status-change { .gs-admin-status-change {
width: 100%; width: 100%;
height: 100%; height: 100%;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
font-weight: 600; font-weight: 600;
.card_wrapper { .card_wrapper {
...@@ -255,7 +255,7 @@ export default { ...@@ -255,7 +255,7 @@ export default {
.el-button{ .el-button{
font-size: 13px; font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
font-weight: 600; font-weight: 600;
} }
} }
......
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
text-align: center; text-align: center;
color: #F26335; color: #F26335;
font-size: 16px; font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
p{ p{
...@@ -128,12 +128,12 @@ export default { ...@@ -128,12 +128,12 @@ export default {
font-size: 16px; font-size: 16px;
padding: 20px 40px; padding: 20px 40px;
border: 1px solid #F3F3F3; border: 1px solid #F3F3F3;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
} }
.content-list{ .content-list{
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
ul{ ul{
li{ li{
margin-top: 19px; margin-top: 19px;
...@@ -142,7 +142,7 @@ export default { ...@@ -142,7 +142,7 @@ export default {
p:first-child{ p:first-child{
color: #414345; color: #414345;
font-weight:500; font-weight:500;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
} }
p:first-child::before{ p:first-child::before{
content: "●"; content: "●";
......
...@@ -201,7 +201,7 @@ export default { ...@@ -201,7 +201,7 @@ export default {
.div-title{ .div-title{
color: #C1D82F; color: #C1D82F;
font-size: 16px; font-size: 16px;
font-family: PingFangSC-Semibold; // font-family: PingFangSC-Semibold;
white-space: nowrap; white-space: nowrap;
} }
......
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,7 @@ export default {
margin-bottom: 30px; margin-bottom: 30px;
.title{ .title{
font-size: 18px; font-size: 18px;
font-family: PingFangSC-Medium; // font-family: PingFangSC-Medium;
white-space: nowrap; white-space: nowrap;
line-height: 25px; line-height: 25px;
text-align: left; text-align: left;
......
...@@ -247,7 +247,7 @@ export default { ...@@ -247,7 +247,7 @@ export default {
.div-title{ .div-title{
color: #F05587; color: #F05587;
font-size: 16px; font-size: 16px;
font-family: PingFangSC-Semibold; // font-family: PingFangSC-Semibold;
white-space: nowrap; white-space: nowrap;
} }
.div2{ .div2{
...@@ -449,7 +449,7 @@ export default { ...@@ -449,7 +449,7 @@ export default {
overflow-wrap: break-word; overflow-wrap: break-word;
color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);
font-size: 25px; font-size: 25px;
font-family: PangMenZhengDao; // font-family: PangMenZhengDao;
white-space: nowrap; white-space: nowrap;
line-height: 25px; line-height: 25px;
} }
......
...@@ -220,7 +220,7 @@ export default { ...@@ -220,7 +220,7 @@ export default {
.div-title1{ .div-title1{
color: #0E2C6B; color: #0E2C6B;
font-size: 20px; font-size: 20px;
font-family: PingFangSC-Semibold; // font-family: PingFangSC-Semibold;
white-space: nowrap; white-space: nowrap;
font-weight: 500; font-weight: 500;
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
.div-title2{ .div-title2{
color: #0E2C6B; color: #0E2C6B;
font-size: 16px; font-size: 16px;
font-family: PingFangSC-Semibold; // font-family: PingFangSC-Semibold;
white-space: nowrap; white-space: nowrap;
font-weight: 500; font-weight: 500;
} }
......
...@@ -332,7 +332,7 @@ export default { ...@@ -332,7 +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; // font-family: PingFangSC-Medium, PingFang SC;
} }
&:nth-child(2) { &:nth-child(2) {
color: #f26335; color: #f26335;
......
...@@ -173,7 +173,7 @@ export default { ...@@ -173,7 +173,7 @@ export default {
.cate-name { .cate-name {
color: #454545; color: #454545;
font-size: 18px; font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
} }
.alert { .alert {
margin: 30px 0 20px 0; margin: 30px 0 20px 0;
...@@ -192,13 +192,13 @@ export default { ...@@ -192,13 +192,13 @@ export default {
color: #454545; color: #454545;
padding-left: 30px; padding-left: 30px;
padding-right: 30px; padding-right: 30px;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
font-size: 15px; font-size: 15px;
&.active, &.active,
&:hover { &:hover {
border-bottom: 3px solid #f26335; border-bottom: 3px solid #f26335;
color: #04408d; color: #04408d;
font-family: PingFangSC-Semibold, PingFang SC; // font-family: PingFangSC-Semibold, PingFang SC;
} }
} }
} }
......
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
font-size: 14px; font-size: 14px;
.cate-name { .cate-name {
color: #454545; color: #454545;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
} }
.fzzx-list { .fzzx-list {
margin-top: 20px; margin-top: 20px;
......
...@@ -126,7 +126,7 @@ export default {}; ...@@ -126,7 +126,7 @@ export default {};
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -63,7 +63,7 @@ export default {}; ...@@ -63,7 +63,7 @@ export default {};
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
<style lang="scss"> <style lang="scss">
.n-service.partners-case { .n-service.partners-case {
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -39,7 +39,7 @@ export default { ...@@ -39,7 +39,7 @@ export default {
<style lang="scss"> <style lang="scss">
.n-service.partners-case-healthcare { .n-service.partners-case-healthcare {
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
<style lang="scss"> <style lang="scss">
.n-service.partners-case { .n-service.partners-case {
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -135,7 +135,7 @@ export default { ...@@ -135,7 +135,7 @@ export default {
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -290,7 +290,7 @@ export default { ...@@ -290,7 +290,7 @@ export default {
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -86,7 +86,7 @@ export default { ...@@ -86,7 +86,7 @@ export default {
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -448,7 +448,7 @@ export default {}; ...@@ -448,7 +448,7 @@ export default {};
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -58,7 +58,7 @@ export default {}; ...@@ -58,7 +58,7 @@ export default {};
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -53,7 +53,7 @@ export default {}; ...@@ -53,7 +53,7 @@ export default {};
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -20,7 +20,7 @@ export default {}; ...@@ -20,7 +20,7 @@ export default {};
<style lang="scss"> <style lang="scss">
.barcodev { .barcodev {
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 20px 0; margin: 20px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -42,7 +42,7 @@ export default {}; ...@@ -42,7 +42,7 @@ export default {};
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -39,7 +39,7 @@ export default {}; ...@@ -39,7 +39,7 @@ export default {};
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -48,7 +48,7 @@ export default {}; ...@@ -48,7 +48,7 @@ export default {};
} }
p { p {
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
......
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
border-radius: 6px; border-radius: 6px;
padding: 40px; padding: 40px;
text-align: left; text-align: left;
font-family: PingFangSC-Medium, PingFang SC; // font-family: PingFangSC-Medium, PingFang SC;
.header { .header {
height: 24px; height: 24px;
......
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
font-size: 14px; font-size: 14px;
padding: 0.8rem 1rem; padding: 0.8rem 1rem;
color: #666666; color: #666666;
font-family: PingFangSC-Regular, PingFang SC; // font-family: PingFangSC-Regular, PingFang SC;
&.active { &.active {
background: rgba(242, 99, 53, 0.1); background: rgba(242, 99, 53, 0.1);
color: #f26335; color: #f26335;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment