将导航栏组件中的固定字体大小值替换为统一的 $text-xl 变量,提高样式可维护性
@ -221,14 +221,14 @@
}
&__text {
font-size: 15px;
font-size: $text-xl;
margin-left: 3px;
&__title {
text-align: center;
font-size: 16px;
color: $uv-main-color;
@ -236,7 +236,7 @@
right: 0;