All checks were successful
continuous-integration/drone/push Build is passing
- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/ - .gitignore 排除压缩包和临时解压目录 - drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
29 lines
500 B
CSS
29 lines
500 B
CSS
.content-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.content-box .img-box {
|
|
width: 2.91rem;
|
|
height: 2.08rem;
|
|
}
|
|
.content-box .img-box img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.content-box .tips-box {
|
|
text-align: center;
|
|
color: #666B80;
|
|
font-size: 0.16rem;
|
|
margin-top: 0.5rem;
|
|
}
|
|
.content-box .tran-again {
|
|
margin-top: 0.06rem;
|
|
cursor: pointer;
|
|
color: var(--color-primary);
|
|
font-size: 0.16rem;
|
|
}
|