antd-mini
Version:
antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。
23 lines (21 loc) • 423 B
text/less
@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%;
}
}
}
}