Suggestionfeedback.css 829 Bytes
body{
			background: #eff5f3;
		}
		.SuggessB{
			padding: 10px;
		}
		.SuggessB>div,.SuggessB>button{
			float: left;
			width: 100%;
		}
		.SuggessB p{
			padding: 5px 0;
			margin: 0;
			font-size: 13px;
		}
		.QestionT{
			float: left;
			width: 100%;
		}
		
		.tjForm{
			width: 100%;
			margin-bottom: 15px;
		}
		.tjForm>div{
			height: 150px;
			box-sizing: border-box;
		}
		.tjForm>div textarea{
			height: 150px;
			width: 100%;
			background: #fff;
			font-size: 14px;
			border: 0;
		}
		.QestionT .QText{
			width: 100%;
			padding: 10px 0;
			margin: 0 !important;
			float: left;
			box-sizing: border-box;
		}
		.QestionT .QText>div{
			padding: 5px 10px;
		}
		.QestionT .QText>div>div{
			width: 100%;
			padding: 8px 0;
			text-align: center;
			background: #347ff4;
			border-radius: 6px;
			color: #fff;
		}