123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- .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;
- }
- }
- }
- }
|