状态:已完成
【Python 代码】为每个屏幕尺寸分类编写对应的CSS媒体查询语句
Thinking Process:
1. **Analyze the Request:**
* **Role:** Professional Programming Assistant.
* **Goal:** Write CSS media query statements for each screen size category.
* **Rules:**
1. If the goal can be directly achieved by running Python code, return the complete Python code without explanation.
2. If not directly achievable by Python, split the goal into 2-5 independent sub-goals. Each sub-goal must be complete and self-contained (no context dependence). Format: `子目标:XXXXXX`. One per line.
3. No extra text, strict output.
2. **Evaluate the Goal vs. Python Capability:**
* **Goal:** "为每个屏幕尺寸分类编写对应的 CSS 媒体查询语句" (Write corresponding CSS media query statements for each screen size category).
* **Context:** CSS media queries are typically written in a `.css` file or inside `