|
@@ -155,6 +155,7 @@ body {
|
|
|
padding-top: 23px;
|
|
|
position: fixed;
|
|
|
background-color: #FFF;
|
|
|
+ z-index: 999;
|
|
|
}
|
|
|
|
|
|
.box_fwdt {
|
|
@@ -578,6 +579,7 @@ body {
|
|
|
background-color: #FFF;
|
|
|
left: 0;
|
|
|
padding: 10px 1% 10px;
|
|
|
+ z-index: 999;
|
|
|
}
|
|
|
|
|
|
.show-fifth {
|
|
@@ -823,7 +825,9 @@ body {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- border-bottom: 1px solid #CCCCCC;position: fixed;
|
|
|
+ border-bottom: 1px solid #CCCCCC;
|
|
|
+ position: fixed;
|
|
|
+ z-index: 999;
|
|
|
background-color: #fff;
|
|
|
left: 0;
|
|
|
padding: 10px 10px 10px 18px;
|
|
@@ -834,7 +838,9 @@ body {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- border-bottom: 1px solid #CCCCCC;position: fixed;
|
|
|
+ border-bottom: 1px solid #CCCCCC;
|
|
|
+ position: fixed;
|
|
|
+ z-index: 999;
|
|
|
background-color: #fff;
|
|
|
left: 0;
|
|
|
padding: 10px 10px 10px 18px;
|