/* 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; }