All checks were successful
continuous-integration/drone/push Build is passing
- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/ - .gitignore 排除压缩包和临时解压目录 - drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
68 lines
996 B
Plaintext
68 lines
996 B
Plaintext
[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;
|
|
|
|
.con {
|
|
width: 6.9rem;
|
|
}
|
|
|
|
.info {
|
|
padding: .4rem .5rem;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
font-size: .14rem;
|
|
color: #1E2736;
|
|
}
|
|
|
|
.logo {
|
|
background: var(--color-primary);
|
|
padding: .1rem .5rem;
|
|
font-size: 0;
|
|
|
|
img {
|
|
height: .3rem;
|
|
}
|
|
}
|
|
|
|
.tit {
|
|
font-size: .24rem;
|
|
line-height: 1.3;
|
|
margin-bottom: .16rem;
|
|
}
|
|
|
|
.des {
|
|
margin: .16rem 0 .24rem;
|
|
}
|
|
|
|
.jump {
|
|
margin-top: .3rem;
|
|
border-top: 1px solid #E6E7EB;
|
|
text-align: right;
|
|
|
|
.btn {
|
|
padding: .12rem .24rem;
|
|
background: var(--color-primary);
|
|
font-size: .16rem;
|
|
color: #fff;
|
|
border-radius: .03rem;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
margin-top: .4rem;
|
|
}
|
|
}
|
|
}
|