captain-ui
Version:
有赞vue wap业务组件库
31 lines • 479 B
JavaScript
export var cornerMarkMap = {
0: 'new-arrival',
1: 'hot-sale',
2: 'new',
3: 'hot'
};
export var sizeTypeMap = {
0: 'card',
1: 'waterfall',
2: 'simple',
3: 'promotion',
4: 'multi',
5: 'card2'
};
export var layoutMap = {
0: 'big',
1: 'small',
2: 'hybrid',
3: 'list',
5: 'three',
6: 'three'
};
export var imageRatioMap = {
0: '3-2',
1: '1-1'
};
export var imageFillStyleMap = {
1: 'padding',
2: 'whitespace'
};
export var imageMaxHeight = 500;