yzt
2023-05-08 24e1c6a1c3d5331b5a4f1111dcbae3ef148eda1a
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
<%--
  Created by IntelliJ IDEA.
  User: Administrator
  Date: 2023/5/5
  Time: 15:14
  To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
    <title>Title</title>
</head>
<style>
  .blue{
    margin-top: 14px;
    font-weight: bolder;
 
  }
  .blue:active{
    background-color: deepskyblue;
    color: white;
    border-radius: 5px;
  }
  .blue1{
    text-decoration: none;
    color: black;
  }
  .container{
    box-shadow: 1px 2px 5px #666666;
    margin-top: 10px;
  }
 
</style>
<body>
  <div style="background-color: white;width: 46px;height: 186px;border-radius: 10px;padding-top: 10px" class="container">
    <a href="#" class="blue1"><div class="blue" style="text-align: center;height: 30px;width: 30px;line-height: 30px;margin-top: 14px;margin: auto;">F1</div></a>
    <div style="margin: auto;width: 30px;border-top: 1px solid #cccccc;margin-top: 7px"></div>
    <a href="#" class="blue1"><div class="blue" style="text-align: center;height: 30px;width: 30px;line-height: 30px;margin-top: 14px;margin: auto;margin-top: 10px">F2</div></a>
    <div style="margin: auto;width: 30px;border-top: 1px solid #cccccc;margin-top: 7px"></div>
    <a href="#" class="blue1"><div class="blue" style="text-align: center;height: 30px;width: 30px;line-height: 30px;margin-top: 14px;margin: auto;margin-top: 10px">F3</div></a>
    <div style="margin: auto;width: 30px;border-top: 1px solid #cccccc;margin-top: 7px"></div>
    <a href="#" class="blue1"><div class="blue" style="text-align: center;height: 30px;width: 30px;line-height: 30px;margin-top: 14px;margin: auto;margin-top: 10px">F4</div></a>
  </div>
</body>
</html>