修复文章前后端相关问题
This commit is contained in:
@@ -211,7 +211,8 @@ pre code {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.main-menu .container .main-menu__right .layui-btn-primary:hover,.sticky-nav .container .main-menu__right .layui-btn-primary:hover {
|
||||
.main-menu .container .main-menu__right .layui-btn-primary:hover,
|
||||
.sticky-nav .container .main-menu__right .layui-btn-primary:hover {
|
||||
color: #3492ed;
|
||||
}
|
||||
|
||||
@@ -326,7 +327,6 @@ pre code {
|
||||
|
||||
/* 轮播动画 */
|
||||
@keyframes slide {
|
||||
|
||||
0%,
|
||||
33% {
|
||||
transform: translateX(0);
|
||||
@@ -576,4 +576,66 @@ pre code {
|
||||
.game-content img {
|
||||
width: 100%;
|
||||
margin: 20px auto;
|
||||
}
|
||||
}
|
||||
|
||||
.article-detail-container {
|
||||
}
|
||||
|
||||
.article-detail-container .article-header .trans {
|
||||
margin-bottom: 10px;
|
||||
color: #aaa;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content h1,
|
||||
.article-detail-container .article-content h2,
|
||||
.article-detail-container .article-content h3,
|
||||
.article-detail-container .article-content h4,
|
||||
.article-detail-container .article-content h5 {
|
||||
font-weight: 700;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content h2 {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content h3 {
|
||||
font-size: 1.45rem;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content h4 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content h5 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content video {
|
||||
width: 100%;
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content span {
|
||||
margin: 0 5px;
|
||||
padding: 2px 6px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content pre {
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content pre code {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.article-detail-container .article-content hr {
|
||||
margin: 40px auto;
|
||||
}
|
||||
|
||||
@@ -2095,7 +2095,7 @@ a cite {
|
||||
margin-bottom: 10px;
|
||||
padding: 15px;
|
||||
line-height: 1.8;
|
||||
border-left: 5px solid #16b777;
|
||||
border-left: 5px solid #0081ff;
|
||||
border-radius: 0 2px 2px 0;
|
||||
background-color: #fafafa
|
||||
}
|
||||
@@ -2150,7 +2150,7 @@ a cite {
|
||||
height: 6px;
|
||||
border-radius: 20px;
|
||||
text-align: right;
|
||||
background-color: #16b777;
|
||||
background-color: #0081ff;
|
||||
transition: all .3s;
|
||||
-webkit-transition: all .3s
|
||||
}
|
||||
@@ -2685,7 +2685,7 @@ hr.layui-border-red {
|
||||
}
|
||||
|
||||
.layui-btn-checked {
|
||||
background-color: #16b777
|
||||
background-color: #0081ff
|
||||
}
|
||||
|
||||
.layui-btn-disabled,
|
||||
@@ -2803,7 +2803,7 @@ hr.layui-border-red {
|
||||
|
||||
.layui-input:focus,
|
||||
.layui-textarea:focus {
|
||||
border-color: #16b777 !important;
|
||||
border-color: #0081ff !important;
|
||||
box-shadow: 0 0 0 3px rgba(22, 183, 119, .08)
|
||||
}
|
||||
|
||||
@@ -3020,7 +3020,7 @@ hr.layui-border-red {
|
||||
}
|
||||
|
||||
.layui-input-wrap .layui-input:focus+.layui-input-split {
|
||||
border-color: #16b777
|
||||
border-color: #0081ff
|
||||
}
|
||||
|
||||
.layui-input-wrap .layui-input.layui-form-danger:focus+.layui-input-split {
|
||||
@@ -3186,7 +3186,7 @@ hr.layui-border-red {
|
||||
|
||||
.layui-form-select dl dd.layui-this {
|
||||
background-color: #f8f8f8;
|
||||
color: #16b777;
|
||||
color: #0081ff;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
@@ -3305,17 +3305,17 @@ hr.layui-border-red {
|
||||
|
||||
.layui-form-checked,
|
||||
.layui-form-checked:hover {
|
||||
border-color: #16b777
|
||||
border-color: #0081ff
|
||||
}
|
||||
|
||||
.layui-form-checked:hover>div,
|
||||
.layui-form-checked>div {
|
||||
background-color: #16b777
|
||||
background-color: #0081ff
|
||||
}
|
||||
|
||||
.layui-form-checked:hover>i,
|
||||
.layui-form-checked>i {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-form-item .layui-form-checkbox {
|
||||
@@ -3366,13 +3366,13 @@ hr.layui-border-red {
|
||||
}
|
||||
|
||||
.layui-form-checkbox[lay-skin=primary]:hover>i {
|
||||
border-color: #16b777;
|
||||
border-color: #0081ff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.layui-form-checked[lay-skin=primary]>i {
|
||||
border-color: #16b777 !important;
|
||||
background-color: #16b777;
|
||||
border-color: #0081ff !important;
|
||||
background-color: #0081ff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
@@ -3394,7 +3394,7 @@ hr.layui-border-red {
|
||||
}
|
||||
|
||||
.layui-form-checkbox[lay-skin=primary]>.layui-icon-indeterminate {
|
||||
border-color: #16b777
|
||||
border-color: #0081ff
|
||||
}
|
||||
|
||||
.layui-form-checkbox[lay-skin=primary]>.layui-icon-indeterminate:before {
|
||||
@@ -3405,7 +3405,7 @@ hr.layui-border-red {
|
||||
width: 50%;
|
||||
height: 1px;
|
||||
margin: -1px auto 0;
|
||||
background-color: #16b777
|
||||
background-color: #0081ff
|
||||
}
|
||||
|
||||
.layui-form-switch {
|
||||
@@ -3450,8 +3450,8 @@ hr.layui-border-red {
|
||||
}
|
||||
|
||||
.layui-form-onswitch {
|
||||
border-color: #16b777;
|
||||
background-color: #16b777
|
||||
border-color: #0081ff;
|
||||
background-color: #0081ff
|
||||
}
|
||||
|
||||
.layui-form-onswitch>i {
|
||||
@@ -3551,7 +3551,7 @@ hr.layui-border-red {
|
||||
.layui-form-radio:hover>*,
|
||||
.layui-form-radioed,
|
||||
.layui-form-radioed>i {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-radio-disabled>i {
|
||||
@@ -4083,7 +4083,7 @@ hr.layui-border-red {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #16b777;
|
||||
border: 1px solid #0081ff;
|
||||
pointer-events: none;
|
||||
content: ""
|
||||
}
|
||||
@@ -4517,7 +4517,7 @@ hr.layui-border-red {
|
||||
}
|
||||
|
||||
.layui-table-edit:focus {
|
||||
border-color: #16b777 !important
|
||||
border-color: #0081ff !important
|
||||
}
|
||||
|
||||
input.layui-input.layui-table-edit {
|
||||
@@ -4609,7 +4609,7 @@ select.layui-table-edit {
|
||||
}
|
||||
|
||||
.layui-table-cell-c:hover {
|
||||
border-color: #16b777
|
||||
border-color: #0081ff
|
||||
}
|
||||
|
||||
.layui-table-expanded td:hover .layui-table-cell {
|
||||
@@ -4874,12 +4874,12 @@ body .layui-table-tips .layui-layer-content {
|
||||
.layui-menu .layui-menu-item-checked,
|
||||
.layui-menu .layui-menu-item-checked2 {
|
||||
background-color: #f8f8f8 !important;
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-menu .layui-menu-item-checked a,
|
||||
.layui-menu .layui-menu-item-checked2 a {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-menu .layui-menu-item-checked:after {
|
||||
@@ -4887,7 +4887,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
right: -1px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
border-right: 3px solid #16b777;
|
||||
border-right: 3px solid #0081ff;
|
||||
content: ""
|
||||
}
|
||||
|
||||
@@ -4964,7 +4964,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
.layui-menu-lg .layui-menu-body-title a:hover,
|
||||
.layui-menu-lg li:hover {
|
||||
background: 0 0;
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-menu-lg li .layui-menu-body-panel {
|
||||
@@ -5220,7 +5220,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
top: 0;
|
||||
width: 0;
|
||||
height: 3px;
|
||||
background-color: #16b777;
|
||||
background-color: #0081ff;
|
||||
transition: all .2s;
|
||||
-webkit-transition: all .2s;
|
||||
pointer-events: none
|
||||
@@ -5434,7 +5434,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
}
|
||||
|
||||
.layui-nav.layui-bg-gray .layui-this a {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-nav-tree.layui-bg-gray .layui-nav-child {
|
||||
@@ -5447,12 +5447,12 @@ body .layui-table-tips .layui-layer-content {
|
||||
.layui-nav-tree.layui-bg-gray .layui-this,
|
||||
.layui-nav-tree.layui-bg-gray .layui-this>a {
|
||||
background: 0 0 !important;
|
||||
color: #16b777 !important;
|
||||
color: #0081ff !important;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
.layui-nav-tree.layui-bg-gray .layui-nav-bar {
|
||||
background-color: #16b777
|
||||
background-color: #0081ff
|
||||
}
|
||||
|
||||
.layui-breadcrumb {
|
||||
@@ -5469,7 +5469,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
}
|
||||
|
||||
.layui-breadcrumb a:hover {
|
||||
color: #16b777 !important
|
||||
color: #0081ff !important
|
||||
}
|
||||
|
||||
.layui-breadcrumb a cite {
|
||||
@@ -5645,7 +5645,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
border-bottom: 2px solid #16b777
|
||||
border-bottom: 2px solid #0081ff
|
||||
}
|
||||
|
||||
.layui-tab-card {
|
||||
@@ -5684,7 +5684,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
|
||||
.layui-tab-card>.layui-tab-more .layui-this {
|
||||
background: 0 0;
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-tab-card>.layui-tab-more .layui-this:after {
|
||||
@@ -5709,7 +5709,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
background-color: #fff;
|
||||
color: #16b777;
|
||||
color: #0081ff;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
cursor: pointer
|
||||
@@ -6221,8 +6221,8 @@ body .layui-util-face .layui-layer-content {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0 15px;
|
||||
background-color: #16b777;
|
||||
border-color: #16b777;
|
||||
background-color: #0081ff;
|
||||
border-color: #0081ff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
@@ -7322,7 +7322,7 @@ html #layuicss-skincodecss {
|
||||
}
|
||||
|
||||
.layui-code-fixbar>span:hover {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-code-copy {
|
||||
@@ -7412,7 +7412,7 @@ html #layuicss-skincodecss {
|
||||
}
|
||||
|
||||
.layui-code-tools>i:hover {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-code-full {
|
||||
@@ -7699,7 +7699,7 @@ html #layuicss-laydate {
|
||||
}
|
||||
|
||||
.layui-laydate-footer span:hover {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-laydate-footer span.layui-laydate-preview {
|
||||
@@ -7883,7 +7883,7 @@ html #layuicss-laydate {
|
||||
|
||||
.layui-laydate-header i:hover,
|
||||
.layui-laydate-header span:hover {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-laydate-content {
|
||||
@@ -7900,7 +7900,7 @@ html #layuicss-laydate {
|
||||
}
|
||||
|
||||
.layui-laydate-content td.laydate-day-now {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-laydate-content td.laydate-day-now:after {
|
||||
@@ -7910,7 +7910,7 @@ html #layuicss-laydate {
|
||||
height: 30px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
border: 1px solid #16b777;
|
||||
border: 1px solid #0081ff;
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
@@ -7970,7 +7970,7 @@ html #layuicss-laydate {
|
||||
}
|
||||
|
||||
.laydate-day-mark::after {
|
||||
background-color: #16b777
|
||||
background-color: #0081ff
|
||||
}
|
||||
|
||||
.layui-laydate-content td.layui-this .laydate-day-mark::after {
|
||||
@@ -7978,12 +7978,12 @@ html #layuicss-laydate {
|
||||
}
|
||||
|
||||
.layui-laydate-footer span[lay-type=date] {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-laydate .layui-this,
|
||||
.layui-laydate .layui-this>div {
|
||||
background-color: #16b777 !important;
|
||||
background-color: #0081ff !important;
|
||||
color: #fff !important
|
||||
}
|
||||
|
||||
@@ -8832,7 +8832,7 @@ html #layuicss-layer {
|
||||
}
|
||||
|
||||
.layui-layer-dialog .layui-layer-content .layui-icon-success {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-layer-dialog .layui-layer-content .layui-icon-error {
|
||||
@@ -8853,7 +8853,7 @@ html #layuicss-layer {
|
||||
}
|
||||
|
||||
.layui-layer-dialog .layui-layer-content .layui-icon-face-smile {
|
||||
color: #16b777
|
||||
color: #0081ff
|
||||
}
|
||||
|
||||
.layui-layer-rim {
|
||||
|
||||
Reference in New Issue
Block a user