card.css 726 字节


/* 无名片 */
.no_card{
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #fafafa;
}
.no_card_pic{
	width: 380upx;
	height: 380upx;
}
.add_card{
	width: 100%;
	position: absolute;
	bottom: 40upx;
	left: 0;
}
.add_card_btn{
	margin: 0 32upx;
	height: 88upx;
	background-color: #0083FB;
	color: #fff;
	text-align: center;
	line-height: 88upx;
	border-radius: 48upx;
	
}
/* 编辑按钮 */
.card_pic{
	width: 100%;
	height: 360upx;
}
.editor_btn{
	
}
.refresh_time{
	height: 88upx;
	font-size: 24upx;
	width: 60%;
	text-align: center;
	line-height: 88upx;
}
.editor_card{
	height: 88upx;
	width: 40%;
	font-size: 30upx;
	text-align: center;
	color: #fff;
	background-color: #0083FB;
	line-height: 88upx;
}