-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedium-production.html
More file actions
78 lines (76 loc) · 3.25 KB
/
medium-production.html
File metadata and controls
78 lines (76 loc) · 3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chunya - Medium Production</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container">
<div class="logo">
<img src="商标.jpg" alt="Chunya Logo">
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</nav>
<div class="contact-info">
<span>Hotline: +86 198-5042-0698</span>
<p>Email: rupingzhang.chunya@gmail.com</p>
</div>
</div>
</header>
<main>
<div class="sidebar">
<h2>Product Showcase</h2>
<ul>
<li><a href="small-production.html">small product</a></li>
<li><a href="medium-production.html">Mobile-type product</a></li>
<li><a href="large-production.html">Pipe-type product</a></li>
</ul>
</div>
<div class="content">
<section id="medium">
<h2>Factory production Standard production (mobile)</h2>
<div class="product-grid">
<div class="product-item">
<img src="抠图\FCY-20移动.png" alt="FCY-10">
<div class="product-info">
<h3> Product Name: FCY-20 mobile </h3>
<p> Ozone generation: 20000 mg/h </p>
<p>🌟Max air disinfection range: 900 m3 </p>
<p>🌟Max object surface disinfection area: 300 m3 </p>
<p> Ambient temperature: 6-25 degrees </p>
<p> Relative humidity: 60%-90%</p>
<p> Power: 600 watts </p>
<p> Volume: 350*450*1200 (mm)</p>
</div>
</div>
<div class="product-item">
<img src="抠图\FCY-30移动.png" alt="FCY-20">
<div class="product-info">
<h3> Product Name: FCY-30 mobile</h3>
<p> Ozone generation: 30000 mg/h </p>
<p>🌟Max air disinfection range: 1050 m3 </p>
<p>🌟Max object surface disinfection area: 350 m3 </p>
<p> Ambient temperature: 6-25 degrees </p>
<p> Relative humidity: 60%-90%</p>
<p> Power: 800 watts </p>
<p> Volume: 400*460*1200 (mm)</p>
</div>
</div>
<!-- Add more product items as needed -->
</div>
</section>
</div>
</main>
<footer>
<p>© 2024 Nanjing Chunya Electromechanical Technology Research Institute. All rights reserved.</p>
</footer>
</body>
</html>