Blame view

app/pages/English/manu/warehouse.html 2.2 KB
7820380e   “wangming”   1
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
  <!DOCTYPE html>
  <html lang="en">
  <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Document</title>
      <link rel="stylesheet" href="../../../static/css/manu/warehouse/warehouse.css">
  </head>
  <body>
      <div class="ware_one">
          <!-- <div class="lef">
              <img src="../../static/imgs/manu/ware1.png" alt="">
          </div> -->
          <div class="rig">
              <div class="top">
                  <div class="top_lef">
                      <div>
                          <img src="../../../static/imgs/manu/ware2.jpg" alt="">
                          <p>LIQUID RAW MATERIALS</p>
                      </div>
                      <div style="margin-left: 10px;">
                          <img src="../../../static/imgs/manu/ware3.jpg" alt="">
                          <p>SOLID RAW MATERIALS</p>
                      </div>
                  </div>
                  
              </div>
              <div class="bot">
                  <div class="top_rig">
                      <p>
                          Stereo warehouse of chemical agent
                      </p>
                      <p>
                          Area: 18m * 66m =1188㎡ <br>
                          height of 9m <br>
                          driving height of 5.5m.
                      </p>
                      <p>
                          4 Layer Storage Shelf + Roadway stacker operation <br>
                          Maximum storage capacity> 10000t
                      </p>
                  </div>
                  <div class="rig_sup" style="width: 250px;">
                      <p>
                          SUPERIORITY:
                      </p>
                      <ul>
                          <li>
                              Increase the effective storage space
                          </li>
                          <li>
                              Save area
                          </li>
                          <li>
                              Mechanized operations
                          </li>
                          <li>
                              Increase work efficiency
                          </li>
                      </ul>
                  </div>
              </div>
          </div>
      </div>
  </body>
  </html>