reui.css
2.06 KB
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
/* vue version 2 css */
.diy-reset {
margin: 0;
padding: 0
}
.diy-flex {
display: flex;
flex-wrap: wrap;
}
.diy-flex-50 {
width: 50%;
}
.diy-flex-100 {
width: 100%;
}
.diy-text-left {
text-align: left;
}
.diy-text-right {
text-align: right;
}
.diy-tip {
color: #4A90E2;
font-size: 20px;
}
.diy-error {
color: #D11244;
font-size: 20px;
}
.diy-danger {
color: #D11244; margin-left: 10px;
}
.el-card {
border: none;
}
.el-card__header {
padding: 24px 40px;
background-color: #f9f9f9;
border-bottom: none;
}
.el-card__body {
padding: 40px;
}
.el-form-item__label {
font-size: 16px;
color: #333333;
}
.el-radio__label {
font-size: 16px;
color: #333333;
}
.title-big {
font-size: 24px;
font-weight: Semibold;
color: #666666;
}
.title-small {
font-size: 14px;
color: #999999;
margin-left: 10px;
}
.init-tooltip {
position: absolute;
top: 10px;
left: 190px;
margin-left: 10px;
}
.init-transparent-tooltip {
position: absolute;
left: -80px;
top: 6px;
opacity: 0
}
.diy-button {
height: 40px;
font-size: 16px;
border-radius: 6px;
}
.width-140 {
width: 140px;
}
.width-190 {
width: 190px;
}
.bg-blue {
background-color: #4A90E2;
border-color: #4A90E2;
}
.bg-red {
background-color: #D11244;
border-color: #D11244;
}
.bg-white {
background-color: transparent;
border-color: #B4B4B4;
}
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
color: #FF725C;
}
/* !!!!! */
.el-input {
--el-input-placeholder-color: #b4b4b4;
}
.el-input__inner {
font-size: 16px;
color: #333333;
}
/* !!!!! */
.el-input__inner:hover {
--el-input-focus-border: #4A90E2;
}
.el-textarea__inner {
resize: none;
line-height: 22px;
font-size: 16px;
color: #333333;
}
.el-radio__inner {
width: 16px;
height: 16px;
border: 1px solid #E3E3E3;
}
.el-divider--horizontal {
margin: 30px 0;
}
.el-radio__input.is-checked+.el-radio__label {
color: #4A90E2;
}
textarea {
font-family: initial;
}