交易所前端蓝色ui 4.5 jiem
jhzh
2025-05-19 c5487881d04780e03f4dd86ed1606c587f2c7952
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
.label {
  margin-bottom: 12px;
  font-weight: 600;
  color: #484d56;
}
.label_top {
  margin-top: 30px;
}
.bind_btn {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.my_security .el-input__inner {
  height: 50px;
}
 
.my_security .el-button--primary {
  background-color: #1d91ff;
  color: #fff !important;
  width: 100%;
  height: 50px;
}
.my_security .el-dialog__header {
  border-bottom: none;
}
 
.my_security .el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 40px 60px 47px;
}
 
.my_security .el-input__suffix {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  right: 20px;
}
 
.my_security .el-radio {
  display: block;
  margin-bottom: 8px;
}
 
/* .my_security .el-radio:last-child{
    margin-bottom: 0px;
} */
 
.my_security .el-radio__input.is-checked + .el-radio__label {
  color: #409eff;
}
 
.my_security .el-radio__input.is-checked + .el-radio__label {
  color: #409eff;
}
 
.my_security .el-radio__input.is-checked .el-radio__inner {
  border-color: #409eff;
  background: #409eff;
}
 
.my_security .el-dialog__headerbtn .el-dialog__close {
  color: #868d9a;
  font-size: 20px;
  font-weight: 600;
}