修改标题文字大小

main
JayChou 3 weeks ago
parent 3991cdbed9
commit 2b3f31c67a
  1. 3
      src/layout/knowledgePage.vue
  2. 3
      src/layout/loginPage.vue
  3. 3
      src/layout/spacePage.vue
  4. 3
      src/layout/studyPage.vue

@ -153,7 +153,8 @@ onMounted(() => { getKnowledge() });
width: 100%;
height: 75px;
text-align: center;
font-size: 42px;
font-size: 32px;
line-height: 75px;
font-style: italic;
background: url("@/assets/images/topbgc.png") no-repeat;

@ -637,7 +637,8 @@ onMounted(() => {
width: 100%;
// height: 75px;
text-align: center;
font-size: 42px;
font-size: 32px;
line-height: 75px;
font-style: italic;
background: url("../assets/images/topbgc.png") no-repeat;

@ -311,7 +311,8 @@ const logoutEvent = async () => {
width: 100%;
height: 75px;
text-align: center;
font-size: 42px;
font-size: 32px;
line-height: 75px;
font-style: italic;
background: url("../assets/images/topbgc.png") no-repeat;

@ -201,7 +201,8 @@ const saveScore = async () => {
width: 100%;
height: 75px;
text-align: center;
font-size: 42px;
font-size: 32px;
line-height: 75px;
font-style: italic;
background: url("../assets/images/topbgc.png") no-repeat;

Loading…
Cancel
Save