Files
BlackFruit-UI/clientarea/hgcloud/css/promotionDetail.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

83 lines
1.6 KiB
Plaintext

.promotionDetail-contetn {
header {
display: flex;
margin-bottom: 0.4rem;
img {
display: block;
width: 0.24rem;
height: 0.26rem;
margin-right: 0.24rem;
cursor: pointer;
}
padding-bottom: 0.2rem;
border-bottom: 0.01rem solid #e6e7eb;
font-size: 0.28rem;
font-family: PingFang SC;
font-weight: 400;
line-height: 0.25rem;
color: #171725;
}
main {
.title {
padding-left: 0.1rem;
border-left: 0.03rem solid var(--color-primary);
display: flex;
align-items: center;
margin-bottom: 0.4rem;
font-size: 0.18rem;
font-family: PingFang SC;
font-weight: 500;
line-height: 0.25rem;
color: #1e2736;
}
.el-form {
padding-left: 0.5rem;
.el-form-item {
width: 5.4rem;
.el-form-item__label {
font-size: 0.16rem;
font-family: PingFang SC;
font-weight: 400;
color: #1e2736;
}
.el-form-item__content {
width: 4rem;
.el-input {
width: 3.6rem;
margin-right: 0.1rem;
}
.textarea {
.el-textarea__inner {
// height: 100%;
width: 3.6rem;
height: 1.12rem;
}
}
.text {
font-size: 0.15rem;
font-family: PingFang SC;
font-weight: 400;
line-height: 0.24rem;
color: #8692b0;
}
}
}
}
.content-table {
border: 1px solid #e6e7eb;
border-radius: 3px;
}
}
}