three实现3d数字工厂仓储简洁机械臂搬运数字孪生大屏亮色代码

代码语言:html

所属分类:图表

代码描述:three实现3d数字工厂仓储简洁机械臂搬运数字孪生大屏亮色代码

代码标签: three 3d 数字 工厂 仓储 机械臂 搬运 数字 孪生 大屏 亮色 简洁 代码

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>3D机械臂智能分拣实时数据大屏 - 极简白</title>
    <style>
        /* 基础重置与全屏设置 (浅色背景) */
        body, html { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; background-color: #f4f7f9; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
        
        /* 3D画布容器 */
        #canvas-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
        
        /* UI 层叠在3D画面上方 */
        .ui-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; display: flex; flex-direction: column; justify-content: space-between; }
        
        /* 顶部标题栏 (极简设计) */
        .header { height: 80px; display: flex; justify-content: center; align-items: center; position: relative; background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%); }
        .header h1 { color: #2c3e50; margin: 0; font-size: 26px; letter-spacing: 2px; font-weight: 600; pointer-events: auto; }
        .time-display { position: absolute; right: 40px; color: #7f8c8d; font-size: 15px; font-variant-numeric: tabular-nums; }

        /* 两侧面板容器 */
        .main-panel { display: flex; justify-content: space-between; padding: 30px; flex: 1; pointer-events: none; }
        
        /* 面板统一样式 (轻拟物毛玻璃) */
        .panel { width: 340px; background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(255, 255, 255, 0.9); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 24px; border-radius: 16px; pointer-events: auto; display: flex; flex-direction: column; gap: 16px; }
        .panel-title { color: #34495e; font-size: 16px; display: flex; align-items: center; margin-bottom: 5px; font-weight: 600; }
        .panel-title::before { content: ''; display: inline-block; width: 4px; height: 16px; background-color: #5c88c4; border-radius: 2px; margin-right: 10px; }
        
        /* 数据项卡片 (干净的卡片) */
        .data-card { background: rgba(255, 255, 255, 0.6); padding: 16px 20px; border-radius: 10px; border: 1px solid rgba(0,0,0,0.03); display: flex; justify-content: space-between; align-items: center; transition: tr.........完整代码请登录后点击上方下载按钮下载查看

网友评论0