update rule btn
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<div class="entry-page relative min-h-screen flex flex-col items-center overflow-hidden">
|
||||
<div class="fixed left-0 top-30 z-20">
|
||||
<img src="/entry/rule_btn.png" alt="活动规则" class="h-16 select-none" />
|
||||
</div>
|
||||
<button class="fixed left-0 top-30 z-20 active:scale-98 transition" @click="goRule">
|
||||
<img src="/entry/rule_btn.png" alt="活动规则" class="h-24 select-none" />
|
||||
</button>
|
||||
|
||||
<div class="relative z-10 flex flex-col items-center w-full px-2 pt-4 pb-16 gap-5">
|
||||
<img src="/entry/content.png" alt="宁福您彩 新婚送福" class="w-full" />
|
||||
|
|
@ -30,6 +30,10 @@ const goClaim = () => {
|
|||
const goRedeem = () => {
|
||||
window.location.href = 'https://fucai-redeem.smartjinrui.cn'
|
||||
}
|
||||
|
||||
const goRule = () => {
|
||||
window.location.href = 'https://fucai-redeem.smartjinrui.cn/#/Rule'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
|
|
|||