Commit c15fc3d5 authored by spc's avatar spc

fixed

parent fbf7e2de
...@@ -2661,8 +2661,24 @@ export default { ...@@ -2661,8 +2661,24 @@ export default {
justify-content: center; justify-content: center;
z-index: 9999; z-index: 9999;
animation: fadeIn 0.3s ease-out; animation: fadeIn 0.3s ease-out;
} }
.gold-coin-animation::after {
content: '';
position: absolute;
bottom: 42rpx;
right: 26rpx;
width: 136rpx;
height: 136rpx;
background: transparent;
border-radius: 20rpx;
box-shadow: 0 0 0 9999rpx rgba(0, 0, 0, 0.8);
mix-blend-mode: multiply;
}
.gold-coin-content { .gold-coin-content {
text-align: center; text-align: center;
padding: 60rpx 40rpx; padding: 60rpx 40rpx;
......
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