Administrator
2022-04-11 79d9fc857559982b00b68b2d709807bdc4cd286f
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
body {
    width: 100%;
    height: 174px;
    font-family: 'Segoe UI', sans-serif;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
 
span {
    font-style: italic;
}
#zhiwenOur{
    width: 100%;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: space-around;
 
}
#img{
    width: 180px;
    height: 180px;
    border: 1px  dashed rgb(245, 245, 245);
    /* border: 1px  dashed #fff; */
    border-radius: 6px;
    /* border-image:url(/img/zhiwen/zhi.png) 30 300 round; */
}
img[src=""],img:not([src]){opacity:0.5;}
#butDiv{
    width:calc(100% - 180px);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#zhiwentip{
    font-size: 12px;
    position: relative;
    top: 20px;
    display: none;
    color: #606266;
}
#zhiwentipok{
    font-size: 12px;
    position: relative;
    top: 20px;
    display: none;
     color: #606266;
}
#zhiwentipno{
    font-size: 12px;
    position: relative;
    top: 20px;
    display: none;
     color: #606266;
}
#connect_server{
    height: 40px;
    border: none;
    background-color: #409EFF;
    border-radius: 5px;
    color: #fff;
        position: relative;
    left: 13px;
    display: none;
}
#closeG{
    height: 40px;
    border: none;
    background-color: #E6A23C;
    border-radius: 5px;
    color: #fff;
    display: none;
        position: relative;
    left: 13px;
}
#onceGgin{
    height: 40px;
    border: none;
    background-color: #409EFF;
    border-radius: 5px;
    color: #fff;
    display: none;
        position: relative;
    left: 13px;
}