.panoramicPowerPage { .windStstus { display: flex; align-items: center; margin: 0 10px; // border: 1px solid #7674d8; // border-radius: 10px 10px 0 0; border-bottom: none; height: 40px; .everyOne { display: flex; align-items: center; width: 160px; height: 25px; margin-right: 10px; border-radius: 5px; img { margin-left: 18px; position: relative; top: 2px; } .statusName { margin-left: 10px; font-size: 14px; } .statusNum { display: inline-block; width: 50px; text-align: center; position: relative; right: -37px; background: #212223; height: 25px; line-height: 25px; border-radius: 5px; // border-right: 1px dashed #fff; } span { color: #fff; } } .windLeft { display: flex; .windMsg { margin-right: 10px; font-weight: 600; span { display: inline-block; } span:nth-of-type(1) { margin-left: 20px; font-size: 14px; color: #fff; } span:nth-of-type(2) { font-size: 14px; color: #fff; } } } } .lineMain { width: calc(100% - 20px); padding: 10px 0 10px 20px; // border-radius: 10px; .lineStyle { width: 94%; border-radius: 10px; margin-bottom: 15px; padding: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2); .powerLegendColor { width: 11px; height: 11px; border-radius: 7px; display: inline-block; margin-top: 2px; position: relative; top: 3px; } .lineColor { width: 24px; height: 2px; display: inline-block; margin-top: 2px; position: relative; top: -2px; left: 17px; } } } }