react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
22 lines (20 loc) • 419 B
text/less
.network-error {
position: relative;
max-width: 750px;
background: #fff;
margin: 0 auto;
min-height: 900px;
color: #999;
.reload-img {
position: absolute;
width: 50px;
height: 50px;
margin: auto;
left: 50%;
top: 50%;
margin-left: -25px;
margin-top: -25px;
background: url(../../public/images/common/loading.gif) no-repeat center;
background-size: 100% 100%;
}
}