@@ -123,31 +123,12 @@ $$\text{SBR成本} = 0.72 \times P\_{\text{丁二烯}} + 0.28 \times P\_{\text{
123123
124124``` mermaid
125125graph TB
126- %% 定义样式
127- classDef regionNW fill:#e3f2fd,stroke:#1565c0,stroke-width:2px,color:#0d47a1;
128- classDef regionNE fill:#fbe9e7,stroke:#d84315,stroke-width:2px,color:#bf360c;
129- classDef regionEC fill:#e8f5e9,stroke:#2e7d32,stroke-width:2px,color:#1b5e20;
130- classDef techNode fill:#fff9c4,stroke:#fbc02d,stroke-width:3px,stroke-dasharray: 5 5;
131- classDef tireNode fill:#e0e0e0,stroke:#616161,stroke-width:2px;
132- classDef flowEdge stroke-width:3px,stroke:#546e7a,fill:none;
133-
126+ %% 这里的百分号表示注释,不会报错
134127 %% 主标题
128+
135129 subgraph 中国合成橡胶三大产能板块
136130 direction TB
137-
138- %% 西北板块
139- subgraph NW [西北板块 Xinjiang]
140- direction TB
141- N1(核心: 独山子石化)
142- N2[规模巨大]
143- N3(技术领先: 自主研发官能化SSBR):::techNode
144- N4[环保轮胎原料标杆]
145- N_Rail((铁路运输))
146- N1 --> N2 & N3 & N4
147- N1 --- N_Rail
148- end
149- class NW regionNW
150-
131+
151132 %% 东北板块
152133 subgraph NE [东北板块 Heilongjiang/Jilin/Liaoning]
153134 direction TB
@@ -156,29 +137,31 @@ graph TB
156137 E1 --- E2
157138 end
158139 class NE regionNE
159-
160- %% 华东板块
161- subgraph EC [华东板块 Shandong/Jiangsu/Zhejiang]
162- direction TB
163- C1[最大的生产与消费基地]
164- subgraph Producers [主要炼化企业]
165- C2(扬子石化 / 齐鲁石化 / 镇海炼化)
166- C3(民营大炼化: 浙江石化)
167- end
168- subgraph Consumer [核心消费端]
169- C4{{山东省: 轮胎制造大省}}:::tireNode
170- end
171- C1 --- Producers
172- Producers ==>|极强就地消化能力| C4
140+
141+ %% 西北板块 (补全你的代码)
142+ subgraph NW [西北板块 Xinjiang]
143+ N1(核心: 独山子石化)
144+ N_Rail((铁路运输))
145+ N1 --- N_Rail
173146 end
174- class EC regionEC
147+ class NW regionNW
175148
176- %% 定义流向关系
177- NE =================>|北材南下流向华东/华南| EC:::flowEdge
178- N_Rail =================>|地理位置偏但辐射全国| EC:::flowEdge
179- N_Rail =================>|辐射全国| OtherMarkets((全国其他市场))
149+ %% 华东板块 (补全你的代码)
150+ subgraph EC [华东板块]
151+ C1[华东市场]
152+ end
180153
154+ %% 定义流向关系
155+ NE =================>|北材南下| EC
156+ N_Rail =================>|辐射全国| EC
157+ N_Rail =================>|辐射全国| OtherMarkets((全国其他市场))
158+
181159 end
160+
161+ %% 定义样式类
162+ classDef regionNE fill:#fbe9e7,stroke:#d84315;
163+ classDef regionNW fill:#e3f2fd,stroke:#1565c0;
164+ classDef flowEdge stroke-width:3px,stroke:#546e7a;
182165```
183166
184167#### ** 3.2.3 技术结构升级**
0 commit comments