cardDetail.css 2.1 KB
/* 名片详情 */
.detail_top{
	padding: 40upx 24upx 20upx;
	border-bottom: 16upx solid #fafafa;
}
/* 公司名称 */
.company_name{ 
	color: #06121E;
	font-size: 36upx;
	padding-bottom: 60upx;
}
/* 名片正反面 */
.card_pic{
	width: 100%;
	height: 360upx;
	border-radius: 8upx;
	box-shadow:0upx 4upx 24upx rgba(186,50,0,0.15);
}
.card_tips{
	color: #06121E;
	font-size: 28upx;
	padding: 20upx 0;
}
/* 公司简介 */
.company_intro{
	border-bottom: 16upx solid #fafafa;
	color: #06121E;
	font-size: 28upx;
	position: relative;
}
.company_title_wrap{
	padding: 24upx 48upx;
	border-bottom: 1upx solid #eee;
	
}
.company_title{
	position: relative;
}
.company_title:after{
	position: absolute;
	top: 50%;
	left: -24upx;
	transform: translateY(-50%);
	content: '';
	width: 12upx;
	height: 28upx;
	background-color: #0083FB;
	border-radius: 4upx;
}
/* 详情 */
.company_detail{
	padding: 20upx 24upx 0;
}
.company_pic_wrap{
	margin-top: 24upx;
}
.company_pic_single{
	width: 226upx;
	height: 190upx;
	margin-bottom: 12upx;
}
.company_pic_single:nth-child(3n+2){
	margin:0 12upx 12upx;
}
/* 刷新名片 */
.refresh_card{
	position: fixed;
	right: 24upx;
	bottom: 104upx;
	width: 112upx;
	height: 112upx;
	border-radius: 50%;
	box-shadow:0upx 4upx 24upx rgba(0,0,0,0.06);
	color: #3D444D;
	font-size: 22upx;
	background-color: #fff;
	z-index: 9;
}
.refresh_icon{
	width: 44upx;
	height: 44upx;
}
/* 联系方式 */
.contact_code{
	padding: 30upx 40upx;
	border-bottom: 1upx solid #eee;
}
/* 二维码 */
.qr_code{
	width: 168upx;
	height: 168upx;
	margin-right: 18upx;
}
/* 姓名 住址 */
.contact_r{
	width: 500upx;
	height: 168upx;
	color: #3D444D;
	font-size: 28upx;
}
/* 各种联系方式 */
.contact_single{
	padding: 30upx 0;
	margin: 0 20upx;
	color: #3D444D;
	font-size: 28upx;
	border-bottom: 1upx solid #eee;
}
.no_bottom{
	border-bottom: none;
}
.contact_icon{
	width: 40upx;
	height: 40upx;
	margin-right: 4upx;
}
/* 收藏名片 */
.collect_btn{
	width: 100%;
	height: 88upx;
	text-align: center;
	line-height: 88upx;
	color: #fff;
	font-size: 30upx;
	background-color: #0083FB;
	border-top: 70upx solid #fafafa;
}