All checks were successful
continuous-integration/drone/push Build is passing
- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/ - .gitignore 排除压缩包和临时解压目录 - drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
45 lines
919 B
CSS
45 lines
919 B
CSS
.main-card header {
|
|
height: 0.6rem;
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 0.01rem solid #e6e7eb;
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
.main-card header .back-icon {
|
|
margin-right: 0.24rem;
|
|
cursor: pointer;
|
|
}
|
|
.main-card header h2 {
|
|
font-size: 0.28rem;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
line-height: 0.25rem;
|
|
color: #171725;
|
|
}
|
|
.main-card .withdrawal-content {
|
|
border-radius: 0.03rem;
|
|
}
|
|
.main-card .withdrawal-content .myPage {
|
|
margin-top: 0.2rem;
|
|
}
|
|
.main-card .withdrawal-content .el-tag {
|
|
border: none;
|
|
}
|
|
.main-card .el-table {
|
|
opacity: 1;
|
|
}
|
|
.main-card .el-table .el-table__header-wrapper .cell {
|
|
font-size: 0.14rem;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
line-height: 0.22rem;
|
|
color: #757575;
|
|
}
|
|
.main-card .el-table .el-table__body-wrapper .cell {
|
|
font-size: 0.14rem;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
line-height: 0.22rem;
|
|
color: #171725;
|
|
}
|