lighting-ui
Version:
A rich interaction, lightweight, high performance UI library based on Weex
34 lines (32 loc) • 515 B
JavaScript
export const STYLE_MAP = {
red: {
backgroundColor: '#FF5000'
},
yellow: {
backgroundColor: '#FFC900'
},
normal: {
backgroundColor: '#FFFFFF',
borderColor: '#A5A5A5',
borderWidth: '1px'
},
highlight: {
backgroundColor: '#FFFFFF',
borderColor: '#EE9900',
borderWidth: '1px'
}
};
export const TEXT_STYLE_MAP = {
taobao: {
color: '#FFFFFF'
},
fliggy: {
color: '#3D3D3D'
},
normal: {
color: '#3D3D3D'
},
highlight: {
color: '#EE9900'
}
};