张含笑
2025-10-24 ecdc7f910ae6228b01d221d42fa6437ceed04dda
feat:修改背景颜色
1 files modified
19 ■■■■ changed files
src/App.vue 19 ●●●● patch | view | raw | blame | history
src/App.vue
@@ -30,12 +30,12 @@
@import "uview-plus/index.scss";
@import "@/static/styles/common.scss";
page {
  background-image: url('~@/static/images/user/allBg.svg');
  background-size: cover;
  background-image: url('~@/static/images/user/allBg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  // min-height: 10vh;
}
.uni-tabbar__item:nth-child(4) {
  .uni-tabbar__bd {
@@ -46,4 +46,13 @@
    }
  }
}
.uni-page-head__title {
 font-family: Source Han Sans CN, Source Han Sans CN !important;
 font-weight: 400 !important;
 font-size: 17px !important;
 color: #222324 !important;
}
.uni-page-head {
    background-image: url(/drone-app/src/static/images/user/allBg.svg) !important;
}
</style>