index.less 1.03 KB
.item {
  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;
}

// .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;
// }

.tickets-index td {
  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;
}

.tickets-index td a {
  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;
}