Commit 741e673f authored by 郝聪敏's avatar 郝聪敏

修改view边距;修改签到icon阴影

parent 255f517b
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</script> </script>
<style lang="less"> <style lang="less">
.network-container { .network-container {
position: absolute; position: fixed;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #000; background: #000;
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</script> </script>
<style lang="less"> <style lang="less">
.open-container { .open-container {
position: absolute; position: fixed;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
}, },
addGoldUrl: function() { addGoldUrl: function() {
return images['gold'].addGoldUrl; return images['gold'].addGoldUrl;
}, }
}, },
watch: { watch: {
gold(v) { gold(v) {
...@@ -161,6 +161,7 @@ ...@@ -161,6 +161,7 @@
top: 513rpx; top: 513rpx;
right: 30rpx; right: 30rpx;
.lottery-image { .lottery-image {
display: flex;
width: 78rpx; width: 78rpx;
height: 78rpx; height: 78rpx;
} }
...@@ -219,9 +220,8 @@ ...@@ -219,9 +220,8 @@
position: absolute; position: absolute;
// background: #000; // background: #000;
left: 5rpx; left: 5rpx;
top: 5rpx; width: 70rpx;
width: 60rpx; height: 70rpx;
height: 60rpx;
text-align: center; text-align: center;
z-index: 3; z-index: 3;
border-radius: 50%; border-radius: 50%;
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
.title { .title {
position: absolute; position: absolute;
top: 79rpx; top: 74rpx;
width: 100%; width: 100%;
text-align: center; text-align: center;
display: block; display: block;
...@@ -299,13 +299,13 @@ ...@@ -299,13 +299,13 @@
@keyframes jump1 { @keyframes jump1 {
0% { 0% {
top: 5rpx; top: -7rpx;
} }
50% { 50% {
top: -20rpx; top: -32rpx;
} }
100% { 100% {
top: 5rpx; top: -7rpx;
} }
} }
...@@ -362,6 +362,7 @@ ...@@ -362,6 +362,7 @@
z-index: 2; z-index: 2;
} }
.show-gold-num { .show-gold-num {
margin-top: -10rpx;
color: #fff; color: #fff;
font-size: 22rpx; font-size: 22rpx;
} }
......
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