Blame view

src/components/RowText/style.less 341 Bytes
7528c134   杜志良   feat(cas): 售后公共组件...
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
  .row-wrapper {
    margin-bottom: 10px;
  }
  
  .label {
    color: #666;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }
  
  .content {
    color: #666;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    flex: 1;
  }
  
  .labelBold {
    color: #333;
    font-size: 15px;
    font-weight: bold;
  }
  
  .contentBold {
    .labelBold;
    flex: 1;
  }