Commit d2083f9c by Tang

Merge remote-tracking branch 'origin/master'

parents 6711a0d4 5dfa2331
VUE_APP_CURRENTMODE = "development" VUE_APP_CURRENTMODE = "development"
VUE_APP_HOST_URL = "https://icommunity.thed3chain.com:5443" VUE_APP_HOST_URL = "http://81.68.189.225:9091"
VUE_APP_LOG = true VUE_APP_LOG = true
\ No newline at end of file
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
font-family: 'PingFangSC-Medium'; font-family: 'PingFangSC-Medium';
src: url('../font/PingFangSC-Medium.ttf'); src: url('../font/PingFangSC-Medium.ttf');
} }
@font-face {
font-family: 'PingFangSC-Semibold';
src: url('../font/PingFangSC-Semibold.otf');
}
html, html,
body, body,
......
...@@ -99,6 +99,9 @@ export default { ...@@ -99,6 +99,9 @@ export default {
flex-wrap: wrap; flex-wrap: wrap;
div{ div{
margin-right: 20px; margin-right: 20px;
color: #0E2C6B;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
&:last-child{ &:last-child{
margin-right: 0; margin-right: 0;
} }
...@@ -109,6 +112,7 @@ export default { ...@@ -109,6 +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;
} }
} }
.qrcode { .qrcode {
......
...@@ -173,6 +173,7 @@ export default { ...@@ -173,6 +173,7 @@ export default {
.cate-name { .cate-name {
color: #454545; color: #454545;
font-size: 18px; font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
} }
.alert { .alert {
margin: 30px 0 20px 0; margin: 30px 0 20px 0;
...@@ -191,10 +192,13 @@ export default { ...@@ -191,10 +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-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;
} }
} }
} }
......
...@@ -41,6 +41,7 @@ export default { ...@@ -41,6 +41,7 @@ export default {
font-size: 14px; font-size: 14px;
.cate-name { .cate-name {
color: #454545; color: #454545;
font-family: PingFangSC-Medium, PingFang SC;
} }
.fzzx-list { .fzzx-list {
margin-top: 20px; margin-top: 20px;
......
...@@ -82,6 +82,8 @@ export default { ...@@ -82,6 +82,8 @@ export default {
border: 0; border: 0;
font-size: 14px; font-size: 14px;
padding: 0.8rem 1rem; padding: 0.8rem 1rem;
color: #666666;
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