app-default-htmlview-layout.less 611 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
//  html视图IFrame
.view-content__body__iframe {
    vertical-align:top;
    border-width: 0px;
}
.view-content__body__error,
.view-content__body__iframe {
    width: 100%;
    height: 100%;
}
.view-content__body__error__body {
    height: 380px;
    width: 670px;
    position: absolute;
    top: calc((100% - 400px) / 2);
    left: calc((100% - 670px) / 2);
    display: flex;
    align-items: center;
}
.view-content__body__error__text {
    padding-left: 20px;
    .error__text__item1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .error__text__item2 {
        font-size: 14px;
    }
}