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
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
137
138
139
140
141
142
143
.m-gd .group {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 64, 40, .1);
    padding: 20px 15px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
}
 
.m-gd .l {
    min-width: 80px;
    margin-right: 10px;
}
 
.m-gd .r {
    float: none;
    width: auto;
    text-align: right;
    overflow: hidden;
    padding-right: 16px;
    background: url(../../images/a2.png) no-repeat right center;
    background-size: 6px;
}
 
.m-gd .placeholder {
    color: #c3c3c3;
}
 
.m-gd .submit {
    display: block;
    width: 77%;
    text-align: center;
    background: linear-gradient(90deg, #178255, #379a71);
    font-size: 18px;
    color: #fff;
    border-radius: 22px;
    height: 44px;
    line-height: 44px;
    border: none;
    padding: 0;
    margin: 30px auto 0;
}
 
.m-pop-caution {
    padding: 15px 15px 25px;
}
 
.m-pop-caution .btns {
    display: block;
    text-align: center;
}
 
.m-pop-caution .btns button {
    margin: 0 6px;
}
 
.m-pop-caution .h3 {
    text-align: left;
    font-size: 16px;
}
 
.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;
 
}
 
.m-pop-caution .mui-input-row {
    margin-bottom: 25px;
}
 
.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-server .mui-input-row {
    background-color: #f5f6f7;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 4px 0;
}
 
.m-server .mui-input-row label {
    font-size: 16px;
    font-weight: bold;
    width: 27%;
    padding-right: 0;
}
 
.m-server .mui-input-row input {
    font-size: 16px;
    color: #000;
    width: 73%;
}
 
.m-server .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
 
.m-server .mui-btn {
    width: 110px;
    border-radius: 20px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}
 
.m-server .mui-btn.cancel {
    color: #888888;
    background-color: #eeeeee;
}
 
.m-server .mui-btn.confirm {
    color: #fff;
    background: linear-gradient(90deg, #52b88f, #64c388);
}