Commit 36c6fbe5 authored by “yiyousong”'s avatar “yiyousong”

pref:修改页面字体大小

parent c085b0c9
...@@ -361,7 +361,7 @@ ...@@ -361,7 +361,7 @@
} }
.matter-fullName { .matter-fullName {
display: inline-block; display: inline-block;
width: 86px; width: 100px;
height: 30px; height: 30px;
text-align: center; text-align: center;
line-height: 30px; line-height: 30px;
......
...@@ -131,14 +131,12 @@ export default { ...@@ -131,14 +131,12 @@ export default {
} }
.title { .title {
font-size: 28px; font-size: 28px;
font-family: Source Han Sans CN;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
.matter-name { .matter-name {
display: inline-block; display: inline-block;
// width: 1000px; // width: 1000px;
font-size: 20px; font-size: 24px;
font-family: Source Han Sans CN;
line-height: 34px; line-height: 34px;
color: #777777; color: #777777;
// overflow: hidden; // overflow: hidden;
...@@ -185,8 +183,7 @@ export default { ...@@ -185,8 +183,7 @@ export default {
width: 100%; width: 100%;
margin-top: 18px; margin-top: 18px;
margin-bottom: 8px; margin-bottom: 8px;
font-size: 24px; font-size: 28px;
font-family: Source Han Sans CN;
color: #333333; color: #333333;
letter-spacing: 1px; letter-spacing: 1px;
overflow: hidden; overflow: hidden;
...@@ -196,8 +193,7 @@ export default { ...@@ -196,8 +193,7 @@ export default {
} }
.matterDatumList-name { .matterDatumList-name {
width: 100%; width: 100%;
font-size: 18px; font-size: 22px;
font-family: Source Han Sans CN;
color: #777777; color: #777777;
line-height: 30px; line-height: 30px;
letter-spacing: 1px; letter-spacing: 1px;
...@@ -214,7 +210,6 @@ export default { ...@@ -214,7 +210,6 @@ export default {
background-color: #e6effd; background-color: #e6effd;
border-radius: 8px; border-radius: 8px;
font-size: 20px; font-size: 20px;
font-family: Source Han Sans CN;
color: var(--main-theme-color); color: var(--main-theme-color);
text-align: center; text-align: center;
line-height: 50px; line-height: 50px;
......
...@@ -20,7 +20,7 @@ export default {}; ...@@ -20,7 +20,7 @@ export default {};
margin-top: 20px; margin-top: 20px;
margin-bottom: 40px; margin-bottom: 40px;
.count { .count {
font-size: 26px; font-size: 30px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
color: #333333; color: #333333;
} }
......
...@@ -476,26 +476,6 @@ export default { ...@@ -476,26 +476,6 @@ export default {
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }
.tab-box {
width: 340px;
height: 50px;
padding: 3px;
margin-top: 10px;
background: #efe6e6;
border-radius: 8px;
.tab-item {
width: 50%;
height: 100%;
border-radius: 8px;
text-align: center;
font-size: 22px;
color: #333;
cursor: pointer;
}
.active {
background-color: #fff;
}
}
.ranking-list { .ranking-list {
padding: 0px 14px; padding: 0px 14px;
.ranking-item { .ranking-item {
...@@ -503,7 +483,7 @@ export default { ...@@ -503,7 +483,7 @@ export default {
margin-bottom: 10px; margin-bottom: 10px;
line-height: 56px; line-height: 56px;
border-radius: 8px; border-radius: 8px;
font-size: 22px; font-size: 28px;
color: var(--main-theme-color); color: var(--main-theme-color);
letter-spacing: 2px; letter-spacing: 2px;
&:nth-child(2n-1) { &:nth-child(2n-1) {
...@@ -596,7 +576,7 @@ export default { ...@@ -596,7 +576,7 @@ export default {
margin-bottom: 4px; margin-bottom: 4px;
line-height: 45px; line-height: 45px;
border-radius: 8px; border-radius: 8px;
font-size: 20px; font-size: 26px;
color: var(--main-theme-color); color: var(--main-theme-color);
letter-spacing: 2px; letter-spacing: 2px;
&:nth-child(2n) { &:nth-child(2n) {
......
...@@ -238,7 +238,7 @@ export default { ...@@ -238,7 +238,7 @@ export default {
} }
.for-short { .for-short {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 24px; font-size: 28px;
font-weight: 500; font-weight: 500;
line-height: 36px; line-height: 36px;
color: #333333; color: #333333;
...@@ -253,10 +253,10 @@ export default { ...@@ -253,10 +253,10 @@ export default {
} }
.name { .name {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 18px; font-size: 22px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
color: #888888; color: #888888;
line-height: 24px; line-height: 30px;
letter-spacing: 1px; letter-spacing: 1px;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
...@@ -265,7 +265,7 @@ export default { ...@@ -265,7 +265,7 @@ export default {
} }
.materials { .materials {
font-size: 18px; font-size: 20px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
color: #333333; color: #333333;
line-height: 30px; line-height: 30px;
......
...@@ -253,11 +253,11 @@ export default { ...@@ -253,11 +253,11 @@ export default {
color: var(--main-theme-color); color: var(--main-theme-color);
position: absolute; position: absolute;
right: 28px; right: 28px;
cursor: pointer;
} }
.apply-num { .apply-num {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 18px; font-size: 18px;
font-family: Source Han Sans CN;
color: #666666; color: #666666;
} }
.matter-name { .matter-name {
...@@ -267,13 +267,14 @@ export default { ...@@ -267,13 +267,14 @@ export default {
background: #f2f6fe; background: #f2f6fe;
border-radius: 4px; border-radius: 4px;
line-height: 38px; line-height: 38px;
font-size: 22px;
color: var(--main-theme-color); color: var(--main-theme-color);
} }
.materails-item { .materails-item {
height: 42px; height: 42px;
line-height: 40px; line-height: 40px;
font-size: 18px; font-size: 22px;
font-family: Source Han Sans CN; cursor: pointer;
color: #333333; color: #333333;
} }
.line { .line {
...@@ -311,7 +312,6 @@ export default { ...@@ -311,7 +312,6 @@ export default {
box-shadow: 6px -1px 10px 0px rgba(11, 92, 233, 0.11); box-shadow: 6px -1px 10px 0px rgba(11, 92, 233, 0.11);
border-radius: 0px 38px 8px 0px; border-radius: 0px 38px 8px 0px;
font-size: 24px; font-size: 24px;
font-family: Source Han Sans CN;
color: #ffffff; color: #ffffff;
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
...@@ -335,15 +335,13 @@ export default { ...@@ -335,15 +335,13 @@ export default {
// } // }
} }
.short { .short {
font-size: 26px; font-size: 34px;
font-family: Source Han Sans CN;
color: var(--main-theme-color); color: var(--main-theme-color);
} }
.full-name { .full-name {
margin-top: 10px; margin-top: 10px;
margin-bottom: 24px; margin-bottom: 24px;
font-size: 20px; font-size: 30px;
font-family: Source Han Sans CN;
color: #888888; color: #888888;
} }
// .preview-img { // .preview-img {
......
...@@ -68,7 +68,7 @@ export default { ...@@ -68,7 +68,7 @@ export default {
} }
.dept-item { .dept-item {
text-align: center; text-align: center;
font-size: 26px; font-size: 30px;
color: #333333; color: #333333;
cursor: pointer; cursor: pointer;
.dept-name { .dept-name {
......
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