顶部底部自适应
This commit is contained in:
@@ -913,7 +913,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: var(--max-width);
|
max-width: var(--max-width);
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.orico_Page_index .pageMain .oricofixd-info .ofiinfo {
|
.orico_Page_index .pageMain .oricofixd-info .ofiinfo {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
.header-PC #header {
|
.header-PC #header {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
height: 3.75rem;
|
height: 3.75rem;
|
||||||
width: var(--max-width);
|
max-width: var(--max-width);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -14,6 +14,7 @@
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
background: white;
|
background: white;
|
||||||
color: black;
|
color: black;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.header-PC #header .nav1 {
|
.header-PC #header .nav1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user