todolist
This commit is contained in:
@@ -33,7 +33,7 @@ import confetti from "canvas-confetti";
|
||||
import { Request, Sleep } from "../libs/utils"
|
||||
import { globalStore } from "@/globalstore";
|
||||
//TODO: globalStore.result_url 这里这张图要用用户分享那张图
|
||||
// import lotteryFace from "../assets/images/haibao-cover.png"
|
||||
// import lotteryFace from "../assets/images/haibao-cover.webp"
|
||||
|
||||
const lotteryFace = globalStore.result_url;
|
||||
const lotteryFaceUrl = ref(lotteryFace)
|
||||
@@ -229,13 +229,13 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.guang {
|
||||
background-image: url("../assets/images/guang.png");
|
||||
background-image: url("../assets/images/guang.webp");
|
||||
animation: rotateGuang 20s linear infinite;
|
||||
}
|
||||
|
||||
|
||||
.guangyun {
|
||||
background-image: url("../assets/images/guangyun.png");
|
||||
background-image: url("../assets/images/guangyun.webp");
|
||||
/* animation: rotateGuangyun 3s linear infinite; */
|
||||
}
|
||||
|
||||
@@ -246,7 +246,7 @@ onUnmounted(() => {
|
||||
transform: translateX(-50%);
|
||||
width: 65.462963vw;
|
||||
height: 19.907407vw;
|
||||
background-image: url("../assets/images/lottery-title.png");
|
||||
background-image: url("../assets/images/lottery-title.webp");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
@@ -278,7 +278,7 @@ onUnmounted(() => {
|
||||
.btn-more {
|
||||
width: 48.703704vw;
|
||||
height: 18.240741vw;
|
||||
background-image: url("../assets/images/btn-more.png");
|
||||
background-image: url("../assets/images/btn-more.webp");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
@@ -286,7 +286,7 @@ onUnmounted(() => {
|
||||
.btn-kaixin {
|
||||
width: 48.703704vw;
|
||||
height: 18.240741vw;
|
||||
background-image: url("../assets/images/btn-kaixin.png");
|
||||
background-image: url("../assets/images/btn-kaixin.webp");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
@@ -302,7 +302,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.lottery-image.HEIGAI_42_GPJ_500ML {
|
||||
background-image: url("../assets/images/HEIGAI_42_GPJ_500ML.png");
|
||||
background-image: url("../assets/images/HEIGAI_42_GPJ_500ML.webp");
|
||||
}
|
||||
|
||||
@keyframes rotateGuangyun {
|
||||
@@ -369,7 +369,7 @@ onUnmounted(() => {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: url("../assets/images/prize-bg.png");
|
||||
background-image: url("../assets/images/prize-bg.webp");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
backface-visibility: hidden;
|
||||
|
||||
Reference in New Issue
Block a user