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:
38
clientarea/hgcloud/css/newworkErro.css
Normal file
38
clientarea/hgcloud/css/newworkErro.css
Normal file
@@ -0,0 +1,38 @@
|
||||
.content-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.img-box {
|
||||
position: relative;
|
||||
width: 2.82rem;
|
||||
height: 4.55rem;
|
||||
background: url('../img/common/network_erro.png') center no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
|
||||
.tips-box {
|
||||
position: absolute;
|
||||
left: 0.96rem;
|
||||
bottom: 0.9rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.tips-text {
|
||||
margin-top: 0.12rem;
|
||||
color: #666B80;
|
||||
font-size: 0.16rem;
|
||||
}
|
||||
|
||||
.tran-again {
|
||||
margin-top: 0.06rem;
|
||||
cursor: pointer;
|
||||
color: #0058FF;
|
||||
font-size: 0.16rem;
|
||||
}
|
||||
Reference in New Issue
Block a user