@@ -84,11 +84,17 @@ uni-page-refresh {
height: 100%;
}
-//默认返回按钮背景颜色
+//默认返回按钮样式
:deep(.uni-page-head-btn) {
background-color: rgba(0, 0, 0, 0) !important;
+//默认头部导航title样式
+:deep(.uni-page-head__title) {
+ font-size: 16px;
+ font-weight: bold;
+}
+
//uview-plus导航栏title样式
:deep(.u-navbar__content__title) {
font-size: 16px;