.title { display: inline; margin-bottom: 10px; font-size: 24px; color: #02a7f0; } .itemContent { margin: 6px 6px; text-align: center; flex-grow: 1; background-color: #2f62ae; width: 20%; padding: 10px 0; .data { color: palevioletred; font-size: 24px; margin-right: 6px; } } .content { :global { .ant-tabs-nav-wrap { background: none; } .ant-tabs-nav .ant-tabs-tab { padding: 2px 16px; background-color: #2196f330; border: none; margin: 0 6px; } .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 20px ; // border-color: transparent #366CDA transparent transparent ; // i{ // width: 0; // height: 0; // } // } } } .curEnergyCost { display: flex; justify-content: center; align-items: center; margin: 40px 40px 0 40px; .item { width: 50%; letter-spacing: 2px; position: relative; font-size: 24px; 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: 6px; font-size: 30px; font-weight: 500; color: #f5a623; line-height: 42px; } .name { margin-bottom: 4px; max-width: 80%; font-size: 18px; color: #4a4a4a; line-height: 26px; } .unit { font-size: 30px; font-weight: 500; color: #f5a623; line-height: 42px; } } }