diff --git a/pages/index/index.vue b/pages/index/index.vue index 3b2967f..2750b90 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -149,6 +149,16 @@ + + + + + + + @@ -208,7 +218,8 @@ const template = computed(() => sheep.$store('app').template?.home); const isLogin = computed(() => sheep.$store('user').isLogin); - const qualification = ref(false) + const qualification = ref(false); + const registerShow = ref(false);//注册获取优惠券弹框 const state = reactive({ showRegion: false, @@ -781,4 +792,56 @@ } + + .popup { + background-image: url('https://jiangxiaoxian.0rui.cn/registerBack.png'); + background-size: 100%; + width: 690rpx; + height: 640rpx; + display: flex; + padding-bottom: 44rpx; + flex-direction: column; + align-items: baseline; + justify-content: flex-end; + padding-left: 73rpx; + padding-right: 73rpx; + + .img_shouquan { + position: absolute; + width: 680rpx; + height: 857rpx; + left: -25rpx; + top: -390rpx; + } + + + #txt2 { + text-align: center; + margin-top: 200rpx; + font-size: 28rpx; + color: #525252; + margin-bottom: 60rpx; + position: relative; + font-weight: 500; + } + + .texbut { + width: 507rpx; + height: 93rpx; + border-radius: 16rpx; + // background: #ffbd25; + background-image: url('https://jiangxiaoxian.0rui.cn/scoreBtn.png'); + background-size: 100%; + font-size: 34rpx; + color: #3d3d3d; + font-weight: bold; + display: flex; + justify-content: center; + align-items: center; + margin-top: 30rpx; + // margin: 0 auto; + } + } + + \ No newline at end of file