46 lines
550 B
Plaintext
46 lines
550 B
Plaintext
.container {
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.item-image {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
border-radius: 12rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.item-info {
|
|
background: #fff;
|
|
border-radius: 12rpx;
|
|
padding: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.info-item {
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.info-item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.label {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
margin-bottom: 10rpx;
|
|
display: block;
|
|
}
|
|
|
|
.value {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.action-buttons {
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.delete-btn {
|
|
width: 100%;
|
|
} |