修改背景 颜色 #fff 为 FAFAFA
This commit is contained in:
@@ -75,7 +75,7 @@ export default defineAppConfig({
|
||||
backgroundTextStyle: "light",
|
||||
navigationBarBackgroundColor: "#fff",
|
||||
navigationBarTextStyle: "black",
|
||||
backgroundColor: "#fff",
|
||||
backgroundColor: "#FAFAFA",
|
||||
},
|
||||
permission: {
|
||||
"scope.userLocation": {
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
page {
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
background-color: #fff;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
#app {
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
.detail-page {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #FAFAFA;
|
||||
// padding-bottom: env(safe-area-inset-bottom);
|
||||
|
||||
.custom-navbar {
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
.listSearchContainer {
|
||||
padding: 0 15px;
|
||||
padding-top: 16px;
|
||||
background-color: #FAFAFA;
|
||||
min-height: 100vh;
|
||||
|
||||
.icon16 {
|
||||
width: 16px;
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
.searchResultPage {
|
||||
position: relative;
|
||||
background-color: #FAFAFA;
|
||||
min-height: 100vh;
|
||||
|
||||
.searchResultFilterWrapper {
|
||||
position: sticky;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
.posterContainer {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: linear-gradient(180deg, #fff 0%, #fafafa 100%), #fff;
|
||||
background: linear-gradient(180deg, #FAFAFA 0%, #fafafa 100%), #FAFAFA;
|
||||
padding: 100px 20px 40px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
.home_page {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #ffffff;
|
||||
background: #FAFAFA;
|
||||
|
||||
|
||||
// 分类标签区
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #FFFFFF;
|
||||
background: #FAFAFA;
|
||||
|
||||
// 顶部导航栏
|
||||
.navbar {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
circle at 50% 0,
|
||||
/* 光晕圆心在顶部中间 */ rgba(191, 255, 239, 0.9) 0px,
|
||||
/* 中间更深的浅蓝 */ rgba(191, 255, 239, 0.5) 200px,
|
||||
/* 100px 处开始淡化 */ #fff 300px,
|
||||
/* 到 200px 变成白色 */ #fff 100% /* 200px 以下全白 */
|
||||
/* 100px 处开始淡化 */ #FAFAFA 300px,
|
||||
/* 到 200px 变成白色 */ #FAFAFA 100% /* 200px 以下全白 */
|
||||
);
|
||||
position: relative;
|
||||
// overflow: hidden;
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #FAFAFA;
|
||||
|
||||
// 导航栏内容
|
||||
.navbar_content {
|
||||
|
||||
Reference in New Issue
Block a user