76 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2026-01-30 09:54:26 +08:00
page {
background-color: #f8f8f8;
}
.qr_code_page {
margin: 30rpx;
background-color: #fff;
border-radius: 30rpx;
padding: 50rpx 30rpx 30rpx 30rpx;
}
.qr_code {
width: 400rpx;
height: 400rpx;
margin: 0 auto;
border: 1rpx solid #eee;
background-color: #f8f8f8;
}
.qr_code image {
width: 400rpx;
height: 400rpx;
}
.project_name {
color: #3d3d3d;
font-size: 32rpx;
font-weight: 500;
padding: 40rpx 0 30rpx 0;
text-align: center;
}
.passed_time {
background-color: #f5f7ff;
border-radius: 20rpx;
margin: 0 auto;
width: 500rpx;
text-align: center;
padding: 30rpx 0;
}
.passed_time .date {
color: #2a7efb;
font-size: 50rpx;
}
.passed_time .passed_type {
padding-top: 10rpx;
color: #333;
font-size: 28rpx;
}
.goods_contents {
border-top: 1rpx solid #eee;
margin: 40rpx 0 0 0;
padding-top: 30rpx;
}
.goods_contents .goods_title {
font-size: 30rpx;
color: #3d3d3d;
font-weight: 500;
}
.goods_contents .goods_items {
background-color: #f5f6f9;
border-radius: 16rpx;
padding: 30rpx;
margin-top: 30rpx;
}
.goods_contents .goods_items_header {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 30rpx;
}
.goods_contents .goods_items_remark {
color: #666666;
font-size: 26rpx;
padding-top: 5rpx;
}
.goods_remark {
color: #333333;
font-size: 26rpx;
padding-top: 20rpx;
}