mrzhssss
2022-01-05 321eb88924aa7d93bac9df6a0f1680cd72eb9a70
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>仓储管理系统</title>
    <!-- layui -->
    <link rel="stylesheet" href="layui/css/layui.css">
    <link rel="stylesheet" href="css/lib.css">
    <link rel="stylesheet" href="css/road.css">
 
    <style media="screen">
      body{
        background: url(res/index/bg_1.png);
        background-size: cover;
      }
      .fn_1{
        width: 250px; height: 220px;
        background: url(res/index/fn_1.png);
        background-size: cover;
      }
      .fn_1:hover{
        background: url(res/index/fn_1_h.png);
        background-size: cover;
      }
 
      .fn_2{
        width: 250px; height: 220px;
        background: url(res/index/fn_2.png);
        background-size: cover;
      }
      .fn_2:hover{
        background: url(res/index/fn_2_h.png);
        background-size: cover;
      }
      .fn_3{
        width: 250px; height: 220px;
        background: url(res/index/fn_3.png);
        background-size: cover;
      }
      .fn_3:hover{
        background: url(res/index/fn_3_h.png);
        background-size: cover;
      }
 
      .sci-wheel{
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
      }
 
      .header{
        width: 100%; height: 100px; line-height: 100px;
        padding: 0 40px;
        background:rgba(0,0,0,0.3);
      }
      .header img{
        float: left;
        margin: 10px 10px;
        width: 100px;
      }
      .header p{
        float: left;
        font-size: 30px; color: white;
        letter-spacing: 3px;
      }
      .header .home-btn {
        float: left;
        margin-top: 20px;
        width: 74px;
        height: 74px;
        border: 1px solid #102262;
        border-radius: 5px;
        background: url(res/index/icon.png) no-repeat center center;
        background-size: 45% 45%;
        cursor: pointer;
      }
      .center{
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        margin: auto;
        width: 930px; height: 250px;
        /* bottom: 300px; */
      }
      .center .list{
        display: block;
        float: left;
        margin: 0 30px;
      }
      .center .list p{
        text-align: center;
        color: #00BAF1;
        font-size: 18px;
        margin-top: 240px;
      }
      /* .center .list img{
        width: 250px;
        margin: 0 30px;
      } */
    </style>
 
 
  </head>
  <body>
 
 
    <div class="header">
      <a href="login.html"><div class="home-btn"></div></a>
 
<!--      <img src="res\logo.png" alt="">-->
      <p style="margin-left:20px">请选择您要进入的车间</p>
    </div>
 
    <img class="sci-wheel" src="res\sci.gif" alt="">
 
    <div class="center">
      <a class="list fn_1 moveUpDownFla1" href="store.html">
        <!-- <img src="images\fn_1.png" alt=""> -->
        <p>密炼车间</p>
      </a>
      <a class="list fn_2 moveUpDownFla2" href="store.html">
        <!-- <img src="images\fn_2.png" alt=""> -->
        <p>成型车间</p>
      </a>
      <a class="list fn_3 moveUpDownFla1" href="store.html">
        <!-- <img src="images\fn_3.png" alt=""> -->
        <p>质检车间</p>
      </a>
    </div>
 
    <!--流星-->
        <div class="liuxing liuxing1 liuxingFla"></div>
        <div class="liuxing liuxing2 liuxingFla2"></div>
        <div class="liuxing liuxing3 liuxingFla3"></div>
        <div class="liuxing liuxing4 liuxingFla4"></div>
  </body>
 
  <!-- layui -->
  <script type="text/javascript" src="lib\layui\layui.all.js"></script>
</html>