修改报事报修

This commit is contained in:
2025-09-06 17:15:19 +08:00
parent 026ab919e7
commit a42559a936
8 changed files with 383 additions and 47 deletions

View File

@@ -245,34 +245,27 @@
position: relative;
}
.repair-empty-img-box {
border: 2rpx dashed #BDBDBD;
border-radius: 8rpx;
background: #fafbfc;
width: 100%;
min-height: 220rpx;
height: 500rpx;
display: flex;
align-items: center;
justify-content: center;
}
.repair-empty-img {
width: 90%;
max-width: 400rpx;
height: 180rpx;
width: 100%;
height: 100%;
object-fit: contain;
margin: 24rpx auto;
}
.repair-add-btn-box {
position: absolute;
right: 24rpx;
top: 500rpx;
right: -20rpx;
bottom: -40rpx;
}
.repair-add-btn {
width: 80rpx;
height: 80rpx;
border: 2rpx dashed #BDBDBD;
width: 100rpx;
height: 100rpx;
border-radius: 50%;
background: #fff;
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08);
}
.repair-list-box {
margin: 32rpx 0 0 0;
@@ -341,12 +334,13 @@
}
.repair-add-btn-fixed {
position: fixed;
right: 40rpx;
right: 5rpx;
bottom: 80rpx;
width: 100rpx;
height: 100rpx;
z-index: 100;
transition: transform 0.3s ease;
top: 50%;
transform: translateX(0);
}
.repair-add-btn-fixed.hide { transform: translateX(200%); }