addCard.wxss 746 字节

.title{
	font-size:28rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(61,69,76,1);
	line-height: 104rpx;
	padding: 0 40rpx;
	box-sizing: border-box;
}
.box{
	background: #fff;
	padding:  0 40rpx;
	box-sizing: border-box;
}
.item{
	height: 108rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	border-bottom: 1px solid #EEEEEE;
}
.name{
	width: 84rpx;
	font-size:28rpx;
	font-family:PingFangHK-Medium,PingFangHK;
	font-weight:600;
	color:rgba(8,18,31,1);
	margin-right: 16rpx;
}
.fill{
	width:232rpx;
	font-size:28rpx;
	font-family:PingFangHK-Regular,PingFangHK;
	font-weight:400;
	color:rgba(91,94,100,1);
}