jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/Skeleton/Paragraph/index.less

23 lines
423 B
Plaintext
Raw Normal View History

2024-11-15 03:51:28 +00:00
@import '../variable.less';
.@{skeletonPrefix}-paragraph {
&-animate {
.@{skeletonPrefix}-paragraph-row {
.skeleton-animation();
}
}
&-row {
width: 100%;
height: 30 * @rpx;
margin-bottom: 24 * @rpx;
border-radius: @default-radius;
background: @skeleton-fill;
&:nth-last-of-type(1) {
margin-bottom: 0;
&:not(:nth-of-type(1)) {
width: 60%;
}
}
}
}