广州矛调粤政易端
xusd
7 days ago d27794814b69d18aeb8ee96a46cae91d5613570c
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
// 必填字段标记样式
.required-mark {
  color: var(--theme_danger1_color, #ff5219);
  margin-right: 4px;
  font-family: SimSun, sans-serif;
  font-size: 14px;
  line-height: 1;
}
 
// 可选字段标记样式
.optional-mark {
  color: var(--common_level3_base_color, rgba(23, 26, 29, 0.24));
  font-size: 12px;
}
 
// 表单标签样式
.form-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: var(--common_level1_base_color, rgba(23, 26, 29, 0.85));
  margin-bottom: 8px;
}
 
// 表单错误提示样式
.form-error {
  color: var(--theme_danger1_color, #ff5219);
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;