Administrator
2022-05-09 c7735db135f9c3c99224d8b5d2157926efde0977
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
html,
body {
    width: 140px;
    height: 174px;
    font-family: "Segoe UI", sans-serif;
    margin-top: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
 
span {
    font-style: italic;
}
#zhiwenOur {
    /* border: 1px solid red; */
    width: 139px;
    /* min-width: 208px; */
    height: 214px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
}
#main {
    width: 96%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#imgs {
    width: 138px;
    height: 180px;
    /* border: 1px  dashed #fff; */
    /* border-image:url(/img/zhiwen/zhi.png) 30 300 round; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#img {
    border-radius: 6px;
    border: 1px dashed rgb(209, 209, 209);
    /* width: 180px;
    height: 180px; */
    height: 182px;
    width: 138px;
    position: relative;
    top: 6px;
}
img[src=""],
img:not([src]) {
    opacity: 0.9;
}
#butDiv {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#down {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#zhiwentip {
    font-size: 12px;
    position: relative;
    top: 20px;
    text-align: center;
    width: 100%;
    display: none;
    color: #606266;
}
#zhiwentipok {
    font-size: 12px;
    position: relative;
    top: 20px;
    text-align: center;
    width: 100%;
    display: none;
    color: #606266;
}
#zhiwentipno {
    font-size: 12px;
    position: relative;
    top: 20px;
    text-align: center;
    width: 100%;
    display: none;
    color: #606266;
}
#connect_server {
    width: 75px;
    height: 25px;
    border: none;
    font-size: 12px;
    background-color: #409eff;
    border-radius: 5px;
    color: #fff;
    position: relative;
    top: 23px;
    /*left: 13px; */
    display: none;
}
#closeG {
    width: 75px;
    height: 25px;
    border: none;
    background-color: #e6a23c;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 12px;
    top: 23px;
    position: relative;
    /* left: 13px; */
}
#onceGgin {
    width: 75px;
    height: 25px;
    font-size: 12px;
    border: none;
    background-color: #409eff;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    top: 23px;
    display: none;
    position: relative;
    /* left: 8px; */
}