完成 result 组件

This commit is contained in:
就眠儀式
2022-02-02 03:27:34 +08:00
parent 2543aadc01
commit fde8e63696
16 changed files with 103 additions and 35 deletions

View File

@@ -8,7 +8,7 @@
margin-top: 40px;
}
.result .error svg {
.result .failure svg {
color: #f56c6c;
text-align: center;
margin-top: 40px;
@@ -29,7 +29,6 @@
width: 80%;
border-radius: 10px;
background-color: whitesmoke;
height: 200px;
margin-left: 10%;
}
.result .action {