npmchenwei111
Version:
test1111
30 lines (24 loc) • 506 B
JavaScript
/**
* Created by chenwei on 2017/7/15.
*/
import R_img from './watch/R_img'
const R = {
img: R_img,
color: {
transparent: '#00000000',
bg_color: '#f5f5f5',
line_color: '#e2e2e2',
bar_color: '#3D4552',
black: '#000000',
white: '#ffffff',
white_gray: '#eeeeee',
gray_line: '#e0e0e0',
gray: '#999999',
blue: '#3887fd',
font_black: '#232323',
font_gray: '#626262',
font_white_gray: '#999999',
font_input_hint:'#BABFC9',
}
}
export default R