| | |
| | | position: relative; |
| | | |
| | | .title { |
| | | display: flex; |
| | | vertical-align: middle; |
| | | align-items: center; |
| | | color: #41c7de; |
| | | font-size: 0.38rem; |
| | | font-weight: 700; |
| | |
| | | letter-spacing: 8px; |
| | | .imgTitle{ |
| | | width: 0.7rem; |
| | | position: absolute; |
| | | /* top: 0.08rem; */ |
| | | left: -0.8rem; |
| | | margin-right: .2rem; |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | .pie-label-left { |
| | | position: absolute; |
| | | bottom: 0.1rem; |
| | | left: 0.7rem; |
| | | color: #fff; |
| | | font-size: 0.2rem; |
| | | font-weight: 300; |
| | | bottom: 0.1rem; |
| | | left: 0.1rem; |
| | | color: #fff; |
| | | font-size: 0.2rem; |
| | | font-weight: 300; |
| | | width: 44%; |
| | | text-align: center; |
| | | } |
| | | |
| | | .pie-label-right { |
| | | position: absolute; |
| | | bottom: 0.1rem; |
| | | right: 0.7rem; |
| | | color: #fff; |
| | | font-size: 0.2rem; |
| | | font-weight: 300; |
| | | bottom: 0.1rem; |
| | | right: 0.3rem; |
| | | color: #fff; |
| | | font-size: 0.2rem; |
| | | font-weight: 300; |
| | | width: 44%; |
| | | text-align: center; |
| | | } |
| | | } |
| | | |