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
69 lines
1.6 KiB
CSS
69 lines
1.6 KiB
CSS
.contnet-right-out {
|
|
margin: auto;
|
|
font-size: 0.14rem;
|
|
padding: 0.2rem 3rem;
|
|
}
|
|
.contnet-right-out .content-right {
|
|
border: 1px solid rgba(255,255,255,0.06);
|
|
border-radius: 3px;
|
|
padding: 0.36rem 0.5rem;
|
|
overflow-x: auto;
|
|
}
|
|
.contnet-right-out .content-right .right-title {
|
|
font-size: 0.28rem;
|
|
font-weight: bold;
|
|
line-height: 0.28rem;
|
|
color: #E6E8EB;
|
|
}
|
|
.contnet-right-out .content-right .right-keywords-time {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.contnet-right-out .content-right .right-keywords-time .right-time,
|
|
.contnet-right-out .content-right .right-keywords-time .right-keywords {
|
|
font-size: 0.14rem;
|
|
color: #8B949E;
|
|
margin-top: 0.14rem;
|
|
}
|
|
.contnet-right-out .content-right .right-keywords-time .right-keywords {
|
|
margin-left: 0.2rem;
|
|
}
|
|
.contnet-right-out .content-right .right-content {
|
|
word-wrap: break-word;
|
|
word-break: normal;
|
|
margin-top: 0.42rem;
|
|
}
|
|
.contnet-right-out .content-right .right-content img {
|
|
max-width: 100%;
|
|
}
|
|
.contnet-right-out .content-right .right-attachment {
|
|
margin-top: 0.42rem;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.contnet-right-out .content-right .right-attachment .right-attachment-item {
|
|
margin-right: 0.2rem;
|
|
color: var(--color-primary);
|
|
cursor: pointer;
|
|
}
|
|
.contnet-right-out .page {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
margin-top: 0.2rem;
|
|
margin-left: 0.4rem;
|
|
}
|
|
.contnet-right-out .page .blue {
|
|
color: var(--color-primary) !important;
|
|
}
|
|
.contnet-right-out .page .pre,
|
|
.contnet-right-out .page .next {
|
|
cursor: pointer;
|
|
color: #4e5259;
|
|
}
|
|
@media screen and (max-width: 750px) {
|
|
.contnet-right-out {
|
|
padding: 0.2rem 0.3rem;
|
|
}
|
|
}
|