index.css 2.6 KB


/* 搜索 */
.search_wrap{
	padding: 20upx 32upx;
	border-bottom: 1upx solid #eee;
}
.search_input{
	position: relative;
}
.search_icon{
	width: 40upx;
	height: 40upx;
	position:absolute;
	left: 12upx;
	top: 50%;
	transform: translateY(-50%);
}
.search_input input{
	background-color: #f9f9f9;
	padding:12upx 38upx 12upx 60upx;
	width: 448upx;
	height: 40upx;
	line-height: 40upx;
	border-radius: 8upx;
	font-size: 28upx;
}
.search_input input::-webkit-input-placeholder,input::-moz-placeholder,input::-ms-input-placeholder{
	color: #BDC4CE;
}
.search_word{
	padding: 15upx 36upx;
	border-radius: 8upx;
	color: #fff;
	font-size: 28upx;
	background-color: #0083FB;
}
/* banner */
.banner_wrap{
	width: 100%;
	height: 350upx;
}
/* 轴承列表 */
.bearing_classify{
	width: 100%;
	height: 788upx;
}
/* 左侧列表 */
.bearing_l{
	width: 21.6%;
	height: 92%;
	
	
}
.bear_l_box{
	height: 100%;
	padding: 30upx 0;
	border-right: 1upx solid #eee;
}
.bear_l_single{
	/* padding: 0 24upx; */
	width: 100%;
	height: 104upx;
	color:#06121E;
	font-size: 28upx;
	text-align: center;
}
.bear_l_child{
	margin: 0 24upx;
}
.bear_l_active{
	background-color: #F2F7FF;
	color: #001C4D ;
}
/* 右侧列表 */
.bearing_r{
	width: 78.4%;
	height: 92%;
}
.bear_r_box{
	height: 100%;
	padding: 30upx 22upx;
	overflow-y: auto;
}
.bear_r_single{
	width: 30%;
	height: 62upx;
	text-align: center;
	line-height: 62upx;
	background-color: #f6f6f6;
	font-size: 28upx;
	color: #3D444D;
	margin-bottom: 12upx;
	float: left;
	border-radius: 4upx;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.bear_r_single:nth-child(3n+2){
	margin:0 5% 12upx ;
}
.bear_r_active{
	background-color: #0083FB;
	color: #fff;
}
/* 热搜名片 */
.hot_search{
	border-top: 24upx solid #fafafa;
	border-bottom: 80upx solid #fafafa;
}
.hot_search_title{
	padding: 24upx 48upx;
	
	color: #06121E;
	font-size: 28upx;
}
.hot_title{
	position: relative;
}
.hot_title:after{
	position: absolute;
	top: 50%;
	left: -24upx;
	transform: translateY(-50%);
	content: '';
	width: 12upx;
	height: 28upx;
	background-color: #0083FB;
	border-radius: 4upx;
}
/* 名片 */
.hot_card_wrap{
	padding: 20upx 24upx;
	border-top: 1upx solid #eee;
}
.card_single{
	width: 343upx;
	height: 208upx;
	margin-bottom: 18upx;
	box-shadow:0upx 4upx 24upx rgba(186,50,0,0.15);
}
/* 分页 */
.card_pagation{
	font-size: 28upx;
	color: #06121E;
	padding: 0 24upx 24upx;
}
.prev_page{
	color: #BDC4CE;
}
.next_page{
	color: #0083FB;
}
.prev{
	color: #BDC4CE;
}
.jump_page input{
	width: 74upx;
	height: 52upx;
	text-align: center;
	line-height: 52upx;
	margin: 0 20upx;
	border: 1upx solid #eee;
}