surprise
2023-12-29 18377dc5d61caf3a6a0835e17015ac2601f8709d
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
.kind {
    width: 100%;
    overflow: hidden;
    margin-left: 27px;
    margin-top: 20px;
}
.kind ul li {
    width: 80px;
    height: 60px;
    border: 1px #fff solid;
    float: left;
    margin-right: 10px;
    margin-bottom: 40px;
}
.kind ul li p {
    margin-top: 10px;
    text-align: center;
}
.kind ul li:hover {
    cursor: pointer;
}
/*±ê»æ¿òÑùʽ*/
/*.mainView {
    min-width: 320px;
    border: 1px solid #526f82;
    color: #ffffff;
    font-size: 10pt;
    padding: 24px;
    background-color: rgba(38, 38, 38, 0.7);
    right: 50px;
    top: 10%;
    width: 365px;
    z-index: 100;
}
.myModal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    background-color: rgba(38, 38, 38, 0.75);
    border: none;
    font-size: 1.5em;
}*/