mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
2 lines
2.6 KiB
CSS
2 lines
2.6 KiB
CSS
.container-item[data-v-e2800539]{width:100%;border:1px solid var(--color-border);border-radius:4px;color:var(--color-text-2)}.container-head[data-v-e2800539]{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;height:80px;padding:10px 10px 10px 50px;border-bottom:1px solid var(--color-border)}.container-head .monitor[data-v-e2800539]{position:absolute;top:10px;left:10px}.container-head .bt-link[data-v-e2800539]{font-size:14px;font-weight:700}.container-status[data-v-e2800539]{min-width:8px;height:8px;border-radius:50%}.container-status.primary[data-v-e2800539]{background-color:var(--color-primary)}.container-status.error[data-v-e2800539]{background-color:var(--color-color)}.container-bottom[data-v-e2800539]{padding:20px}.container-progress[data-v-e2800539]{position:relative;width:30px;height:90px}.container-progress .n-progress[data-v-e2800539]{position:absolute;bottom:30px;left:-30px;width:90px;transform:rotate(270deg)}.monitor-data[data-v-e2800539]{display:flex;flex-direction:column;justify-content:flex-end;width:120px;height:100%;margin-left:32px;padding-bottom:4px}.monitor-data .rows[data-v-e2800539]{position:relative;display:flex;align-items:center;justify-content:space-between;padding-left:20px}.monitor-data .rows .bg[data-v-e2800539]{position:absolute;top:1px;left:0;width:12px;height:12px}.monitor-data .rows+.rows[data-v-e2800539]{margin-top:8px}.resource-list[data-v-212486bf]{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.resource-list .resource-item[data-v-212486bf]{position:relative;padding:24px;border-radius:8px;box-shadow:0 0 6px rgba(0,0,0,.125);transition:all .3s;overflow:hidden;cursor:pointer}.resource-list .resource-item .resource-title[data-v-212486bf]{margin-bottom:10px;font-size:16px;font-weight:500}.resource-list .resource-item .resource-content[data-v-212486bf]{color:var(--color-text-1);margin-bottom:10px;font-size:28px}.resource-list .resource-item .resource-subtitle[data-v-212486bf]{color:var(--color-text-3);font-size:13px}.resource-list .resource-item .resource-subtitle span[data-v-212486bf]{color:var(--color-primary)}.resource-list .resource-item .resource-icon[data-v-212486bf]{position:absolute;bottom:20px;right:20px;display:flex;align-items:center;justify-content:center;opacity:.05}.resource-list .resource-item .resource-icon img[data-v-212486bf]{width:64px;height:64px}.rotate-icon[data-v-212486bf]{transition:transform .3s}.rotate-icon.up[data-v-212486bf]{transform:rotate(180deg)}.container-list[data-v-212486bf]{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}
|