活动规则配置
This commit is contained in:
parent
e32dc97148
commit
6c54f085fe
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<wd-popup v-model="show" @close="cancle">
|
<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
|
<view
|
||||||
v-if="istype == 'guize'"
|
v-if="istype == 'guize'"
|
||||||
class="gz plr50 f26 pos"
|
class="gz plr50 f26 pos"
|
||||||
|
@ -26,6 +26,14 @@
|
||||||
500元不等。活动名额有限,先领先得。
|
500元不等。活动名额有限,先领先得。
|
||||||
</view>
|
</view>
|
||||||
</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>
|
</view>
|
||||||
<view v-if="istype == 'iszj'" class="iszj flex_column flex_items" @tap.stop="gonone">
|
<view v-if="istype == 'iszj'" class="iszj flex_column flex_items" @tap.stop="gonone">
|
||||||
|
@ -192,7 +200,7 @@ function goout() {
|
||||||
function gonone() {}
|
function gonone() {}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss">
|
||||||
@use '../index.scss';
|
@use '../index.scss';
|
||||||
.gz {
|
.gz {
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
|
@ -202,7 +210,7 @@ function gonone() {}
|
||||||
}
|
}
|
||||||
|
|
||||||
.gznei {
|
.gznei {
|
||||||
margin-top: 40rpx;
|
margin-top: 80rpx;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,3 +23,6 @@ page {
|
||||||
.login .wd-tabs__line {
|
.login .wd-tabs__line {
|
||||||
background: #ff4a3e !important;
|
background: #ff4a3e !important;
|
||||||
}
|
}
|
||||||
|
.wd-popup {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue