All checks were successful
continuous-integration/drone/push Build is passing
- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/ - .gitignore 排除压缩包和临时解压目录 - drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
61 lines
1.0 KiB
Plaintext
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;
|
|
}
|
|
}
|
|
}
|
|
}
|