record.less 1.67 KB
@import "pikaday.css";

.RecordPage{
	h2 {
	    line-height: 50px;
	    text-align: left;
		border: 0;
	}
	.tab{
		background-color: #f4f4f4;
		border: 1px solid #e1e1e1;
		height: 42px;
		li{
			float: left;
			padding: 3px 20px;
			line-height: 36px;
			font-size: 16px;
			font-weight: 700;
			color: #999;
			background-color: #f4f4f4;
		}
		.on{
			color: #333;
			background-color: #FFF;
			border-top: 3px solid #5eba2c;
			padding: 0 20px 5px;
			margin: -1px 0 0 -1px;
		}
	}

	.form{
		margin-bottom: 20px;
	  	.head {
		  background-color: #fff;
		  padding: 20px;
		  margin-bottom: 20px;
		}
		.m-select{
			margin-right: 30px;
		}
		p{
			margin-bottom: 25px;
		}
		.m-input{
			float: left;
			padding: 7px 8px;
			margin-right: 25px;
		}
		.key{
			float: left;
			font-weight: 700;
			color: #333;
			line-height: 38px;
			margin-right: 20px;
		}
		.sep{
			float: left;
			margin-left: -25px;
			line-height: 38px;
			color: #ccc;
			padding: 0 8px;
		}
		.filter, .search{
			float: left;
			line-height: 28px;
			margin: 5px 20px 0 0;
		}

		.search{
			border: 1px solid #479a1b;
			padding:0 20px;
		}
		label{
			float: left;
			margin-right: 15px;
			margin-top: 6px;
		}
	}
	
	.in-out{
		float: right;
		font-size: 20px;
		font-weight: 700;
		line-height: 38px;
		color: #666;
		span{
			float: left;
		}
		.in{
			margin-right: 55px;
		}
		em{
			font-size: 24px;
			margin-left: 10px;
		}
	}
	.trend{
		margin-bottom: 50px;
		h2{
			line-height: 50px;
			border-bottom: 4px solid #5eba2c;
		}
		.more{
			float: right;
			font-size: 12px;
			font-weight: normal;
		}
		.money{
			text-align: right;
		}
	}
	.m-page{
		background-color: #f4f4f4;
		border-bottom: 1px solid #e1e1e1;
	}


}