tiefen_space_h5/components/skeletons/PostItemSkeleton/index.module.scss

20 lines
343 B
SCSS
Raw Normal View History

2024-06-25 22:47:18 +08:00
.avatarSkeleton {
--width: 32px;
--height: 32px;
--border-radius: 50px;
}
.titleSkeleton {
--width: 98px;
--height: 26px;
--border-radius: 4px;
}
.photoSkeleton {
--width: 100%;
--height: 98px;
--border-radius: 4px;
}
.btnSkeleton {
--width: 36px;
--height: 18px;
--border-radius: 4px;
}