All checks were successful
continuous-integration/drone/push Build is passing
阶段一:全局覆盖 - 新增 dark-override.css (450+ 行),覆盖所有 Element UI 组件暗色样式 - 输入框、表格、Tabs、弹窗、按钮、分页、复选框、下拉框等 - 侧边栏、顶栏、主内容区暗色背景 - 滚动条、日期选择器、消息面板等 - header.php 引入 dark-override.css 阶段二:页面独立 CSS 暗色化(22 个文件) - 白色背景 #fff → #161b22 - 浅灰背景 #F3F5F9 → #0d1117 - 深色文字 #171725/#1E2736 → #E6E8EB - 灰色文字 #8692B0 → #8B949E - 浅色边框 #E6E7EB → rgba(255,255,255,0.06) - 悬停背景 #F5F7FA → #21262d
65 lines
1.6 KiB
CSS
65 lines
1.6 KiB
CSS
.promotionDetail-contetn header {
|
|
display: flex;
|
|
margin-bottom: 0.4rem;
|
|
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: #E6E8EB;
|
|
}
|
|
.promotionDetail-contetn header img {
|
|
display: block;
|
|
width: 0.24rem;
|
|
height: 0.26rem;
|
|
margin-right: 0.24rem;
|
|
cursor: pointer;
|
|
}
|
|
.promotionDetail-contetn 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: #E6E8EB;
|
|
}
|
|
.promotionDetail-contetn main .el-form {
|
|
padding-left: 0.5rem;
|
|
}
|
|
.promotionDetail-contetn main .el-form .el-form-item {
|
|
width: 5.4rem;
|
|
}
|
|
.promotionDetail-contetn main .el-form .el-form-item .el-form-item__label {
|
|
font-size: 0.16rem;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #E6E8EB;
|
|
}
|
|
.promotionDetail-contetn main .el-form .el-form-item .el-form-item__content {
|
|
width: 4rem;
|
|
}
|
|
.promotionDetail-contetn main .el-form .el-form-item .el-form-item__content .el-input {
|
|
width: 3.6rem;
|
|
margin-right: 0.1rem;
|
|
}
|
|
.promotionDetail-contetn main .el-form .el-form-item .el-form-item__content .textarea .el-textarea__inner {
|
|
width: 3.6rem;
|
|
height: 1.12rem;
|
|
}
|
|
.promotionDetail-contetn main .el-form .el-form-item .el-form-item__content .text {
|
|
font-size: 0.15rem;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
line-height: 0.24rem;
|
|
color: #8B949E;
|
|
}
|
|
.promotionDetail-contetn main .content-table {
|
|
border: 1px solid rgba(255,255,255,0.06);
|
|
border-radius: 3px;
|
|
}
|