theme.css
1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* 设置皮肤样式 */
/* 封面背景及主题背景,可以设置图片 */
$album_background: #0091e4;
$theme_background: #f6f6f6;
/* 导航及tab相关颜色 */
$color_nav_background: #fff;
$color_nav_font: #5cb438;
$color_nav_active_background: #fff;
$color_nav_active_font: #333;
/* 输入框颜色 */
$color_chat_editor_background: #fff;
$color_chat_editor_button: #0091e4;
/* 基础按钮颜色 */
$color_base_font: #333;
$color_error: #ed0e0e;
$color_tip_background: #e0e0e0;
$color_tip_font: #ddd;
$color_button_font: #fff;
$color_button_primary: #0091e4;
$color_button_warn: #f04d64;
$color_input_dark: #333;
$color_input_light: #999;
/* 设置颜色变量 */
$color_white: #fff;
/* 顶部导航高度 */
$height_nav: 3.6rem;
$height_tab: 3.6rem;
$height_room_banner: 12rem;
$height_room_tabs: 3rem;
$height_editor: 2.5rem;
/* 消息变量 */
$msg_bg_you: #fff;
$msg_tx_you: #333;
$msg_bg_me: #5cb438;
$msg_tx_me: #fff;
@import './common/base.css';
@import './common/grid.css';
@import './common/weui.css';
@import './common/module.css';
@import './common/unit.css';
@import './common/animation.css';