123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- .title {
- display: inline;
- margin-bottom: 0.1rem;
- font-size: 0.24rem;
- color: #02a7f0;
- }
- .infoContainer {
- padding: 0.2rem;
- }
- .infoContainer > * {
- margin-bottom: 0.2rem;
- }
- .itemContent {
- margin: 0.06rem 0.06rem;
- text-align: center;
- flex-grow: 1;
- width: 20%;
- padding: 0.1rem 0;
- .data {
- color: palevioletred;
- font-size: 0.26rem;
- margin-right: 0.06rem;
- }
- }
- .content {
- :global {
- .ant-tabs-nav-wrap {
- background: none;
- }
- .ant-tabs-nav .ant-tabs-tab {
- padding: 0.02rem 0.16rem;
- background-color: #2196f330;
- border: none;
- margin: 0 0.06rem;
- }
- .ant-tabs-tab-active {
- background-color: #366cda !important;
- }
- .ant-tabs-tab-active .ant-tabs-tab-btn {
- color: #fff !important;
- }
- .ant-tabs-ink-bar {
- display: none;
- }
- .ant-tabs-bar {
- margin: 0;
- }
- // .ant-tabs-tab-prev-icon{
- // border: solid 0.2rem ;
- // border-color: transparent #366CDA transparent transparent ;
- // i{
- // width: 0;
- // height: 0;
- // }
- // }
- }
- }
- .pageTip {
- position: absolute;
- top: -0.6rem;
- right: 0.3rem;
- font-size: 0.28rem;
- }
- .curEnergyCost {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- margin: 0rem 0.4rem 0 0.4rem;
- padding: 0.3rem 0;
- .item {
- width: 50%;
- padding: 0.1rem;
- letter-spacing: 0.02rem;
- position: relative;
- font-size: 0.24rem;
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- display: flex;
- justify-content: center;
- align-items: center;
- .value {
- display: flex;
- justify-content: center;
- align-items: flex-end;
- line-height: 1;
- margin-bottom: 0.08rem;
- font-size: 0.4rem;
- font-weight: 500;
- color: #f5a623;
- line-height: 0.56rem;
- }
- .name {
- margin-bottom: 0.04rem;
- max-width: 80%;
- font-size: 0.24rem;
- color: #4a4a4a;
- line-height: 0.26rem;
- }
- .unit {
- font-size: 0.3rem;
- font-weight: 500;
- color: #f5a623;
- line-height: 0.42rem;
- }
- }
- }
|