/* You can add global styles to this file, and also import other style files */ @import '../node_modules/bootstrap/scss/bootstrap'; body{ background: #eee; } // 自定义 navBar 背景色 .bg-light-self { background-color: rgb(141, 198, 248) !important; } .bg-white { background-color: #fff!important; } // navBar 第一栏字体放大 .nav-text-lg { font-size: 1.5rem; } // 按钮圆角 .btn-border { border-radius: 1rem; } .border-circle, .border-circle * { border-radius: 0.5rem; } .border-circle { // background-color: #eee; } .border-circle * { border-radius: 0.5rem; // border-style:none !important; // background-color: #fff; }