Commit dd5f6a58 by 施嘉伟

feature: 优化开奖框样式

parent 48c62561
...@@ -204,10 +204,10 @@ export default { ...@@ -204,10 +204,10 @@ export default {
} }
} }
&__bottom { &__bottom {
height: 165px; height: 120px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: start;
align-items: center; align-items: center;
} }
&__footer { &__footer {
...@@ -249,7 +249,7 @@ export default { ...@@ -249,7 +249,7 @@ export default {
} }
&__win-msg { &__win-msg {
text-align: center; text-align: center;
margin: 13px 0 20px; margin: 5px 0;
font-size: 12px; font-size: 12px;
color: #fff; color: #fff;
} }
......
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 sign in to comment