/**
 * 何进荣  2020-07-23
 * 简历编辑页面样式 css 3.0
 */

.demos-header {
    padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
	height: 4%;
}

.demos-title{
	text-align: center;
	font-size: 20px;
	color: #3cc51f;
	font-weight: bold;
	margin: 0 15%;
}

.btn-left{
	display: block;
	width: 6px;
	height: 6px;
	float: left;
	border-width: 0 0 2px 2px;
	border-color: #c8c8cd;
	border-style: solid;
	transform: rotate(45deg);
	margin-top: 10px;
}