加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
theme.js 3.23 KB
一键复制 编辑 原始数据 按行查看 历史
WTFSSD 提交于 2017-09-27 17:46 . first commitinit
/**
* Created by seed on 2017/3/15.
*/
module.exports = {
//color_text_base : '#000' ,
//color_text_base_inverse : '#fff' ,
//color_text_secondary : '#a4a9b0' ,
//color_text_placeholder : '#bbb' ,
//color_text_disabled : '#bbb' ,
//color_text_caption : '#888' ,
//color_text_paragraph : '#333' ,
//color_link : 'red' ,
//color_shadow : 'rgba(0, 0, 0, .21)' ,
//fill_base : '#fff' ,
//fill_body : '#f5f5f9' ,
//fill_tap : '#ddd' ,
//fill_disabled : '#ddd' ,
//fill_mask : 'rgba(0, 0, 0, .4)' ,
//fill_overlay_inverse : 'rgba(0, 0, 0, .8)' ,
//color_icon_base : '#ccc' ,
//opacity_disabled : '0.3' ,
//brand_primary : '#ff8d59' ,
//brand_primary_tap : '#FF8D59' ,
//brand_success : '#6abf47' ,
//brand_warning : '#f4333c' ,
//brand_error : '#f4333c' ,
//brand_hot : '#f96268' ,
//brand_important : '#ff5b05' ,
//border_color_base : '#C9C9C9' ,
//font_size_icontext : 10 ,
//font_size_caption_sm : 12 ,
//font_size_base : 14 ,
//font_size_subhead : 15 ,
//font_size_caption : 16 ,
//font_size_heading : 17 ,
//font_size_display_sm : 18 ,
//font_size_display_md : 21 ,
//font_size_display_lg : 24 ,
//font_size_display_xl : 30 ,
//font_family_base : '_apple_system,"SF UI Text",Roboto,Noto,"Helvetica Neue",`elvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans_serif' ,
//font_family_code : 'Consolas,Menlo,Courier,monospace' ,
//radius_xs : 2 ,
//radius_sm : 3 ,
//radius_md : 5 ,
//radius_lg : 7 ,
//border_width_sm : 0.5 ,
//border_width_md : 1 ,
//border_width_lg : 2 ,
//h_spacing_sm : 5 ,
//h_spacing_md : 8 ,
//h_spacing_lg : 15 ,
//v_spacing_xs : 3 ,
//v_spacing_sm : 6 ,
//v_spacing_md : 9 ,
//v_spacing_lg : 15 ,
//v_spacing_xl : 21 ,
//option_height : 42 ,
//line_height_base : 1 ,
//line_height_paragraph : 1.5 ,
//icon_size_xxs : 15 ,
//icon_size_xs : 18 ,
//icon_size_sm : 21 ,
//icon_size_md : 22 ,
//icon_size_lg : 36 ,
//ease_in_out_quint : 'cubic_bezier(0.86, 0, 0.07, 1)' ,
//button_height : 42 ,
//button_font_size : 18 ,
//button_height_sm : 23 ,
//button_font_size_sm : 12 ,
//across_button_height : 50 ,
//primary_button_fill : '#FF8D59' ,
//primary_button_fill_tap : '#ccc' ,
//ghost_button_color : '#FF8D59' ,
//ghost_button_fill_tap : '#fff' ,
//link_button_fill_tap : '#ddd' ,
//link_button_font_size : 16 ,
//list_title_height : 30 ,
//list_item_height_sm : 35 ,
//list_item_height : 45 ,
//input_label_width : 17 ,
//input_font_size : 17 ,
//input_color_icon : '#ccc' ,
//input_color_icon_tap : '#FF8D59' ,
//tabs_color : '#FF8D59' ,
//tabs_height : 42 ,
//tabs_font_size_heading : 15 ,
//segmented_control_color : '#FF8D59' ,
//segmented_control_height : 27 ,
//segmented_control_fill_tap : '#FF8D59' ,
//tab_bar_fill : '#FF8D59' ,
//tab_bar_height : 50 ,
//search_bar_fill : '#efeff4' ,
//search_bar_input_height : 28 ,
//searchbar_font_size : 15 ,
//search_color_icon : '#bbbbbb' ,
//notice_bar_fill : '#fffada' ,
//notice_bar_height : 36 ,
//switch_fill : '#4dd865' ,
//tag_height : 24 ,
//tag_small_height : 14 ,
//table_title_height : 30 ,
//toast_zindex : 1999 ,
//action_sheet_zindex : 1000 ,
//popup_zindex : 999 ,
//modal_zindex : 999
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化