From 4459222364da5533e0109995d668fc4c6b41112b Mon Sep 17 00:00:00 2001 From: bobi Date: Mon, 26 Aug 2019 17:56:32 +0800 Subject: [PATCH] =?UTF-8?q?ipm:=E8=A7=84=E8=8C=83css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/sub.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/css/sub.css b/css/sub.css index d5465b1..d8adcdc 100644 --- a/css/sub.css +++ b/css/sub.css @@ -1,16 +1,28 @@ @import "../lib/layui/css/layui.css"; +/********************************************* + * (*^__^*) 子页面公共样式 (*^__^*) * + * 但行好事,莫问前程 * + *********************************************/ .ok-body{padding:10px} +/*面包屑导航*/ .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} + +/*多条件搜索框样式*/ .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} -@media screen and (max-width:768px){.ok-search .layui-input{width:100%;margin-left:0;margin-top:10px} +@media screen and (max-width:768px){ + .ok-search .layui-input{width:100%;margin-left:0;margin-top:10px} .ok-search .layui-btn{margin-left:0;margin-top:10px} } + +/*表单样式*/ .ok-form{margin-top:10px} + +/*滚动条*/ ::-webkit-scrollbar{width: 8px; height: 8px;} ::-webkit-scrollbar-button:vertical{display: none;} ::-webkit-scrollbar-track, ::-webkit-scrollbar-corner{background-color: #e2e2e2;}