Commit 18851a84 by yeran

update

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