You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
9.3 KiB

5 months ago
.inventory-bg{min-height:100vh;background:#f5f6f7;padding:.75rem}.inventory-card{background:#fff;border-radius:.75rem;padding:1rem .75rem;margin-bottom:.75rem}.readonly-group{margin-bottom:1rem;padding:.75rem;background:#f8f9fa;border-radius:.5rem}.readonly-item{display:flex;justify-content:space-between;margin-bottom:.625rem}.readonly-item:last-child{margin-bottom:0}.readonly-label{color:#666;font-size:.875rem;width:20%}.readonly-value{color:#333;font-size:.875rem;font-weight:500;text-align:right;width:75%}.form-group{margin-bottom:1rem}.form-label{font-size:.875rem;color:#333;margin-bottom:.5rem;font-weight:500}.form-input{height:2.75rem;background:#f8f9fa;border:none;border-radius:.5rem;padding:0 .75rem;font-size:.875rem;color:#333}.form-textarea{min-height:5rem;background:#f8f9fa;border:none;border-radius:.5rem;padding:.625rem .75rem;font-size:.875rem;color:#333}.photo-upload{display:flex;flex-wrap:wrap;gap:.625rem}.photo-preview{position:relative;width:5rem;height:5rem}.photo-btn{width:5rem;height:5rem;background:#f8f9fa;border-radius:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0}.photo-btn .iconfont{font-size:1.5rem;color:#666;margin-bottom:.25rem}.btn-text{font-size:.75rem;color:#666}.photo-preview{position:relative}.photo-img{width:5rem;height:5rem;border-radius:.5rem}.photo-del{position:absolute;top:-.5rem;right:-.5rem;width:1.25rem;height:1.25rem;background:rgba(0,0,0,.6);border-radius:50%;display:flex;align-items:center;justify-content:center}.delete-icon{color:#ff4d4f;font-size:1rem;font-weight:700;line-height:1}.submit-btn{width:100%;height:2.75rem;background:#409eff;color:#fff;font-size:1rem;font-weight:500;border-radius:1.375rem;margin-top:1.5rem}.submit-btn:active{opacity:.9}.maintenance-section{margin-bottom:1rem;padding:.75rem;background:#f8f9fa;border-radius:.5rem}.section-title{font-size:1rem;font-weight:700;color:#333;margin-bottom:.75rem}.maintenance-list{display:flex;flex-direction:column;gap:.75rem}.maintenance-item{background:#fff;border-radius:.5rem;padding:.75rem;border:1px solid #e0e0e0}.maintenance-row{display:flex;align-items:flex-start;margin-bottom:.5rem;line-height:1.6}.maintenance-row:last-child{margin-bottom:0}.maintenance-label{font-size:.8125rem;color:#666;width:7.5rem;flex-shrink:0}.maintenance-value{font-size:.8125rem;color:#333;flex:1;word-break:break-all}.maintenance-actions{margin-top:.625rem;padding-top:.625rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end}.action-btn{padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;border:none;margin-left:.5rem}.complete-btn{background:linear-gradient(135deg,#52c41a,#73d13d);color:#fff;box-shadow:0 2px 8px rgba(82,196,26,.3)}.complete-btn:active{opacity:.9;transform:scale(.98)}.view-btn{background:linear-gradient(135deg,#409eff,#66b1ff);color:#fff;box-shadow:0 2px 8px rgba(64,158,255,.3)}.view-btn:active{opacity:.9;transform:scale(.98)}.status-badge{display:inline-block;padding:.1875rem .375rem;border-radius:.375rem;font-size:.6875rem;font-weight:500;white-space:nowrap}.status-badge.status-normal{background:#e6f7ff;color:#1890ff;border:1px solid #91d5ff}.status-badge.status-urgent{background:#fff7e6;color:#fa8c16;border:1px solid #ffd591}.status-badge.status-overdue{background:#fff1f0;color:#ff4d4f;border:1px solid #ffccc7}.status-badge.status-default{background:#f5f5f5;color:#999;border:1px solid #d9d9d9}.empty-maintenance{text-align:center;padding:1.875rem 0;color:#999;font-size:.875rem}.inventory-action-section{margin-top:1rem;margin-bottom:1rem;display:flex;justify-content:center}.inventory-action-btn{width:6.25rem;height:2.5rem;background:linear-gradient(135deg,#409eff,#66b1ff);color:#fff;border:none;border-radius:1.25rem;font-size:1rem;font-weight:600;box-shadow:0 4px 12px rgba(64,158,255,.3);transition:all .3s ease}.inventory-action-btn:active{transform:scale(.95);box-shadow:0 2px 8px rgba(64,158,255,.4)}.inventory-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:cente