diff --git a/src/global.scss b/src/global.scss index 501989d..88735c5 100644 --- a/src/global.scss +++ b/src/global.scss @@ -93,12 +93,13 @@ html { display: none; } -/*页面加载*/ +// 营销 H5 全局样式 +// 页面加载 .pageNoneLoading_Vant { margin-top: 200px; } -/*点击遮罩loading*/ +// 点击遮罩loading .overlayLoadBody { background-color: rgba(0, 0, 0, 0) !important; display: flex; @@ -120,4 +121,18 @@ html { background: #e8eaec !important; } +// 底部滑出输入框 +.inputPopup { + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; + .inputModalTitle { + + } + .inputModalContent { + margin-bottom: 20px; + } +} + diff --git a/src/views/pages/comProduct/index.vue b/src/views/pages/comProduct/index.vue index bef0f03..9d52e85 100644 --- a/src/views/pages/comProduct/index.vue +++ b/src/views/pages/comProduct/index.vue @@ -64,14 +64,15 @@ v-model:show="inputModalShow" closeable position="bottom" - :style="{ height: '30%' }" - class="inputModal" + :style="{ height: '40%' }" + class="inputPopup" > -
标题
+{{ getModalTitle }}