Commit 78ced459 by 林家欣

引入苹方-简 苹方-中黑字体

parent fcbfa2ce
@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,
......
...@@ -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;
......
...@@ -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;
} }
} }
} }
......
...@@ -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 {
......
...@@ -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;
} }
} }
} }
......
...@@ -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;
......
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