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:
60
clientarea/hgcloud/css/withdrawal.less
Normal file
60
clientarea/hgcloud/css/withdrawal.less
Normal file
@@ -0,0 +1,60 @@
|
||||
.main-card {
|
||||
header {
|
||||
height: 0.6rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: 0.01rem solid #e6e7eb;
|
||||
margin-bottom: 0.4rem;
|
||||
|
||||
.back-icon {
|
||||
margin-right: 0.24rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 0.28rem;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
line-height: 0.25rem;
|
||||
color: #171725;
|
||||
}
|
||||
}
|
||||
|
||||
.withdrawal-content {
|
||||
border-radius: 0.03rem;
|
||||
|
||||
.myPage {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
|
||||
.el-tag {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.el-table {
|
||||
// border: 0.01rem solid #e6e7eb;
|
||||
opacity: 1;
|
||||
|
||||
// border-radius: 0.03rem;
|
||||
.el-table__header-wrapper {
|
||||
.cell {
|
||||
font-size: 0.14rem;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
line-height: 0.22rem;
|
||||
color: #757575;
|
||||
}
|
||||
}
|
||||
|
||||
.el-table__body-wrapper {
|
||||
.cell {
|
||||
font-size: 0.14rem;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
line-height: 0.22rem;
|
||||
color: #171725;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user