2025-03-12 14:18:25 +08:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
.box {
|
|
|
|
color: blue;
|
2025-03-13 14:15:31 +08:00
|
|
|
}
|
|
|
|
// 添加新的样式
|
|
|
|
.Adelay-02 {
|
|
|
|
animation-delay: 0.2s;
|
|
|
|
animation-duration: 0.1s;
|
|
|
|
}
|
|
|
|
.Adelay-03 {
|
|
|
|
animation-delay: 0.3s;
|
|
|
|
animation-duration: 0.1s;
|
|
|
|
}
|
|
|
|
.Adelay-04 {
|
|
|
|
animation-delay: 0.4s;
|
|
|
|
animation-duration: 0.1s;
|
|
|
|
}
|
|
|
|
.Adelay-05 {
|
|
|
|
animation-delay: 0.5s;
|
|
|
|
animation-duration: 0.1s;
|
|
|
|
}
|
|
|
|
.Adelay-1 {
|
|
|
|
animation-delay: 1s;
|
|
|
|
animation-duration: 0.1s;
|
|
|
|
}
|
|
|
|
.Adelay-15 {
|
|
|
|
animation-delay: 1.5s;
|
|
|
|
animation-duration: 0.1s;
|
|
|
|
}
|
|
|
|
.Adelay-2 {
|
|
|
|
animation-delay: 2s;
|
|
|
|
animation-duration: 0.1s;
|
|
|
|
}
|
|
|
|
.Adelay-25 {
|
|
|
|
animation-delay: 2.5s;
|
|
|
|
animation-duration: 0.1s;
|
|
|
|
}
|