一体机放大效果开发

This commit is contained in:
冯辉
2026-03-12 17:10:34 +08:00
parent 0c63175816
commit e7ef23ad5d
83 changed files with 3034 additions and 2899 deletions

View File

@@ -538,7 +538,7 @@ onMounted(() => {
/* #ifdef H5 */
height: calc(100vh - var(--window-top) - var(--status-bar-height) - var(--window-bottom));
background: url('@/static/icon/background2.png') 0 0 no-repeat;
background-size: 100% 728rpx;
background-size: 100% 1092rpx;
/* #endif */
/* #ifdef MP-WEIXIN */
height: 100vh;
@@ -557,7 +557,7 @@ onMounted(() => {
top: 0;
left: 0;
width: 100%;
height: 728rpx;
height: 1092rpx;
z-index: 0;
}
/* #endif */