Newer
Older
smartKitchenMiniProgram / packageB / subsidy / subsidy.wxss
/* packageB/subsidy/subsidy.wxss */
page {
	background: linear-gradient(180deg, #fefeff 0%, #a8cee1 50%, #fefeff 100%);
}
.subsidy-top{
	padding: 40rpx;
	display: flex;
}
.top-number{
	width: 330rpx;
	height: 200rpx;
	border: 1px #000 solid;
	text-align: center;
	line-height: 200rpx;
}

.top-draw{
	width: 330rpx;
	height: 200rpx;
	border: 1px #000 solid;
	border-left: none;
	text-align: center;
	line-height: 200rpx;
}

.title{
	font-size: 42rpx;
	font-weight: 700;
	margin: 20rpx 30rpx;
}

.content-item{
	display: flex;
	justify-content: space-between;
	padding: 20rpx 20rpx 20rpx 70rpx;
	border-bottom: 2rpx solid #eee;
}

.content-item-top{
	font-weight: 500;
	margin-bottom: 14rpx;
}
.content-item-bottom{
	color: rgb(124, 119, 119);
}