feature: 添加静态文件

This commit is contained in:
zhengxinonly
2023-09-29 14:57:03 +08:00
parent 2c3c79b21f
commit ba5e2cf67b
68 changed files with 153780 additions and 5 deletions
+36
View File
@@ -0,0 +1,36 @@
.pear-result {
text-align: center;
}
.pear-result .success svg {
color: #32c682;
text-align: center;
margin-top: 40px;
}
.pear-result .error svg {
color: #f56c6c;
text-align: center;
margin-top: 40px;
}
.pear-result .title {
margin-top: 25px;
}
.pear-result .description {
margin-top: 25px;
width: 60%;
margin-left: 20%;
color: rgba(0, 0, 0, 0.45);
}
.pear-result .content {
margin-top: 20px;
width: 80%;
border-radius: 4px;
background-color: whitesmoke;
padding: 20px 32px;
margin-left: 10%;
margin-bottom: 30px;
text-align: left;
}
.pear-result .extra {
padding-top: 10px;
margin-top: 25px;
}