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

19 lines
434 B
SCSS
Raw Normal View History

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