Commit 78ced459 by 林家欣

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

parent fcbfa2ce
@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');
}
html,
body,
......@@ -31,7 +39,7 @@ body,
body {
font-size: 12px;
font-family: PingFangSC-Regular, sans-serif;
font-family: PingFangSC-Regular, PingFang SC;
}
h1,
h2,
......
......@@ -76,6 +76,8 @@ export default {
font-size: 16px;
margin-bottom: 10px;
margin-top: 30px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
}
.foot-line {
height: 1px;
......
......@@ -73,6 +73,7 @@ export default {
span{
color: #F26335;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
}
}
}
......
......@@ -1331,6 +1331,7 @@ export default {
}
}
.nav-tabs {
font-size: 16px;
.nav-item {
&:last-child {
span {
......@@ -1340,14 +1341,15 @@ export default {
}
.nav-link {
border: 0;
color: #454545;
color: rgba(14, 44, 107, 1);
width: 100%;
padding: 0;
padding-bottom: 10px;
&.active,
&:hover {
border-bottom: 3px solid #f26335;
color: #04408d;
color: rgba(242, 99, 53, 1);
font-weight: 600;
}
span {
display: inline-block;
......@@ -1359,6 +1361,7 @@ export default {
color: #0e2c6b;
font-size: 28px;
margin-bottom: 30px;
font-family: PingFangSC-Medium, PingFang SC;
}
.ywdt {
.row {
......@@ -1385,6 +1388,8 @@ export default {
&:nth-child(1) {
color: #0e2c6b;
font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
}
&:nth-child(2) {
color: #0e2c6b;
......@@ -1467,6 +1472,9 @@ export default {
.dzfw-bt {
font-size: 12px;
margin-top: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #0E2C6B;
}
}
}
......@@ -1507,13 +1515,17 @@ export default {
background-position: center;
.spqqsfz-cate {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
color: #ffffff;
font-size: 24px;
margin-bottom: 30px;
font-family: PingFangSC-Medium, PingFang SC;
.spqqsfz-cate-right {
cursor: pointer;
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
}
}
.spqqsfz-cont {
......@@ -1595,6 +1607,8 @@ export default {
color: #0e2c6b;
font-size: 16px;
padding: 15px 0 15px 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500
}
.djwh-tp {
img {
......
......@@ -77,7 +77,7 @@
role="tabpanel"
aria-labelledby="profile-tab"
>
222
<sousuoList />
</div>
</div>
</div>
......@@ -199,6 +199,8 @@ export default {
&:hover {
border-bottom: 4px solid #f26335;
color: #f26335;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
}
}
}
......
......@@ -332,6 +332,7 @@ export default {
&:nth-child(1) {
font-size: 18px;
color: #0e2c6b;
font-family: PingFangSC-Medium, PingFang SC;
}
&:nth-child(2) {
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