react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
48 lines (47 loc) • 1.1 kB
text/less
.network-error {
position: relative;
max-width: 750px;
background: #fff;
margin: 0 auto;
min-height: 900px;
color: #999999;
.reload-img{
position: absolute;
width: 500px;
height: 400px;
margin: auto;
left: 50%;
top: 50%;
margin-left: -250px;
margin-top: -200px;
background: url(../../public/images/common/server-error.png) no-repeat center;
background-size: 100% 100%;
}
.reload-describe{
position: absolute;
width: 400px;
height: 20px;
margin: auto;
left: 50%;
top: 75%;
margin-left: -200px;
text-align: center;
font-size: 30px;
line-height: 20px;
}
.reload-btn{
position: absolute;
width: 240px;
height: 80px;
margin: auto;
left: 50%;
top: 80%;
margin-left: -120px;
text-align: center;
font-size: 30px;
border: 1px solid #ccc;
border-radius: 40px;
cursor: pointer;
line-height: 80px;
}
}