Commit 1fc016b0 authored by 李硕's avatar 李硕

提交

parent 4d37d4ca
...@@ -14,7 +14,7 @@ export const index = { ...@@ -14,7 +14,7 @@ export const index = {
"code": "", "code": "",
"data": { "data": {
"newHandFlg": false, "newHandFlg": false,
"nicknameFlg":false, "nicknameFlg":true,
"wishCountFlg": false "wishCountFlg": false
}, },
"message": "", "message": "",
......
...@@ -25,7 +25,7 @@ export const MODAL_NAME = { ...@@ -25,7 +25,7 @@ export const MODAL_NAME = {
} }
export const USE_IMG_RES = { export const USE_IMG_RES = {
SHADOW_IMG: "http://yun.duiba.com.cn/spark/assets/fb3bba9e61b3bb21b1a255533047e529e50e5268.png",//未点击牌 SHADOW_IMG: "http://yun.duiba.com.cn/spark/assets/5ead06a78d7027a104b8cfad44deb97b7e3f23bf.png",//未点击牌
LIGHT_IMG: "http://yun.duiba.com.cn/spark/assets/ad1baf12f23903631803b4b30400ec7da86431c8.png",//点亮牌子 LIGHT_IMG: "http://yun.duiba.com.cn/spark/assets/ad1baf12f23903631803b4b30400ec7da86431c8.png",//点亮牌子
BACKUP_IMG: "89c37143-ca3d-46b6-99dc-646c58b44443",//备用奖品图片 BACKUP_IMG: "89c37143-ca3d-46b6-99dc-646c58b44443",//备用奖品图片
} }
......
...@@ -33,17 +33,19 @@ ...@@ -33,17 +33,19 @@
transform-origin: 50% 50% 0px; transform-origin: 50% 50% 0px;
// z-index:-1 // z-index:-1
pointer-events: none; pointer-events: none;
animation: clickTag 0.3s linear 1; animation: clickTag 0.1s linear 1;
} }
.tagshadow { .tagshadow {
width: 57px; width: 217px;
height: 260px; height: 321px;
opacity: 1; opacity: 1;
left: 375px; left: 375px;
top: 204px; top: 204px;
margin-left: -10.7vw;
margin-top: -4vw;
position: absolute; position: absolute;
pointer-events: none;
transform-origin: 0px 0px 0px; transform-origin: 0px 0px 0px;
display: block; display: block;
} }
......
...@@ -87,7 +87,7 @@ const resList = { ...@@ -87,7 +87,7 @@ const resList = {
name: 'tagShadow', name: 'tagShadow',
ext: '.png', ext: '.png',
uuid: 'c26c7008-42bd-4bfd-a72e-93f50b63fa13', uuid: 'c26c7008-42bd-4bfd-a72e-93f50b63fa13',
url: '//yun.duiba.com.cn/spark/assets/fb3bba9e61b3bb21b1a255533047e529e50e5268.png', url: '//yun.duiba.com.cn/spark/assets/5ead06a78d7027a104b8cfad44deb97b7e3f23bf.png',
}, },
'a53a2588-d27f-4e02-94dc-14fea82c76f2': { 'a53a2588-d27f-4e02-94dc-14fea82c76f2': {
name: 'wishNoBtn', name: 'wishNoBtn',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment