product.css 3.1 KB
/*内容*/
@media(min-width: 768px){
	.product_list ul a{
		text-decoration: none;
	}
	.content{
		width:1180px;
		margin:0 auto 73px;
	}
	.content1_title{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	.content1_txt{
		width:100px;
		padding-top:50px;
		text-align: center;
	}
	.content1_txt h2{
		width:100px;
		cursor: pointer;
		padding-bottom:10px;
		font-size:44px;
		margin: auto;
		border-bottom:1px solid #2C82E6;
		font-family:MicrosoftYaHei-Bold;
		font-weight:bold;
		color:rgba(51,51,51,1);
	}
	.content1_txt p{
		cursor: pointer;
		font-size:18px;
		margin-top:4px;
		font-family:PingFang-SC-Medium;
		font-weight:500;
		color:rgba(51,51,51,1);
	}
	.product_nav ul{
		display: flex;
		display: -webkit-flex;
		color: #999999;
		font-size:30px;
		margin-top:60px;
		justify-content: space-between;
	}
	.product_nav ul li{
		cursor: pointer;
		line-height:46px;
		font-family:PingFang-SC-Medium;
		font-weight:500;
		color:rgba(51,51,51,1);
	}
	.product_nav .active{
		color: #2C82E6;
	}
	.product_list{
		width:1200px;
	}
	.product_list ul{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.product_list ul li{
		width:380px;
		height:331px;
		margin-right:20px;
		box-sizing: border-box;
		margin-top:40px;
		border-bottom:1px solid #2C82E6;
	}
	.imgBox{
		width:380px;
		margin: auto;
		height:240px;
	}
	.imgBox img{
		width:100%;
		height:100%;
	}
	.product_list ul li:hover{
		cursor: pointer;
		box-shadow:0px 12px 30px 0px rgba(96,96,96,0.18);
	}
	.product .product_list ul li p:nth-child(2){
		text-align: center;
	}
	.product_list ul li p{
		font-size:18px;
		line-height:30px;
		font-family:PingFang-SC-Medium;
		font-weight:500;
		color:rgba(51,51,51,1);
	}
}
@media(max-width: 768px){
	.content{
		width: 100%;
		margin:0 auto 73px;
	}
	.content1_title{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	.content1_txt{
		width:100px;
		padding-top:25px;
		text-align: center;
	}
	.content1_txt h2{
		width:84px;
		cursor: pointer;
		padding-bottom:5px;
		font-size:23px;
		margin: auto;
		border-bottom:1px solid #2C82E6;
		font-family:MicrosoftYaHei-Bold;
		font-weight:bold;
		color:rgba(51,51,51,1);
	}
	.content1_txt p{
		cursor: pointer;
		font-size:12px;
		margin-top:4px;
		font-family:PingFang-SC-Medium;
		font-weight:500;
		color:rgba(51,51,51,1);
	}
	.product_nav{
		display: none;
	}
	.product_list{
		width:100%;
		padding: 0 10px;
	}
	.product_list ul{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.product_list ul a{
		margin: auto;
	}
	.product_list ul li{
		width:100%;
		padding-bottom: 20px;
		margin-right:20px;
		box-sizing: border-box;
		margin-top:18px;
		border-bottom:1px solid #2C82E6;
	}
	.imgBox{
		width:100%;
		margin: auto;
		height:240px;
		margin-bottom: 6px;
	}
	.imgBox img{
		width:100%;
		height:100%;
	}
	.product_list ul li:hover{
		cursor: pointer;
		box-shadow:0px 12px 30px 0px rgba(96,96,96,0.18);
	}
	.product .product_list ul li p:nth-child(2){
		
	}
	.product_list ul li p{
		font-size:16px;
		line-height:21px;
		font-family:PingFang-SC-Medium;
		font-weight:500;
		color:rgba(51,51,51,1);
	}
}