UNPKG

zarm

Version:

基于 React 的移动端UI库

35 lines 656 B
export var WATERMARK_DEFAULT_STYLES = { position: 'fixed', left: 0, top: 0, right: 0, bottom: 0, pointerEvents: 'none', overflow: 'hidden', backgroundColor: 'transparent', backgroundRepeat: 'repeat' }; export var TEXT_STYLE_DEFAULT = { color: '#000', fontStyle: 'normal', fontWeight: 300, fontSize: 14, fontFamily: 'sans-serif', fontVariant: 'normal', textAlign: 'center', textBaseline: 'alphabetic' }; export var IMAGE_STYLE_DEFAULT = { width: 120, height: 64 }; export var MARK_STYLE_DEFAULT = { width: 120, height: 64, rotate: -22, opacity: 0.15, gapX: 100, gapY: 100, offsetLeft: 0, offsetTop: 0 };