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:
57
clientarea/hgcloud/css/transfer.css
Normal file
57
clientarea/hgcloud/css/transfer.css
Normal file
@@ -0,0 +1,57 @@
|
||||
[v-cloak] {
|
||||
display: none;
|
||||
}
|
||||
body,
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.transfer {
|
||||
display: flex !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #E6E7EB;
|
||||
}
|
||||
.transfer .con {
|
||||
width: 6.9rem;
|
||||
}
|
||||
.transfer .info {
|
||||
padding: 0.4rem 0.5rem;
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
font-size: 0.14rem;
|
||||
color: #1E2736;
|
||||
}
|
||||
.transfer .logo {
|
||||
background: var(--color-primary);
|
||||
padding: 0.1rem 0.5rem;
|
||||
font-size: 0;
|
||||
}
|
||||
.transfer .logo img {
|
||||
height: 0.3rem;
|
||||
}
|
||||
.transfer .tit {
|
||||
font-size: 0.24rem;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 0.16rem;
|
||||
}
|
||||
.transfer .des {
|
||||
margin: 0.16rem 0 0.24rem;
|
||||
}
|
||||
.transfer .jump {
|
||||
margin-top: 0.3rem;
|
||||
border-top: 1px solid #E6E7EB;
|
||||
text-align: right;
|
||||
}
|
||||
.transfer .jump .btn {
|
||||
padding: 0.12rem 0.24rem;
|
||||
background: var(--color-primary);
|
||||
font-size: 0.16rem;
|
||||
color: #fff;
|
||||
border-radius: 0.03rem;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
Reference in New Issue
Block a user