From d3b3262835502c091d88883145cb9606a6e1af7f Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 08 七月 2024 09:09:11 +0800 Subject: [PATCH] update 自定义发行 --- common/global.scss | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/common/global.scss b/common/global.scss index c06dcfa..4a682d6 100644 --- a/common/global.scss +++ b/common/global.scss @@ -62,9 +62,20 @@ background: #fff; } +.component-bg{ + position: absolute; + left: 0; + right: 0; + bottom: 0; + top: 0; + width: 100%; + height: 100; + height: 100%; + z-index: -1; +} .component-popup_input{ margin: 0 auto; - margin-top: calc(50% + 200rpx); + margin-top: 160rpx; // margin-left: 78rpx - 26rpx; width: 594rpx; -- Gitblit v1.9.3