diff --git a/src/app/app.component.html b/src/app/app.component.html index b5c0ce5..8702d50 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,43 +1,41 @@ - - + + {{ 'APP_TITLE' | translate }} + + + + + {{ 'language' | translate }} + - - - - - - {{ 'forum.name' | translate }} - - - {{ 'visitor.name' | translate }} - - - {{ 'score.name' | translate }} - - - - - - - {{ 'language' | translate }} - - - - {{ 'chinese' | translate }} - {{ 'english' | translate }} + + {{ 'chinese' | translate }} + {{ 'english' | translate }} + - + - - - - - {{'button.logout'|translate}} + + + + + {{ 'forum.name' | translate }} + + + {{ 'visitor.name' | translate }} + + + {{ 'score.name' | translate }} + + + {{'button.logout'|translate}} + + - + \ No newline at end of file diff --git a/src/styles.scss b/src/styles.scss index 1e616f6..efafdd0 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,2 +1,17 @@ /* You can add global styles to this file, and also import other style files */ @import '../node_modules/bootstrap/scss/bootstrap'; + +// 自定义 navBar 背景色 +.bg-light { + background-color: rgb(141, 198, 248) !important; +} + +// navBar 第一栏字体放大 +.nav-text-lg { + font-size: 1.5rem; +} + +// 按钮圆角 +.btn-border { + border-radius: 1rem; +} \ No newline at end of file