| 12345678910111213141516171819202122232425262728 | .head {	width: 100vw;	display: flex;	line-height: 60rpx;	justify-content: center;	text {		margin: 0 20rpx;	}}.item {	padding: 20rpx 30rpx;	width: 100vw;	background-color: #fff;	border-bottom: 1px solid #ddd;	.title {		font-size: 28rpx;		font-weight: 700;		margin-bottom: 10rpx;	}	view {		font-size: 24rpx;		margin-top: 6rpx;	}}
 |