antd-mini
Version:
antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。
29 lines (23 loc) • 546 B
text/less
@import (reference) '../variable.less';
.@{skeletonPrefix}-button {
&-animate {
.skeleton-animation();
}
&-large {
font-size: 36 * @rpx;
padding: 24 * @rpx 24 * @rpx 24 * @rpx 24 * @rpx;
}
&-medium {
font-size: 34 * @rpx;
padding: 16 * @rpx 24 * @rpx 16 * @rpx 24 * @rpx;
}
&-small {
font-size: 30 * @rpx;
padding: 8 * @rpx 24 * @rpx 8 * @rpx 24 * @rpx;
}
width: @button-width;
height: @button-height;
border-radius: @default-radius;
background: @skeleton-fill;
display: inline-block;
}