|
@@ -1,8 +1,5 @@
|
|
|
ion-content {
|
|
|
- background-image: url('https://app.fmode.cn/dev/jxnu/202226701038/bg.jpg');
|
|
|
- background-size: cover; /* 使背景图像覆盖整个区域 */
|
|
|
- background-position: center; /* 将背景图像居中 */
|
|
|
- background-repeat: no-repeat; /* 不重复背景图像 */
|
|
|
+ --background: #f4f4f4; /* 设置页面背景色 */
|
|
|
}
|
|
|
|
|
|
ion-avatar {
|