style: 样式调整

This commit is contained in:
song_xiao_lin
2024-05-15 14:43:04 +08:00
committed by go0p
parent e61f8bf041
commit 06fff8f92e
13 changed files with 822 additions and 14137 deletions
+8 -2
View File
@@ -1,5 +1,10 @@
.App {
text-align: center;
width: 420px;
border-radius: 0px 0px 4px 4px;
border-right: 1px solid #EAECF3;
border-bottom: 1px solid #EAECF3;
border-left: 1px solid #EAECF3;
background: #fff;
}
.App-logo {
@@ -32,7 +37,8 @@
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
}