index.less 230 B

123456789101112
  1. @import '../variable.less';
  2. .@{skeletonPrefix}-title {
  3. &-animate {
  4. .skeleton-animation();
  5. }
  6. height: 40 * @rpx;
  7. width: 45%;
  8. margin-bottom: 40 * @rpx;
  9. border-radius: @default-radius;
  10. background: @skeleton-fill;
  11. }