
/**
*	app.css 
*	管理项目的样式
*/

/** 文字颜色 **/

.c-black-1	{ color: #000000 ; }
.c-black-2	{ color: #333333 ; }
.c-black-3	{ color: #999999 ; }

.c-white-1	{ color: #ffffff ; }
.c-white-2	{ color: #f5f5f5 ; }
.c-red-1	{ color: #b71414 ; }
.c-warn-1 	{ color: #b71414 ; }
	
.c-green-1	{ color: #17b54b ; }
.c-green-2	{ color: #19a39e ; }
.c-green-3	{ color: #4d7696 ; }

/** 背景颜色 **/

.b-white-1	{ background: #ffffff ; }
.b-white-2	{ background: #f5f5f5 ; }
.b-grey-1	{ background: #efeff4 ; }
.b-grey-1	{ background: #dfdfdf ; }
.b-grey-3	{ background: #c8c6cc ; }


.b-green-1	{ background: #17b54b ; }
.b-green-2	{ background: #19a39e ; }
.b-green-3	{ background: #4d7696 ; }

.b-red-1	{ background: #b71414 ; }
.b-warn-1 	{ background: #b71414 ; }



a	{ color: #007aff ; }
body	{ font-size: 28px ; line-height: 1.6 ; }
.radius10	{ border-radius: 10px ; -webkit-border-radius: 10px ; }


/** 文字控制 **/


.fs36{ font-size: 36px; }
.fs32{ font-size: 32px; }
.fs28{ font-size: 28px; }
.fs24{ font-size: 24px; }
.fs20{ font-size: 20px; }

.lh0{ line-height: 0; }
.lh10{ line-height: 1; }
.lh12{ line-height: 1.2; }
.lh15{ line-height: 1.5; }
.lh16{ line-height: 1.6; }
.lh18{ line-height: 1.8; }
.lh20{ line-height: 2; }

/** icons **/




 