2020-11-12 14:57:34 +08:00

30 lines
616 B
Plaintext

.warning-image-box.data-v-74d0b231{
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
padding-top: 20%;
}
.no-wifi.data-v-74d0b231 {
width: 374rpx;
height: 348rpx;
}
.no-data.data-v-74d0b231 {
width: 374rpx;
height: 288rpx;
}