#app{width:100%;height:100%}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-track{background:#f1f1f1}.el-table{--el-table-header-bg-color: #f5f7fa}.el-dialog{--el-dialog-border-radius: 8px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-title{font-size:18px;font-weight:600;color:#303133}.search-form{margin-bottom:20px;padding:20px;background:#fff;border-radius:4px}.table-container{background:#fff;border-radius:4px;padding:20px}.pagination-container{display:flex;justify-content:flex-end;margin-top:20px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;padding:20px;cursor:pointer;transition:transform .3s}.stat-card:hover{transform:translateY(-5px)}.stat-card .stat-value{font-size:32px;font-weight:700;margin-bottom:10px}.stat-card .stat-label{font-size:14px;opacity:.8}.image-upload-container{display:flex;flex-wrap:wrap;gap:10px}.image-item{position:relative;width:100px;height:100px;border:1px solid #dcdfe6;border-radius:4px;overflow:hidden}.image-item img{width:100%;height:100%;object-fit:cover}.image-item .delete-btn{position:absolute;top:5px;right:5px;width:20px;height:20px;background:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.image-upload-btn{width:100px;height:100px;border:1px dashed #dcdfe6;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#909399}.image-upload-btn:hover{border-color:#409eff;color:#409eff}
