Files
BlackFruit-UI/clientarea/hgcloud/css/withdrawal.less
yiqiu 3b41cffbc9
All checks were successful
continuous-integration/drone/push Build is passing
feat: 会员中心 hgcloud 主题初始化 + drone 部署步骤
- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/
- .gitignore 排除压缩包和临时解压目录
- drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
2026-03-19 17:56:44 +08:00

61 lines
1.0 KiB
Plaintext

.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;
}
}
}
}