forked from fanruan/fineui
guy
8 years ago
10 changed files with 58 additions and 44 deletions
@ -0,0 +1,3 @@
|
||||
/****添加计算宽度的--运算符直接需要space****/ |
||||
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||
/**** custom color(自定义颜色,用于特定场景) ****/ |
@ -1,3 +1,6 @@
|
||||
* { |
||||
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; |
||||
} |
||||
.demo-main .bg1 { |
||||
background-color: #178cdf; |
||||
} |
||||
|
@ -1,3 +1,13 @@
|
||||
/****添加计算宽度的--运算符直接需要space****/ |
||||
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||
.demo-north { |
||||
background-color: #3c8dbc; |
||||
} |
||||
.demo-north .logo { |
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
||||
color: #ffffff; |
||||
background-color: #367fa9; |
||||
font-size: 20px; |
||||
font-weight: 300; |
||||
} |
||||
|
Loading…
Reference in new issue