布丁撞奶茶 6 meses atrás
pai
commit
89964d8b2f

+ 2 - 2
travel-app/src/app/edittag/edittag.component.scss

@@ -10,8 +10,8 @@
 }
 
 ion-item {
-  --background: #fefae0;
-  --color: #d6ccc2;
+  --background: #d6ccc2;
+  --color: black;
   --min-height: 80px;
   display: flex;
   flex-direction: column;

+ 5 - 4
travel-app/src/app/tab1/tab1.page.scss

@@ -39,13 +39,14 @@ ion-toolbar {
   padding: 16px;
   overflow: hidden; // 确保内容不会超出圆角区域
 }
-
+.ion-content {
+  background-color: #f5ebe0;
+}
 .content-container {
   display: flex;
   flex-direction: column;
   width: 100%; // 使用100%宽度而不是fit-content
-  border-radius: 20px; // 设置圆角
-  background-color: rgba(255, 255, 255, 0.2); /* 半透明的白色背景 */
+  background-color: #f5ebe0; /* 半透明的白色背景 */
   padding: 1px; /* 减少内边距以避免间隔过大 */
   box-shadow: none;
   margin: 0 auto;
@@ -75,7 +76,7 @@ ion-toolbar {
   flex-wrap: wrap;
   justify-content: space-around;
   padding: 10px;
-
+  background-color: #f5ebe0;
   img {
     width: 100%;
     border-radius: 8px;