ok-admin/css/sub.css

33 lines
1.4 KiB
CSS
Raw Normal View History

2019-08-21 06:48:12 +00:00
@import "../lib/layui/css/layui.css";
2019-08-26 09:56:32 +00:00
/*********************************************
* (*^__^*) (*^__^*) *
* *
*********************************************/
2019-08-25 08:07:05 +00:00
.ok-body{padding:10px}
2019-08-26 09:56:32 +00:00
/*面包屑导航*/
2019-08-25 08:07:05 +00:00
.ok-body-breadcrumb{position:relative;line-height:39px;height:32px;border-bottom:1px solid #e5e5e5}
.ok-body-breadcrumb .layui-btn{line-height:2.4em;margin-top:3px;float:right}
.ok-body-breadcrumb .layui-btn .layui-icon{line-height:32px}
2019-08-26 09:56:32 +00:00
/*多条件搜索框样式*/
2019-08-25 08:07:05 +00:00
.ok-search{margin-top:15px}
.ok-search .layui-input{width:190px;padding-left:10px;margin-left:10px;float:left}
.ok-search .layui-input:first-child{margin-left:0}
.ok-search .layui-btn{margin-left:10px}
2019-08-26 09:56:32 +00:00
@media screen and (max-width:768px){
.ok-search .layui-input{width:100%;margin-left:0;margin-top:10px}
2019-08-25 08:07:05 +00:00
.ok-search .layui-btn{margin-left:0;margin-top:10px}
}
2019-08-26 09:56:32 +00:00
/*表单样式*/
2019-08-25 08:07:05 +00:00
.ok-form{margin-top:10px}
2019-08-26 09:56:32 +00:00
/*滚动条*/
2019-08-25 08:07:05 +00:00
::-webkit-scrollbar{width: 8px; height: 8px;}
::-webkit-scrollbar-button:vertical{display: none;}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner{background-color: #e2e2e2;}
::-webkit-scrollbar-thumb{border-radius: 0; background-color: rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:vertical:hover{background-color: rgba(0,0,0,.35);}
::-webkit-scrollbar-thumb:vertical:active{background-color: rgba(0,0,0,.38);}
2019-08-21 06:48:12 +00:00