addCard.css 2.4 KB

/* 名片信息 */
.add_card_top{
	padding: 28upx 24upx;
}
.add_card_single{
	border-bottom: 1upx solid #eee;
	color: #06121E;
	font-size: 28upx;
}
.card_front{
	width: 100%;
	height: 372upx;
	background-color: #eee;
	margin-bottom: 20upx;
}
/* 正反面图片 */
.show_img{
	width: 100%;
	height: 100%;
}
.card_upload{
	width: 80upx;
	height: 80upx;
	margin-bottom: 36upx;
}
.msg_single{
	padding: 34upx 0;
}
.single_l{
	color: #06121E;
}
.single_r{
	font-size: 28upx;
	color: #3D444D;
	text-align: right;
}
.upload_tips{
	color: #EE8B27;
	font-size: 24upx;
}
/* 公司简介 */
textarea{
	width: 100%;
	box-sizing: border-box;
	padding-top: 20upx;
}
/* 微信二维码 */
.wx_code,.wx_img{
	width: 196upx;
	height: 196upx;
	margin-top: 20upx;
	position: relative;
}
.wx_code:nth-child(3n+2){
	margin: 20upx 50upx 0;
}
/* 删除图标 */
.cancle_icon{
	position: absolute;
	top: 5upx;
	right: 5upx;
	width: 48upx;
	height: 48upx;
}
/* 名片分类 */
.classify_title{
	font-size: 28upx;
	color: #06121E;
	padding: 34upx 32upx 20upx;
}
.classify_title text{
	color: #3D444D;
}
.classify_tips{
	font-size: 24upx;
	color: #0083FB;
	padding: 0 32upx 34upx;
}
/* 轴承列表 */
.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{
	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: 172upx;
	height: 62upx;
	text-align: center;
	line-height: 62upx;
	background-color: #f6f6f6;
	font-size: 28upx;
	color: #3D444D;
	margin-bottom: 12upx;
	float: left;
	border-radius: 4upx;
}
.bear_r_single:nth-child(3n+2){
	margin:0 12upx 12upx ;
}
.bear_r_active{
	background-color: #0083FB;
	color: #fff;
}
/* 提交按钮 */
.submit_btn{
	width: 100%;
	height: 88upx;
	line-height: 88upx;
	text-align: center;
	color: #fff;
	font-size: 30upx;
	background-color: #0083FB;
	margin-top: 100upx;
}
/* 弹窗 */
.mask_top{
	padding: 60upx 44upx;
	border-bottom: 1upx solid #eee;
	text-align: center;
	color: #232323;
	font-size: 30upx;
}
.mask_bottom{
	padding: 20upx 0;
	text-align: center;
	color: #0083FB;
	font-size: 30upx;
}