派生自 wuyushui/SewerAndRainNetwork

wangrui
2020-12-14 0d7669f8bf28300362fc0dacd5c794ff823d0297
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
33
34
35
36
37
38
39
  .chart-btn-wrap {
    padding: 5px;
 
    .chart-button {
      display: block;
      line-height: 1;
      white-space: nowrap;
      cursor: pointer;
      background: transparent;
      border: none;
      -webkit-appearance: none;
      text-align: center;
      box-sizing: border-box;
      outline: none;
      margin-bottom: 35px;
      padding: 0;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      &:last-child {
        margin-bottom: 0;
      }
    }
    .chart-font {
      font-size: 20px;
    }
    .chart-button__color {
      color: #1a6d7c !important;
      &:hover {
        color: #fff !important;
      }
      &.on {
        color: #fff !important;
      }
    }
    .hide {
      display: none;
    }
  }