.leftbox { // width: 440px; // background: rgb(127, 202, 42); .box { margin-right: 16px; width: 200px; padding: 8px; background: url(../../../assets/CenterChart2ItemBg.png); background-repeat: no-repeat; background-size: 100% 100%; display: flex; align-items: flex-start; user-select: none; .box__inner { padding-top: 12px; .box__label { color: #fffa; font-size: 18px; line-height: 14px; } .box__value { color: #fff; font-weight: 400; font-size: 30px; line-height: 34px; } } } }