This commit is contained in:
liuyalei 2022-08-18 10:38:29 +08:00
commit de1cc8b78a
1 changed files with 4 additions and 2 deletions

View File

@ -405,9 +405,11 @@
} }
.detailBottom { .detailBottom {
position: absolute; position: fixed;
width: 100%; width: 100%;
bottom: 1px; bottom: 0px;
background: #FFFFFF;
z-index: 10;
.bottom_box { .bottom_box {
width: 50%; width: 50%;