diff --git a/App.vue b/App.vue
index 5f04f10..e614b74 100644
--- a/App.vue
+++ b/App.vue
@@ -1,185 +1,221 @@
-
-
+
+ // 设置整个项目的背景色
+ page {
+ background-color: #f5f5f5;
+ }
+
+ .uni-navbar__header-btns-right {
+ min-width: 120rpx;
+ width: auto !important;
+ }
+
+ /* #endif */
+ .uni-nav-bar-text {
+ font-weight: bold;
+ font-size: 36rpx !important;
+ }
+
+ .example-info {
+ font-size: 14px;
+ color: #333;
+ padding: 10px;
+ }
+
+ .twoline {
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+ overflow: hidden;
+ }
+
+ .oneline {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
+
+ .uni-navbar .uniui-left {
+ font-weight: bold;
+ font-size: 50rpx !important;
+ }
+
+ ::-webkit-scrollbar {
+ display: none;
+ }
+
+ .status_bar {
+ height: var(--status-bar-height);
+ background-color: #eeeeee;
+ }
+
+ .navbox {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ height: calc(var(--status-bar-height) + 44px);
+ z-index: 9999;
+ }
+
\ No newline at end of file