Blame view

src/pages/Instalment/components/title/title.less 833 Bytes
PurelzMgnead authored
1
.item {
2
3
4
5
6
7
8
9
10
  background: '#0092ff';
  padding: '8px 0';
  display: flex;
  flex-flow: row nowrap;
  // flex-direction: row;
  // flex-wrap: nowrap;
  align-content: normal;
  align-items: center;
  padding-bottom: 20px;
PurelzMgnead authored
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
}

// .titleSpan{
//     font-weight: bold;
//     width: 100px;
// }

// .Btn{
//     background: '#0092ff';
//     padding: '8px 0';
//     display: flex;
//     flex-flow: row nowrap;
//     // flex-direction: row;
//     // flex-wrap: nowrap;
//     align-content: normal;
//     align-items: center;
//     padding-bottom: 20px;
//     justify-content: space-between;
//     width: 160px;
// }

.title-index td {
33
34
35
36
37
  font-family: 'San Francisco', 'Helvetica Neue', Helvetica, Arial,
    'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC',
    'WenQuanYi Micro Hei', sans-serif;
  font-size: 14px;
}