czt
2025-01-02 a24e6ad3dd99b50e29af6f74c57fa646bca86d43
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
.ul-sqjl>li>.con {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 64, 40, .1);
    margin-bottom: 15px;
    position: relative;
    padding: 0 15px 15px;
}
 
.ul-sqjl .title {
    font-size: 15px;
    color: #000;
    line-height: 50px;
}
 
.ul-sqjl .title b {
    margin-left: 10px;
}
 
.ul-sqjl .time {
    color: #666;
    line-height: 20px;
}
 
.ul-sqjl .time p {
    font-size: 13px;
    margin-bottom: 0;
}
 
.ul-sqjl .time span {
    margin-left: 10px;
}
 
.status {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    width: 51.5px;
    pointer-events: none;
}
 
.status img {
    display: block;
    width: 100%;
}
 
 
.m-server {
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 28px 25px 30px;
}
 
.m-server .h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 18px;
}
 
 
/* .m-pop-caution {
    padding: 15px 15px 25px;
} */
 
.m-pop-caution .h3 span {
    color: #ff2323;
 
}
 
.m-pop-caution textarea {
    background-color: #f5f6f7;
    border-radius: 10px;
    margin-bottom: 15px;
    border: none;
    min-height: 100px;
}