loadding和err样式

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u014744118/article/details/83272741
.loading-info {
    /*font-family: 'verdana', 'SimSun', "sans-serif";*/
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-indent: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
}

.error-info {
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-indent: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
}

猜你喜欢

转载自blog.csdn.net/u014744118/article/details/83272741