活动规则配置

This commit is contained in:
lf 2024-06-19 17:13:34 +08:00
parent e32dc97148
commit 6c54f085fe
2 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<template>
<wd-popup v-model="show" @close="cancle">
<view class="flex_items flex_center" style="width: 100%; height: 315px">
<view class="flex_items flex_center" style="width: 375px; height: 540px">
<view
v-if="istype == 'guize'"
class="gz plr50 f26 pos"
@ -26,6 +26,14 @@
500元不等活动名额有限先领先得
</view>
</view>
<view style="width: 100%; height: 40rpx"></view>
<view
@click="cancle"
class="flex_items flex_center abs"
style="width: 100%; bottom: -70rpx; left: 0"
>
<image class="" :src="close" style="width: 45rpx; height: 45rpx" mode=""></image>
</view>
</view>
</view>
<view v-if="istype == 'iszj'" class="iszj flex_column flex_items" @tap.stop="gonone">
@ -192,7 +200,7 @@ function goout() {
function gonone() {}
</script>
<style lang="scss" scoped>
<style lang="scss">
@use '../index.scss';
.gz {
height: 100% !important;
@ -202,7 +210,7 @@ function gonone() {}
}
.gznei {
margin-top: 40rpx;
margin-top: 80rpx;
overflow-x: hidden;
overflow-y: auto;
}

View File

@ -23,3 +23,6 @@ page {
.login .wd-tabs__line {
background: #ff4a3e !important;
}
.wd-popup {
background-color: transparent !important;
}