contact.css 1.7 KB
@media(min-width:768px){
	.content{
		display: flex;
		width:1180px;
		margin:40px auto 100px;
	}
	.content_left{
		width:450px;
		text-align: center;
	}
	.content_left_txt1{
		padding-bottom:62px;
		border-bottom:1px solid #2C82E6;
	}
	.content_left_txt1 p,.content_left_txt2 p{
		font-family:MicrosoftYaHei;
		font-weight:400;
		color:rgba(51,51,51,1);
	}
	.content_left_txt1 p:nth-child(1),.content_left_txt2 p:nth-child(1){
		font-size:36px;
		cursor: pointer;
	}
	.content_left_txt1 p:nth-child(2){
		font-size:24px;
		margin-top:40px;
		cursor: pointer;
	}
	.content_left_txt2 p:nth-child(1){
		margin-top:58px;
	}
	.content_left_txt2 p:nth-child(2){
		font-size:24px;
		margin-top:42px;
		cursor: pointer;
	}
	.content_right{
		width:675px;
		height:378px;
		cursor: pointer;
		margin-left:28px;
	}
	.content_right img{
		width:100%;
		height:100%;
	}
}
@media(max-width:768px){
	.content{
		width:100%;
		margin:20px auto 100px;
	}
	.content_left{
		text-align: center;
	}
	.content_left_txt1{
		padding-bottom:17px;
		border-bottom:1px solid #2C82E6;
	}
	.content_left_txt1 p,.content_left_txt2 p{
		font-family:MicrosoftYaHei;
		font-weight:400;
		color:rgba(51,51,51,1);
	}
	.content_left_txt1 p:nth-child(1),.content_left_txt2 p:nth-child(1){
		font-size:23px;
		font-weight: bold;
		cursor: pointer;
	}
	.content_left_txt1 p:nth-child(2){
		font-size:17px;
		margin-top:5px;
		cursor: pointer;
	}
	.content_left_txt2 p:nth-child(1){
		margin-top:16px;
	}
	.content_left_txt2 p:nth-child(2){
		font-size:20px;
		margin-top:6px;
		cursor: pointer;
	}
	.content_right{
		cursor: pointer;
		margin-top: 20px;
		padding: 0 10px;
	}
	.content_right img{
		width:100%;
		height:100%;
	}
}