修改背景 颜色 #fff 为 FAFAFA
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user