Commit 469fe101 authored by Mac's avatar Mac

提交样式修改

parent b28b72c1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
.box{ .box{
width: 100%; width: 100%;
height: calc(100vh - 40px - 30px - 30px - 20px); min-height: calc(100vh - 40px - 30px - 30px - 20px);
border: 1px solid #111; border: 1px solid #111;
padding: 10px 30px; padding: 10px 30px;
margin: 10px 0; margin: 10px 0;
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
.box_item{ .box_item{
display: flex; display: flex;
align-items: center; align-items: center;
margin: 10px 0 ;
} }
.box_item_r{ .box_item_r{
border-bottom: 1px solid #666; border-bottom: 1px solid #666;
......
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