UNPKG

weex-amui-mod

Version:
63 lines (59 loc) 921 B
export const STYLE_MAP = { red: { backgroundColor: '#FF5000' }, yellow: { backgroundColor: '#FFC900' }, white: { backgroundColor: '#FFFFFF', borderColor: '#A5A5A5', borderWidth: '1px' }, blue: { backgroundColor: '#0F8DE8' } }; export const TEXT_STYLE_MAP = { taobao: { color: '#FFFFFF' }, fliggy: { color: '#3D3D3D' }, white: { color: '#3D3D3D' } }; export const BUTTON_STYLE_MAP = { full: { width: '702px', height: '88px' }, big: { width: '339px', height: '70px' }, medium: { width: '218px', height: '60px' }, small: { width: '157px', height: '44px' } } export const TEXT_FONTSIZE_STYLE_MAP = { full: { fontSize: '36px' }, big: { fontSize: '32px' }, medium: { fontSize: '28px' }, small: { fontSize: '24px' } };