Blame view

src/pages/crm_new/TargetAndProportion/index.less 754 Bytes
5dae0393   舒述军   目标和占比设置
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  .title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
  }
  
  .warp {
    display: flex;
    direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  .wrapItem {
    display: inline-block;
  }
  
  .text {
    color: #333;
    font-size: 14px;
a74eb6ce   舒述军   样式调整
21
22
23
24
25
26
27
    font-weight: 500;
  }
  
  .textTitle {
    color: #333;
    font-size: 14px;
    font-weight: 400;
5dae0393   舒述军   目标和占比设置
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
  }
  
  .modal {
    height: 400px;
  }
  
  .line {
    width: 4px;
    height: 20px;
    background-color: #4189FD;
    border-radius: 2px;
    display: inline-block;
  }
  .lineText {
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    display: inline-block;
    margin-left: 8px;
  }
  
  .lineWrap {
    display: flex;
    align-items: center;
  }
  
  .lineSpace {
    margin-bottom: 10px;
a74eb6ce   舒述军   样式调整
56
57
58
    font-size: 14px;
    color: #333;
    font-weight: 500;
5dae0393   舒述军   目标和占比设置
59
  }