Commit 98a2bfb0 by yuhac

update

1 parent aac0ee73
Showing with 5 additions and 5 deletions
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
.title { .title {
width: 100%; width: 100%;
text-align: center; text-align: center;
font-size: 30px; font-size: 18px;
color: #222; color: #222;
} }
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
.data-item { .data-item {
width: 50%; width: 50%;
margin-top: 20px; margin-top: 20px;
font-size: 28px; font-size: 14px;
color: #333; color: #333;
} }
...@@ -162,11 +162,11 @@ ...@@ -162,11 +162,11 @@
} }
.operation .item { .operation .item {
width: 196px; width: 146px;
height: 80px; height: 30px;
background: #409eff; background: #409eff;
color: white; color: white;
font-size: 28px; font-size: 16px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!