2025-04-22 14:39:59 +08:00

155 lines
2.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.container {
padding: 20rpx;
}
.section {
margin-bottom: 40rpx;
padding: 20rpx;
background: #fff;
border-radius: 8rpx;
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.1);
}
.section-title {
font-size: 32rpx;
font-weight: bold;
margin-bottom: 20rpx;
}
.info-item {
display: flex;
align-items: center;
margin-bottom: 16rpx;
white-space: nowrap;
}
.label {
color: #666;
font-size: 28rpx;
width: 160rpx;
}
.value {
color: #333;
font-size: 28rpx;
flex: 1;
}
.product-image {
margin: 32rpx 0;
text-align: center;
}
.product-image image {
width: 300rpx;
height: 300rpx;
border-radius: 16rpx;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
}
.complete-btn-container {
position: fixed;
bottom: 32rpx;
left: 32rpx;
right: 32rpx;
display: flex;
justify-content: space-between;
}
.complete-btn {
width: 48%;
height: 80rpx;
line-height: 80rpx;
background: #ff512a;
color: #fff;
border-radius: 40rpx;
font-size: 32rpx;
}
.cancel-btn {
background: #999;
}
.installation-images {
display: flex;
flex-wrap: wrap;
gap: 16rpx;
}
.installation-image {
width: 210rpx;
height: 210rpx;
border-radius: 8rpx;
}
.image-container {
display: flex;
flex-wrap: wrap;
gap: 16rpx;
/* 图片间距 */
position: relative;
}
.image-item {
width: calc((100% - 32rpx) / 3);
/* 每行显示3张图片减去间距 */
height: 210rpx;
border-radius: 8rpx;
}
.delete-icon {
position: absolute;
top: -10rpx;
right: -10rpx;
width: 40rpx;
height: 40rpx;
background: #ff512a;
color: #fff;
border-radius: 50%;
text-align: center;
line-height: 40rpx;
font-size: 28rpx;
}
.upload-btn {
width: 210rpx;
height: 210rpx;
border: 2rpx dashed #ccc;
border-radius: 8rpx;
display: flex;
align-items: center;
justify-content: center;
color: #666;
}
.item2 {
margin-top: 10rpx;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.value2 {
display: flex;
justify-content: center;
}
.btn {
width: 240rpx;
height: 60rpx;
line-height: 60rpx;
background: #ff512a;
color: #fff;
border-radius: 40rpx;
font-size: 32rpx;
text-align: center;
margin-top: 10rpx;
}
.value3 {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}