简历制作111
This commit is contained in:
@@ -90,6 +90,10 @@ const handleScrollToLower = () => {
|
||||
width: 100vw;
|
||||
height: calc(100% - var(--window-bottom));
|
||||
overflow: hidden;
|
||||
/* H5环境安全区域适配 */
|
||||
/* #ifdef H5 */
|
||||
height: 100vh;
|
||||
/* #endif */
|
||||
}
|
||||
.app-container {
|
||||
// background-image: url('@/static/icon/background2.png');
|
||||
@@ -140,7 +144,13 @@ const handleScrollToLower = () => {
|
||||
.container-main {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
padding-bottom: 20rpx;
|
||||
}
|
||||
/* #ifdef H5 */
|
||||
.container-main {
|
||||
padding-bottom: 120rpx!important;
|
||||
}
|
||||
/* #endif */
|
||||
|
||||
.main-scroll {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user