|
@@ -257,17 +257,22 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ //选中
|
|
|
@font-face {
|
|
|
font-family: 'NotoSans-Bold-5';
|
|
|
src: url('../../styles/font/Noto-sans/NotoSans-Bold-5.ttf'); /* 字体文件路径 */
|
|
|
}
|
|
|
+ //为选中
|
|
|
+ @font-face {
|
|
|
+ font-family: 'NotoSans-Regular-2';
|
|
|
+ src: url('../../styles/font/Noto-sans/NotoSans-Regular-2.ttf'); /* 字体文件路径 */
|
|
|
+ }
|
|
|
|
|
|
.tab-bar {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
margin-top: 28rpx;
|
|
|
- font-family: 'NotoSans-Bold-5', sans-serif;
|
|
|
+ font-family: 'NotoSans-Regular-2', sans-serif;
|
|
|
}
|
|
|
|
|
|
.tab-item {
|
|
@@ -284,6 +289,7 @@
|
|
|
color: #67806A;
|
|
|
font-size: 32rpx;
|
|
|
font-weight: 500;
|
|
|
+ font-family: 'NotoSans-Bold-5', sans-serif;
|
|
|
}
|
|
|
|
|
|
.tab-item.active::after {
|
|
@@ -296,7 +302,6 @@
|
|
|
height: 6rpx;
|
|
|
background-color: #67806A;
|
|
|
border-radius: 4rpx;
|
|
|
-
|
|
|
|
|
|
}
|
|
|
|