2 lines
12 KiB
CSS
2 lines
12 KiB
CSS
*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,-apple-system,sans-serif;font-size:14px;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;-webkit-font-smoothing:antialiased}.app{display:flex;min-height:100vh}.sidebar{width:240px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;flex-shrink:0}.sidebar-header{padding:20px;border-bottom:1px solid rgba(0,0,0,.05)}.logo{display:flex;align-items:center;gap:10px}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.logo-text{font-size:16px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.categories-section{flex:1;overflow-y:auto;padding:16px 12px}.categories-title{font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;padding:0 8px;margin-bottom:8px}.category-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:4px;color:#666;font-size:13px;flex:1;min-width:0}.category-item:hover{background:#667eea14;color:#667eea}.category-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.category-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#0000000a;font-size:14px;flex-shrink:0}.category-item.active .category-icon{background:#fff3}.category-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-count{font-size:11px;padding:2px 6px;background:#0000000f;border-radius:10px;flex-shrink:0}.category-item.active .category-count{background:#fff3}.category-item-wrapper{display:flex;align-items:center;gap:4px}.category-edit-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#999;cursor:pointer;border-radius:4px;opacity:0;transition:all .2s ease;flex-shrink:0}.category-item-wrapper:hover .category-edit-btn{opacity:1}.category-edit-btn:hover{background:#667eea1a;color:#667eea}.sidebar-footer{padding:16px;border-top:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:8px}.add-btn{width:100%;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.add-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #667eea66}.add-btn.secondary{background:#fffffff2;color:#667eea;border:1.5px solid #667eea;box-shadow:none}.add-btn.secondary:hover{background:#667eea;color:#fff}.main-content{flex:1;padding:32px;overflow-y:auto}.search-bar{max-width:600px;margin-bottom:32px;position:relative}.search-input{width:100%;height:48px;padding:0 20px 0 48px;background:#fffffff2;border:2px solid transparent;border-radius:24px;font-size:14px;color:#333;box-shadow:0 4px 20px #0000001a;transition:all .2s ease}.search-input:focus{outline:none;border-color:#667eea80;box-shadow:0 4px 25px #667eea33}.search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#999}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.section-count{font-size:13px;font-weight:400;opacity:.8}.website-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.site-card{position:relative;background:#fff;border-radius:16px;padding:20px;min-height:140px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000014;overflow:hidden}.site-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.site-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #667eea40}.site-card:hover:before{opacity:1}.site-card:hover .card-bottom-actions{opacity:1}.card-bottom-actions{position:absolute;bottom:12px;left:12px;right:12px;display:flex;gap:6px;justify-content:flex-end;align-items:center;opacity:0;transition:opacity .2s ease}.site-card:hover .external-icon{opacity:0}.card-icon{width:52px;height:52px;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:all .3s ease}.site-card:hover .card-icon{transform:scale(1.05);background:linear-gradient(135deg,#667eea15,#764ba215)}.card-icon img{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.card-icon svg{width:26px;height:26px;color:#667eea}.card-name{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px;padding-right:80px}.card-desc{font-size:12px;color:#888;padding-right:80px}.card-category{position:absolute;top:12px;right:12px;display:inline-block;padding:4px 10px;background:linear-gradient(135deg,#667eea20,#764ba220);border-radius:6px;font-size:11px;font-weight:500;color:#667eea}.card-favorite{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:#f5f5f5;color:#ccc;cursor:pointer;border-radius:8px;padding:0;transition:all .2s ease}.card-favorite:hover,.card-favorite.active{color:#fbbf24;background:#fef3c7}.card-actions{position:absolute;bottom:12px;right:12px;display:flex;gap:4px;padding:4px;background:#fffffff2;border-radius:10px;box-shadow:0 2px 10px #0000001a;opacity:0;transition:all .2s ease}.action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:#f5f5f5;color:#888;cursor:pointer;border-radius:8px;transition:all .2s ease}.action-btn:hover{border-color:#667eea;color:#667eea;transform:scale(1.05)}.action-btn.delete:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.external-icon{position:absolute;bottom:14px;right:14px;color:#ccc;opacity:0;transition:all .2s ease}.empty-state{text-align:center;padding:80px 40px;background:#fffffff2;border-radius:24px;box-shadow:0 8px 40px #0000001a}.empty-icon{width:100px;height:100px;margin:0 auto 24px;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-icon svg{width:44px;height:44px;color:#667eea}.empty-title{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.empty-desc{font-size:14px;color:#888;margin-bottom:28px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.modal{background:#fff;border-radius:20px;padding:28px;width:100%;max-width:420px;box-shadow:0 25px 80px #00000040}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.modal-title{font-size:18px;font-weight:600;color:#1a1a1a}.modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:#f5f5f5;color:#888;cursor:pointer;border-radius:8px;transition:all .2s ease}.modal-close:hover{background:#eee;color:#333}.form-group{margin-bottom:18px}.form-label{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:8px}.form-input{width:100%;height:44px;padding:0 14px;border:2px solid #f0f0f0;border-radius:10px;font-size:14px;color:#333;transition:all .2s ease}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-select{width:100%;height:44px;padding:0 14px;border:2px solid #f0f0f0;border-radius:10px;font-size:14px;color:#333;background:#fff;cursor:pointer;transition:all .2s ease}.form-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-checkbox{display:flex;align-items:center;gap:10px;font-size:14px;color:#555;cursor:pointer}.form-checkbox input{width:18px;height:18px;accent-color:#667eea}.color-picker{width:100%;height:44px;padding:4px;border:2px solid #f0f0f0;border-radius:10px;cursor:pointer;background:#fff}.icon-picker{display:flex;flex-wrap:wrap;gap:8px}.icon-option{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid #f0f0f0;border-radius:10px;background:#fff;color:#666;cursor:pointer;transition:all .2s ease}.icon-option:hover{border-color:#667eea;color:#667eea}.icon-option.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea10,#764ba210);color:#667eea}.form-actions{display:flex;gap:12px;margin-top:28px}.form-actions .btn{flex:1;height:46px;border-radius:12px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-cancel{background:#f5f5f5;border:none;color:#666}.btn-cancel:hover{background:#eee}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;box-shadow:0 4px 12px #667eea4d}.btn-submit:hover{transform:translateY(-1px);box-shadow:0 6px 16px #667eea66}.btn-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.category-form{padding-bottom:16px;border-bottom:1px solid #f0f0f0;margin-bottom:16px}.form-row{display:flex;gap:8px;margin-bottom:12px}.form-row .form-input{flex:1}.color-picker-row{display:flex;gap:8px;flex-wrap:wrap}.color-option{width:32px;height:32px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .2s ease}.color-option:hover{transform:scale(1.1)}.color-option.selected{border-color:#333;box-shadow:0 0 0 2px #fff}.category-list{max-height:300px;overflow-y:auto}.category-list-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;transition:background .2s ease}.category-list-item:hover{background:#f5f5f5}.category-list-info{display:flex;align-items:center;gap:8px}.category-list-color{width:12px;height:12px;border-radius:50%}.category-list-name{font-size:13px;color:#333}.category-list-count{font-size:11px;color:#999}.category-list-actions{display:flex;gap:4px}.category-list-actions button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#999;cursor:pointer;border-radius:4px;transition:all .2s ease}.category-list-actions button:hover{background:#e0e0e0;color:#333}.category-list-actions button:last-child:hover{background:#fee;color:#f44}.loading{display:flex;align-items:center;justify-content:center;min-height:300px}.spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.app{flex-direction:column}.sidebar{width:100%;max-height:40vh;border-right:none;border-bottom:1px solid rgba(255,255,255,.2)}.categories-section{display:flex;flex-wrap:wrap;gap:8px;padding:12px}.categories-title{display:none}.category-item{margin:0;padding:8px 12px;background:#0000000a;border-radius:8px}.category-count{display:none}.sidebar-footer{padding:12px}.add-btn span{display:none}.main-content{padding:20px}.search-bar{margin-bottom:20px}.search-input{height:42px}.website-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.site-card{padding:18px 16px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}
|