forked from fanruan/fineui
guy
8 years ago
5 changed files with 11628 additions and 2 deletions
@ -1,5 +1,5 @@ |
|||||||
node_modules/ |
node_modules/ |
||||||
/.idea/ |
/.idea/ |
||||||
demo.js |
#demo.js |
||||||
demo.css |
#demo.css |
||||||
.DS_Store |
.DS_Store |
||||||
|
@ -0,0 +1,63 @@ |
|||||||
|
/****添加计算宽度的--运算符直接需要space****/ |
||||||
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||||
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||||
|
.layout-bg-white { |
||||||
|
background-color: #ffffff; |
||||||
|
} |
||||||
|
.layout-bg-gray { |
||||||
|
background-color: #eeeeee; |
||||||
|
} |
||||||
|
.layout-bg1 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #0088cc; |
||||||
|
} |
||||||
|
.layout-bg2 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #008B8B; |
||||||
|
} |
||||||
|
.layout-bg3 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #6495ED; |
||||||
|
} |
||||||
|
.layout-bg4 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #ff69b4; |
||||||
|
} |
||||||
|
.layout-bg5 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #B8860B; |
||||||
|
} |
||||||
|
.layout-bg6 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #d9534f; |
||||||
|
} |
||||||
|
.layout-bg7 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #ea4738; |
||||||
|
} |
||||||
|
.layout-bg8 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #6495ed; |
||||||
|
} |
||||||
|
.demo-main .bg1 { |
||||||
|
background-color: #178cdf; |
||||||
|
} |
||||||
|
/****添加计算宽度的--运算符直接需要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; |
||||||
|
} |
||||||
|
/****添加计算宽度的--运算符直接需要space****/ |
||||||
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||||
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||||
|
.demo-west { |
||||||
|
border-right: 1px solid #eaeaea; |
||||||
|
} |
File diff suppressed because one or more lines are too long
@ -0,0 +1,63 @@ |
|||||||
|
/****添加计算宽度的--运算符直接需要space****/ |
||||||
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||||
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||||
|
.layout-bg-white { |
||||||
|
background-color: #ffffff; |
||||||
|
} |
||||||
|
.layout-bg-gray { |
||||||
|
background-color: #eeeeee; |
||||||
|
} |
||||||
|
.layout-bg1 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #0088cc; |
||||||
|
} |
||||||
|
.layout-bg2 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #008B8B; |
||||||
|
} |
||||||
|
.layout-bg3 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #6495ED; |
||||||
|
} |
||||||
|
.layout-bg4 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #ff69b4; |
||||||
|
} |
||||||
|
.layout-bg5 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #B8860B; |
||||||
|
} |
||||||
|
.layout-bg6 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #d9534f; |
||||||
|
} |
||||||
|
.layout-bg7 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #ea4738; |
||||||
|
} |
||||||
|
.layout-bg8 { |
||||||
|
color: #ffffff; |
||||||
|
background-color: #6495ed; |
||||||
|
} |
||||||
|
.demo-main .bg1 { |
||||||
|
background-color: #178cdf; |
||||||
|
} |
||||||
|
/****添加计算宽度的--运算符直接需要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; |
||||||
|
} |
||||||
|
/****添加计算宽度的--运算符直接需要space****/ |
||||||
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||||
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
||||||
|
.demo-west { |
||||||
|
border-right: 1px solid #eaeaea; |
||||||
|
} |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue