179 lines
3.0 KiB
Plaintext
179 lines
3.0 KiB
Plaintext
.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;
|
||
}
|
||
.section-title2{
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.section-title2_status{
|
||
font-size: 26rpx !important;
|
||
}
|
||
|
||
.info-item {
|
||
display: flex;
|
||
margin-bottom: 16rpx;
|
||
}
|
||
|
||
.label {
|
||
color: #666;
|
||
font-size: 28rpx;
|
||
width: 160rpx;
|
||
}
|
||
|
||
.value {
|
||
color: #333;
|
||
font-size: 28rpx;
|
||
flex: 1;
|
||
overflow: hidden;
|
||
white-space: wrap;
|
||
text-align: right;
|
||
overflow-x: auto;
|
||
}
|
||
|
||
.product-image {
|
||
margin: 32rpx 0;
|
||
text-align: center;
|
||
width: 300rpx;
|
||
height: 300rpx;
|
||
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
|
||
}
|
||
|
||
.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: #2583FF;
|
||
color: #fff;
|
||
border-radius: 40rpx;
|
||
font-size: 32rpx;
|
||
}
|
||
|
||
.cancel-btn {
|
||
background: #F56C6C;
|
||
}
|
||
|
||
|
||
.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: #2583FF;
|
||
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;
|
||
}
|
||
|
||
|
||
.item4{
|
||
}
|
||
|
||
|
||
.value2 {
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
align-items: flex-end;
|
||
}
|
||
.value2 image{
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
margin-left: 10rpx;
|
||
}
|
||
|
||
.btn {
|
||
width: 200rpx;
|
||
height: 60rpx;
|
||
line-height: 60rpx;
|
||
background: #2583FF;
|
||
color: #fff;
|
||
border-radius: 40rpx;
|
||
font-size: 32rpx;
|
||
text-align: center;
|
||
margin-top: 10rpx;
|
||
}
|
||
|
||
.value3 {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
flex-direction: column;
|
||
} |