Commit 22435216 authored by duxinyuan's avatar duxinyuan

commite, change css style

parent f4bfa3ac
...@@ -51,23 +51,23 @@ ...@@ -51,23 +51,23 @@
} }
.tab-content{ .tab-content{
border: none ; border: none ;
height: 820px!important; height: 785px!important;
overflow-y: auto; overflow-y: auto;
} }
/* 左侧目录标签的滚动条样式 */ /* 左侧目录标签的滚动条样式 */
.iframe-type #document html::-webkit-scrollbar-track{ html::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
background-color: #ccc !important; background-color: #ccc !important;
} }
/* 滚动条的滑轨背景颜色 */ /* 滚动条的滑轨背景颜色 */
.iframe-type #document html::-webkit-scrollbar{ html::-webkit-scrollbar{
width: 2px !important; width: 2px !important;
background-color: #FF2F2F !important; background-color: #FF2F2F !important;
} }
/* 滑块颜色 */ /* 滑块颜色 */
.iframe-type #document html::-webkit-scrollbar-thumb{ html::-webkit-scrollbar-thumb{
background-color: #CCCCCC !important; background-color: #CCCCCC !important;
} }
</style> </style>
......
...@@ -137,6 +137,19 @@ a:hover{ ...@@ -137,6 +137,19 @@ a:hover{
background-color: #CCCCCC; background-color: #CCCCCC;
} }
/* html滚动条样式 (iframe标签下) */
html::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
background-color: #ccc !important;
}
html::-webkit-scrollbar{
width: 2px !important;
background-color: #FF2F2F !important;
}
html::-webkit-scrollbar-thumb{
background-color: #CCCCCC !important;
}
@keyframes show-mulu-action @keyframes show-mulu-action
{ {
0% { 0% {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment