23 lines
423 B
Plaintext
23 lines
423 B
Plaintext
@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%;
|
|
}
|
|
}
|
|
}
|
|
}
|