.greenPage{ background-color: #040D15; position: relative; } .headerBox{ background-image: url('../../../assets/images/carOverview/title_line.png'); background-position: bottom center; background-repeat: no-repeat; height: 106px; .title{ color: #5CE2F6; font-size: 31px; text-align: center; padding-top: 8px; } } .bottomLine{ position: absolute; bottom: 20px; left: 20px; width: calc(100% - 40px); background-image: url('../../../assets/images/carOverview/bottom_line.png'); background-position: bottom center; background-repeat: no-repeat; height: 23px; } .leftLine,.rightLine{ position: absolute; top: 50px; height: calc(100% - 70px - 50px); background-position: bottom center; background-repeat: no-repeat; background-size: 47px 100%; width: 47px; background-image: url('../../../assets/images/carOverview/left_line.png'); } .leftLine{ left: 0; } .rightLine{ right: 0; transform: rotate(180deg); } .greenContent{ height: calc(100% - 76px - 43px - 40px); margin: -10px 60px 20px; width: calc(100% - 120px); .top{ // height: calc(100% - 270px); height: calc(72% - 20px); overflow: hidden; .smallDiv{ width: 20%; float: left; .blockBox{ height: 70%; &:first-child{ margin-bottom: 2%; } &:last-child{ height: 28%; } } } .smallDiv1{ margin-right: 20px; } .centerDiv{ width: calc(60% - 40px); margin-right: 20px; background-image: url('../../../assets/images/carOverview/centerBG.png'); background-position: bottom center; background-repeat: no-repeat; background-size: 100% 100%; float: left; position: relative; text-align: center; } } .bottom{ // height: 250px; height: 28%; margin-top: 20px; .blockBox{ width: 49%; float: left; background-image: url('../../../assets/images/carOverview/line4.png'); &:first-child{ margin-right: 2%; } .title{ background-image: url('../../../assets/images/carOverview/line4.png'); } } } } .blockBox{ background-image: url('../../../assets/images/carOverview/line3.png'); background-position: bottom center; background-repeat: no-repeat; background-size: 100% 12px; .title{ height: 26px; background-image: url('../../../assets/images/carOverview/line2.png'); background-position: top center; background-repeat: no-repeat; background-size: 100% 12px; padding: 12px 0 0px; p{ font-size: 14px; color: #5CE2F6; background-color: #18242A; height: 26px; line-height: 26px; padding-left: 13px; background-position: center right; background-repeat: no-repeat; text-shadow:0px 2px 3px rgba(0, 212, 244, 0.68); // background-size: 100% 12px; } } .blockContent{ padding-top: 5px; height: calc(100% - 38px - 13px); background-color: #071820; position: relative; } } .e1{ background-image: url('../../../assets/images/carOverview/e1.png'); } .e2{ background-image: url('../../../assets/images/carOverview/e2.png'); } .e3{ background-image: url('../../../assets/images/carOverview/e3.png'); } .e4{ background-image: url('../../../assets/images/carOverview/e4.png'); } .e5{ background-image: url('../../../assets/images/carOverview/e5.png'); } .e6{ background-image: url('../../../assets/images/carOverview/e6.png'); } .e7{ background-image: url('../../../assets/images/carOverview/e7.png'); } .greenBtn{ font-size: 12px; color: rgba(255, 255, 254, 0.6); background-color: rgba(92, 226, 246, 0.32); position: relative; height: 22px; line-height: 22px; padding: 0 11px; display: inline-block; margin-top: 3px; cursor: pointer; &.active{ color: #ffffff; background-color: #104F43; .arrow{ opacity: 1; } } .arrow{ position: absolute; opacity: 0.5; } .arrow1{ left: -1px; top: -1px; } .arrow2{ right: -1px; top: -1px; transform: rotate(90deg); } .arrow3{ left: -1px; bottom: -1px; transform: rotate(-90deg); } .arrow4{ right: -1px; bottom: -1px; transform: rotate(180deg); } &.red{ background-color: rgba(207, 35, 36, 0.32); } &.green{ background-color: rgba(57, 213, 113,0.32); } } .centerChart{ width: 300px; height: 300px; margin: 20px auto 0; } .totalBox{ display: inline-block; color: #5CE2F6; margin-top: 30px; .item{ margin-right: 58px; display: inline-block; vertical-align: top; p{ font-size: 16px; margin-bottom: 16px; } &:last-child{ margin-right: 0; } .bg1{ font-size: 30px; display: inline-flex; align-items: center; justify-content: center; background-image: url('../../../assets/images/carOverview/bg1.png'); width: 137px; height: 54px; } } } .centerTitle{ font-size: 22px; color: #5CE2F6; position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); } .carList{ text-align: center; .carBox:last-child{ margin-right: 0; } } .carBox{ background-image: linear-gradient(rgba(21, 25, 33, 0.2),rgba(92, 226, 246, 0.2)); padding: 6px; height: calc(100% - 30px); width: 120px; padding-top: 10px; text-align: center; display: inline-block; margin-right: 10px; &>img{ width: auto; max-width: 100%; height: calc(100% - 80px); } .carDetail{ background-color: rgba(92, 226, 246, 0.09); padding: 3px 0 6px; text-align: center; margin-top: 10px; .carNum{ font-size: 14px; color: #5CE2F6; } .time{ color: rgba(255, 255, 254, 0.6); font-size: 12px; } } &.big{ height: calc(100% - 40px); padding: 15px; width: 80%; margin: auto; display: block; &>img{ height: calc(100% - 90px); } .carDetail{ width: 100%; padding: 0px 0 10px; margin-top: 10px; .carNum{ font-size: 31px; color: #39D571; } .time{ font-size: 16px; } } } } .controlBox{ display: flex; align-items: center; justify-content: center; } .bg2{ color: #39D571; font-size: 24px; cursor: pointer; background-image: url('../../../assets/images/carOverview/bg2.png'); width: 282px; height: 54px; text-align: center; line-height: 49px; }