|
@@ -306,7 +306,13 @@ async function handleShowPoster(item){
|
|
min-height: 95vh;
|
|
min-height: 95vh;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
+ padding-bottom: 130px;
|
|
.bot-btns{
|
|
.bot-btns{
|
|
|
|
+ position: fixed;
|
|
|
|
+ left: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ z-index: 99;
|
|
padding: 20px 0;
|
|
padding: 20px 0;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -441,6 +447,7 @@ async function handleShowPoster(item){
|
|
|
|
|
|
@media screen and (min-width:$media-width){
|
|
@media screen and (min-width:$media-width){
|
|
.report-chapterlist-page{
|
|
.report-chapterlist-page{
|
|
|
|
+ padding-bottom: 80px;
|
|
.bot-btns{
|
|
.bot-btns{
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
}
|
|
}
|