@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
24 lines (20 loc) • 650 B
text/less
@import '../style/var.less';
.van-goods-action-icon {
display: flex ;
flex-direction: column;
justify-content: center ;
line-height: 1 ;
border: none ;
.theme(font-size, '@goods-action-icon-font-size') !important;
.theme(color, '@goods-action-icon-text-color') !important;
.theme(min-width, '@goods-action-icon-width');
.theme(height, '@goods-action-icon-height') !important;
&__icon {
display: flex;
flex-direction: row;
justify-content: center;
margin: 0 auto 10px;
.theme(color, '@goods-action-icon-color');
.theme(font-size, '@goods-action-icon-size');
}
}