theme2.css
1.11 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
52
53
54
/* 设置皮肤样式 */
/* 封面背景及主题背景,可以设置图片 */
$album_background: #ed0e0e;
$theme_background: #fffbf9;
/* 导航及tab相关颜色 */
$color_nav_background: #fff;
$color_nav_font: #333;
$color_nav_active_background: #ffd3ca;
$color_nav_active_font: #ed0e0e;
/* 输入框颜色 */
$color_chat_editor_background: #ffd3ca;
$color_chat_editor_button: #ff4823;
/* 基础按钮颜色 */
$color_base_font: #333;
$color_error: #f0b64d;
$color_tip_background: #e0e0e0;
$color_tip_font: #ccc;
$color_button_font: #fff;
$color_button_primary: #ed0e0e;
$color_button_warn: #f0b64d;
$color_input_dark: #333;
$color_input_light: #999;
/* 设置颜色变量 */
$color_white: #fff;
$height_editor: 4rem;
/* 顶部导航高度 */
$height_nav: 3.6rem;
$height_tab: 3.6rem;
$height_room_banner: 12rem;
$height_room_tabs: 3rem;
/* 消息变量 */
$msg_bg_you: #f08c25;
$msg_tx_you: #fff;
$msg_bg_me: #fff2db;
$msg_tx_me: #666;
@import './common/base.css';
@import './common/grid.css';
@import './common/weui.css';
@import './common/module.css';
@import './common/unit.css';
@import './common/animation.css';