Newer
Older
smartKitchenMiniProgram / packageB / historical / historical.wxss
/* packageB/historical/historical.wxss */
page {
	background: linear-gradient(180deg, #fefeff 0%, #a8cee1 50%, #fefeff 100%);
}
.historical-top{
 padding: 50rpx;
}
.historical-top-box{
	display: flex;
	align-items: center;
	width: 100%;
	height: 240rpx;
	border: #000 2rpx solid;
	border-radius: 20rpx;
}
.id-img{
	width: 200rpx;
	height: 80rpx;
	margin-left: 30rpx;
	margin-bottom: 40rpx;
	border-radius: 10rpx;
}

.user-info{
	margin-left: 34rpx;
	margin-top: 18rpx;
}
.user-info view {
	margin-bottom: 10rpx;
}

.title{
	font-size: 42rpx;
	font-weight: 700;
	padding: 26rpx;
	padding-left: 80rpx;
	border-top: solid 2rpx #eee;
	border-bottom: solid 2rpx #eee;
}

.table-tr{
	display: flex;
	justify-content: space-around;
	padding: 35rpx;
	border-bottom: solid 2rpx #eee;
}