|
@@ -21,4 +21,37 @@
|
|
|
|
|
|
.module-group-chat {
|
|
|
background-color: #90EE90; // 设置群聊模块颜色
|
|
|
+ }
|
|
|
+ ion-content {
|
|
|
+ --background: linear-gradient(to bottom, #FFD700, #FFE5B4); /* 舒适的金色背景 */
|
|
|
+
|
|
|
+ .top-section, .middle-section, .bottom-section {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .module {
|
|
|
+ --background: #fff;
|
|
|
+ --ion-card-background: #fff;
|
|
|
+ border-radius: 10px;
|
|
|
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
|
+
|
|
|
+ ion-card-header {
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+
|
|
|
+ ion-card-content {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #666;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .footer-image {
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+ display: block;
|
|
|
+ margin-top: 20px;
|
|
|
+ border-radius: 10px;
|
|
|
+ }
|
|
|
}
|