Files
aiot-platform-ui/apps/web-antd/dist/css/device-card-BLYhc_PH.css
lzh 2deb263bf9
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 8s
chore: build and deploy web-antd
2026-03-08 00:18:15 +08:00

2 lines
1.8 KiB
CSS

.device-card[data-v-fab000a0]{border-radius:8px;cursor:pointer;overflow:hidden;transition:all .3s ease}.device-card[data-v-fab000a0]:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.device-card__body[data-v-fab000a0]{padding:16px}.device-card__header[data-v-fab000a0]{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.device-card__name[data-v-fab000a0]{color:#262626;flex:1;font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-card__header-right[data-v-fab000a0]{align-items:center;display:flex;flex-shrink:0;gap:6px}.device-card__type-badge[data-v-fab000a0]{border-radius:10px;font-size:12px;font-weight:600;line-height:20px;padding:2px 10px;white-space:nowrap}.device-card__more[data-v-fab000a0]{align-items:center;border-radius:4px;color:#8c8c8c;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;height:24px;justify-content:center;letter-spacing:1px;width:24px}.device-card__more[data-v-fab000a0]:hover{background:#f0f0f0;color:#1677ff}.device-card__info[data-v-fab000a0]{display:flex;flex-direction:column;font-size:13px;gap:4px;margin-bottom:10px}.device-card__info-row[data-v-fab000a0]{align-items:center;display:flex;gap:8px}.device-card__info-label[data-v-fab000a0]{color:#8c8c8c;flex-shrink:0}.device-card__info-value[data-v-fab000a0]{color:#595959;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-card__footer[data-v-fab000a0]{align-items:center;display:flex;gap:8px}.device-card__footer-sep[data-v-fab000a0]{color:#d9d9d9}html.dark .device-card__name[data-v-fab000a0]{color:#ffffffd9}html.dark .device-card__info-label[data-v-fab000a0]{color:#ffffff73}html.dark .device-card__info-value[data-v-fab000a0]{color:#ffffffa6}html.dark .device-card__more[data-v-fab000a0]:hover{background:#ffffff14}