All checks were successful
continuous-integration/drone/push Build is passing
- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/ - .gitignore 排除压缩包和临时解压目录 - drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
33 lines
694 B
CSS
33 lines
694 B
CSS
.content-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.content-box .img-box {
|
|
position: relative;
|
|
width: 2.82rem;
|
|
height: 4.55rem;
|
|
background: url('../img/common/network_erro.png') center no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.content-box .img-box .tips-box {
|
|
position: absolute;
|
|
left: 0.96rem;
|
|
bottom: 0.9rem;
|
|
text-align: center;
|
|
}
|
|
.content-box .img-box .tips-box .tips-text {
|
|
margin-top: 0.12rem;
|
|
color: #666B80;
|
|
font-size: 0.16rem;
|
|
}
|
|
.content-box .img-box .tips-box .tran-again {
|
|
margin-top: 0.06rem;
|
|
cursor: pointer;
|
|
color: var(--color-primary);
|
|
font-size: 0.16rem;
|
|
}
|