|
@@ -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;
|