@import url(./WL200.less); .fr200-iot-device { width: 690rpx; height: 150rpx; display: flex; align-items: center; justify-content: center; .device-time { font-size: 26rpx; color: #000; font-weight: 400; .time { font-size: 30rpx; font-weight: 800; } } .line { width: 1rpx; height: 50rpx; background: #dddddd; margin-left: 34rpx; margin-right: 34rpx; } .gear { margin-left: 10rpx; font-size: 30rpx; font-weight: 800; color: #000; } .electricity-box { display: flex; flex-direction: column; .item { display: flex; align-items: center; justify-content: left; height: 50rpx; .label { // width: 154rpx; font-size: 26rpx; color: #000; margin-right: 14rpx; } } } } .show { display: none; }