feat: 会员中心 hgcloud 主题初始化 + drone 部署步骤
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/ - .gitignore 排除压缩包和临时解压目录 - drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
This commit is contained in:
28
clientarea/hgcloud/css/NotFound.css
Normal file
28
clientarea/hgcloud/css/NotFound.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user