lighting-ui
Version:
A rich interaction, lightweight, high performance UI library based on Weex
39 lines (37 loc) • 591 B
JavaScript
export const STYLE_MAP = {
red: {
backgroundColor: '#E56250'
},
blue: {
backgroundColor: '#fff',
borderColor: '#0785DB',
borderWidth: '1px'
},
normal: {
backgroundColor: '#399DE2',
borderColor: '#399DE2',
borderWidth: '1px'
},
default: {
backgroundColor: '#fff',
borderColor: '#787878',
borderWidth: '1px'
}
};
export const TEXT_STYLE_MAP = {
taobao: {
color: '#FFFFFF'
},
fliggy: {
color: '#3D3D3D'
},
blue: {
color: '#0785DB'
},
normal: {
color: '#ffffff'
},
default: {
color: '#4A4A4A'
}
};