document internationalization

This commit is contained in:
就眠儀式
2022-02-11 18:28:35 +08:00
parent 9f8c08558e
commit 32cd80145e
20 changed files with 258 additions and 241 deletions

View File

@@ -1,38 +1,39 @@
.lay-skeleton{
.lay-skeleton {
.lay-skeleton-item {
height: 16px;
border-radius: 5px;
margin-bottom: 16px;
background: #eeeeee;
}
.lay-skeleton-type--p{
.lay-skeleton-type--p {
height: 16px;
border-radius: 5px;
margin-bottom: 16px;
background: #eeeeee;
}
.lay-skeleton-type--image{
.lay-skeleton-type--image {
width: 240px;
height: 240px;
background: #eeeeee;
display: flex;
justify-content: center;
align-items: center;
i{
i {
font-size: 40px;
}
}
}
.lay-skeleton-animated {
.lay-skeleton-type--image{
.lay-skeleton-type--image {
width: 240px;
height: 240px !important;
display: flex;
justify-content: center;
align-items: center;
i{
i {
font-size: 40px;
}
}
@@ -41,16 +42,12 @@
border-radius: 5px;
margin-bottom: 16px;
background: #eeeeee;
background: linear-gradient(
90deg,#f2f2f2 25%,#ececec 37%,#f2f2f2 63%);
background: linear-gradient(90deg, #f2f2f2 25%, #ececec 37%, #f2f2f2 63%);
background-size: 400% 100%;
animation: lay-skeleton-loading 1.2s ease infinite;
}
}
.lay-skeleton-first {
width: 30%;
}
@@ -59,8 +56,6 @@
width: 62.8%;
}
@keyframes lay-skeleton-loading {
0% {
background-position: 100% 50%;
@@ -69,4 +64,4 @@
100% {
background-position: 0 50%;
}
}
}