diff --git a/pages/other/prize_draw.vue b/pages/other/prize_draw.vue
index b838a44..794bddb 100644
--- a/pages/other/prize_draw.vue
+++ b/pages/other/prize_draw.vue
@@ -6,11 +6,12 @@
-
-
+
@@ -18,6 +19,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -26,12 +38,14 @@
@@ -182,7 +337,7 @@ export default {
// background: url($baseurl+'huodong/kuang.png') no-repeat center center;
// background-size: 100% 100%;
// border: 1px dashed #75C5FF;
-
+
border-radius: 12rpx;
display: flex;
align-items: center;
@@ -225,6 +380,8 @@ export default {
//box-shadow: 0 2rpx 4rpx rgba(255, 87, 34, 0.3);
}
}
+
+
}
.xuanzhong {
@@ -233,7 +390,7 @@ export default {
width: 100% !important;
height: 100% !important;
}
-
+
.win-flash {
background: url($baseurl+'huodong/xuanzhong.png') no-repeat !important;
background-size: 100% 100% !important;
@@ -241,22 +398,66 @@ export default {
height: 100% !important;
animation: win-blink 0.3s 5 alternate;
}
-
+
+ .bottom-buttons {
+ position: relative;
+ top: -20rpx;
+ width: 100%;
+ display: flex;
+ justify-content: space-evenly;
+ padding: 10rpx;
+ box-sizing: border-box;
+
+ .button-item {
+ width: 136.11rpx;
+ height: 53.47rpx;
+ font-size: 28rpx;
+
+ border-radius: 35rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ transition: all 0.3s;
+ // box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.1);
+
+ &:active {
+ transform: scale(0.95);
+ // background-color: rgba(255, 255, 255, 0.9);
+ }
+ }
+ }
+
+ .gzsm {
+
+ animation: pulse 0.3s 5 alternate;
+ width: 136.11rpx;
+ height: 53.47rpx;
+ }
+
+ .zjjl {
+
+ animation: pulse 0.3s 5 alternate;
+ width: 136.11rpx;
+ height: 53.47rpx;
+ }
+
@keyframes win-blink {
0% {
opacity: 1;
transform: scale(1);
}
+
100% {
opacity: 0.5;
transform: scale(1.05);
}
}
-
+
@keyframes pulse {
from {
opacity: 1;
}
+
to {
opacity: 0.8;
}