Commit b34c2da0 by 林家欣

修改首页字体大小

parent e32e9497
...@@ -23,11 +23,11 @@ export default { ...@@ -23,11 +23,11 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.list { .list {
margin: 0; margin: 0;
padding: 6px 0; padding: 7.5px 0;
.row { .row {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 9.5px 0; padding: 12.5px 0;
margin: 0; margin: 0;
cursor: pointer; cursor: pointer;
.li { .li {
......
...@@ -27,7 +27,7 @@ export default { ...@@ -27,7 +27,7 @@ export default {
.row { .row {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 6px 0; padding: 7.5px 0;
margin: 0; margin: 0;
.li { .li {
flex: 1; flex: 1;
......
...@@ -1359,7 +1359,7 @@ export default { ...@@ -1359,7 +1359,7 @@ export default {
} }
.cate { .cate {
color: #0e2c6b; color: #0e2c6b;
font-size: 28px; font-size: 22px;
margin-bottom: 30px; margin-bottom: 30px;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
} }
...@@ -1425,6 +1425,7 @@ export default { ...@@ -1425,6 +1425,7 @@ export default {
color: #0e2c6b; color: #0e2c6b;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
font-family: PingFangSC-Medium, PingFang SC;
} }
} }
.wsxtcy { .wsxtcy {
...@@ -1519,7 +1520,7 @@ export default { ...@@ -1519,7 +1520,7 @@ export default {
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap; flex-wrap: wrap;
color: #ffffff; color: #ffffff;
font-size: 24px; 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 {
...@@ -1605,7 +1606,7 @@ export default { ...@@ -1605,7 +1606,7 @@ export default {
} }
.home-bottom-cate { .home-bottom-cate {
color: #0e2c6b; color: #0e2c6b;
font-size: 16px; 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
......
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