Suggestionfeedback2.css 1.42 KB
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%;
			background: #fff;
			padding: 10px;
			box-sizing: border-box;
			margin-bottom: 10px;
		}
		
		.tjForm{
			width: 100%;
			margin-bottom: 15px;
		}
		.tjForm>div{
			height: 150px;
			width: 100%;
			background: #fff;
			padding: 10px ;
			box-sizing: border-box;
		}
		.tjForm>div textarea{
			height: 100%;
			width: 100%;
			background: #fff;
			font-size: 14px;
			border: 0;
			padding: 10px;
			box-sizing: border-box;
			border: 1px solid #75cbbe;
		}
		.QestionT .QText{
			width: 100%;
			padding: 10px 0;
			margin: 0 !important;
			float: left;
			box-sizing: border-box;
		}
		.QestionT .QText>div{
			padding: 5px 0;
		}
		.QestionT .QText>div>div{
			width: 96%;
			padding: 8px 0;
			text-align: center;
			background: none;
			border-radius: 1px;
			border: 1px solid #75cbbe;
			color: #333;
		}
		.QestionT .QText>div:nth-child(2n)>div{
			float: right;
		}
		.QestionT .QText>div>div.active{
			background: #75cbbe;
			border: 1px solid #75cbbe;
			color: #fff;
		}
		.SuggessB #Tjbtn{
			background: #75cbbe;
			border-style: none;
			border-radius: 50px;
			color: #fff;
			padding: 9px 0;
			width: 60%;
			/*display: block;
			margin: 0 auto;*/
			margin-left: 20%;
		}