Commit 18851a84 by yeran

update

1 parent ba242511
...@@ -206,6 +206,7 @@ ...@@ -206,6 +206,7 @@
justify-content: center; justify-content: center;
} }
.operation { .operation {
width: 400px; width: 400px;
position: fixed; position: fixed;
...@@ -218,11 +219,11 @@ ...@@ -218,11 +219,11 @@
} }
.operation .item { .operation .item {
width: 146px; width: 196px;
height: 30px; height: 80px;
background: #409eff; background: #409eff;
color: white; color: white;
font-size: 16px; font-size: 28px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<style scoped> <style scoped>
.content { .content {
padding-top: 80px; padding-top: 24px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
color: #333; color: #333;
font-size: 36px; font-size: 36px;
padding: 0 20px; padding: 0 20px;
margin-bottom: 60px; margin-bottom: 30px;
text-align: center; text-align: center;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!