123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- <template>
- <view>
- <!-- 上段 -->
- <view class="topImgBox">
- <image src="@/static/LDY/bj1.png" class="img1"></image>
- <view class="tobBox">
- <view class="tex1">
- 张家/李家婚宴
- </view>
- <view class="tex1" style="margin-top: 32rpx;">
- 2024年7月22日 甲辰年大暑节气第一天
- </view>
- </view>
- </view>
- <!-- 中段 -->
- <view class="topImgBox1">
- <view class="" style="text-align: center;">
- <image
- src="http://gips3.baidu.com/it/u=3886271102,3123389489&fm=3028&app=3028&f=JPEG&fmt=auto?w=1280&h=960"
- class="img1s"></image>
- </view>
- <view class="tobBox">
- <image src="@/static/LDY/bj2.png" class="img1"></image>
- </view>
- </view>
- <!-- 下段 -->
- <view class="bottomImgBox">
- <image src="@/static/LDY/bj3.png" class="img2"></image>
- <view class="bottomBox">
- <!-- 新人信息 -->
- <view class="box1">
- <view class="XianT">
- <!-- 模拟上边框 -->
- </view>
- <view class="box1s">
- </view>
- <view class="XianB">
- <!-- 模拟下边框 -->
- </view>
- </view>
- <!-- 领取红包 -->
- <!-- 新人信息 -->
- <view class="box2">
- <view class="XianT">
- <!-- 模拟上边框 -->
- </view>
- <view class="box1s">
- <view class="tex1">
- 新郎“杨光志” 新娘“张可”
- </view>
- <view class="tex1" style="margin-top: 20rpx;">
- 送您一个花神红包,请点击领取
- </view>
- <view class="" style="font-size: 0;">
- <image class="imgs" src="@/static/LDY/hongBao1.gif" mode="" @click="show=true"></image>
- </view>
- </view>
- <view class="XianB">
- <!-- 模拟下边框 -->
- </view>
- </view>
- </view>
- </view>
- <!-- 迎接花神弹窗 -->
- <up-popup :show="show" mode="center" bgColor='transparent'>
- <view class="pop">
- <view class="flexa" style="font-size: 0;width: 200rpx;margin: 0 auto;">
- <image class="img" src="@/static/jieqi/1.png" mode=""></image>
- <image class="img" src="@/static/jieqi/1.png" mode=""></image>
- </view>
- <view class="btnBox" >
- <image class="btnImg" src="@/static/LDY/btn.png"></image>
- <view class="btnTex" @click="btnFn">
- 迎接
- </view>
- </view>
- </view>
- </up-popup>
- </view>
- </template>
- <script setup>
- import {
- ref,
- reactive
- } from 'vue'
- import {
- HTTP
- } from '@/api/http.js'
- import {
- onShow,
- onLoad,
- onReachBottom
- } from '@dcloudio/uni-app'
- import {
- jieqiFn
- } from '@/config' //返回节气样式(a,b),a是节气名称,b是类型,1是返回背景颜色,2是返回边框颜色,3是返回字体颜色
- const show=ref(false)
- // 点击迎接按钮
- const btnFn=()=>{
- uni.navigateTo({
- url:'/pages/LDY/LDYtianXie'
- })
- }
- </script>
- <style lang="scss" scoped>
- page {
- background: #f6f6f6;
- }
- // 上半段
- .topImgBox {
- position: relative;
- font-size: 0;
- .img1 {
- width: 750rpx;
- height: 360rpx;
- }
- .tobBox {
- position: absolute;
- top: 0;
- left: 0;
- width: 750rpx;
- height: 360rpx;
- // background: rgba(0, 0, 0, 0.6);
- padding-top: 218rpx;
- .tex1 {
- font-weight: 600;
- font-size: 32rpx;
- color: #FFBB46;
- text-align: center;
- }
- }
- }
- // 中段
- .topImgBox1 {
- position: relative;
- font-size: 0;
- width: 750rpx;
- height: 680rpx;
- .img1s {
- width: 640rpx;
- height: 666rpx;
- }
- .tobBox {
- position: absolute;
- top: 0;
- left: 0;
- .img1 {
- width: 750rpx;
- height: 680rpx;
- }
- }
- }
- // 下半段
- .bottomImgBox {
- position: relative;
- font-size: 0;
- .img2 {
- width: 750rpx;
- height: 1254rpx;
- }
- .bottomBox {
- position: absolute;
- top: 0;
- left: 0;
- width: 750rpx;
- height: 1254rpx;
- // background: rgba(0, 0, 0, 0.6);
- padding-top: 38rpx;
- }
- }
- // 新人信息框
- .box1 {
- width: 686rpx;
- height: 294rpx;
- background: #F09455;
- border-radius: 8rpx;
- margin: 0 auto;
- padding-top: 8rpx;
- .XianT {
- width: 654rpx;
- height: 10rpx;
- background: #FFEFC2;
- margin: 0 auto;
- border-radius: 4rpx 4rpx 0 0;
- }
- .box1s {
- width: 670rpx;
- height: 256rpx;
- background: #FFEFC2;
- margin: 0 auto;
- border-radius: 4rpx;
- }
- .XianB {
- width: 654rpx;
- height: 10rpx;
- background: #FFEFC2;
- margin: 0 auto;
- border-radius: 0 0 4rpx 4rpx;
- }
- }
- // 领取红包
- .box2 {
- width: 686rpx;
- height: 804rpx;
- background: #F09455;
- border-radius: 8rpx;
- margin: 0 auto;
- padding-top: 8rpx;
- margin-top: 32rpx;
- .XianT {
- width: 654rpx;
- height: 10rpx;
- background: #FFEFC2;
- margin: 0 auto;
- border-radius: 4rpx 4rpx 0 0;
- }
- .box1s {
- width: 670rpx;
- height: 766rpx;
- background: #FFEFC2;
- margin: 0 auto;
- border-radius: 4rpx;
- text-align: center;
- padding-top: 42rpx;
- .tex1 {
- font-weight: 600;
- font-size: 36rpx;
- color: #E60000;
- }
- .imgs {
- width: 622rpx;
- height: 622rpx;
- }
- }
- .XianB {
- width: 654rpx;
- height: 10rpx;
- background: #FFEFC2;
- margin: 0 auto;
- border-radius: 0 0 4rpx 4rpx;
- }
- }
-
- // 弹窗
- .pop{
- text-align: center;
- .img{
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- margin: 10rpx;
- }
- .btnBox{
- position: relative;
- margin-top: 20rpx;
- .btnImg{
- width: 398rpx;
- height: 108rpx;
- }
-
- .btnTex{
- position: absolute;
- top: 0;
- left: 50%;
- transform: translateX(-50%);
- width: 398rpx;
- height: 108rpx;
- line-height: 108rpx;
- font-weight: 600;
- font-size: 36rpx;
- color: #FFEFD0;
- }
- }
- }
- </style>
|