From 7c0982e7fc339fd2ed5ffcf73450d1cf74db4a68 Mon Sep 17 00:00:00 2001 From: zhizou Date: Tue, 27 Aug 2019 17:46:44 +0800 Subject: [PATCH] =?UTF-8?q?del:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E8=A6=81?= =?UTF-8?q?=E7=9A=84css=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/common.css | 31 +++++++++ css/console.css | 168 ----------------------------------------------- css/console1.css | 149 ----------------------------------------- css/oksub.css | 32 +-------- 4 files changed, 32 insertions(+), 348 deletions(-) delete mode 100644 css/console.css delete mode 100644 css/console1.css diff --git a/css/common.css b/css/common.css index fee1e31..9c03761 100644 --- a/css/common.css +++ b/css/common.css @@ -1,6 +1,37 @@ + +/********************************************* + * (*^__^*) 子页面公共样式 (*^__^*) * + * 但行好事,莫问前程 * + *********************************************/ [v-cloak] { display: none !important; } +.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} + .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;} +::-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);} /**占满屏幕**/ .page-fill { diff --git a/css/console.css b/css/console.css deleted file mode 100644 index 2daa4ef..0000000 --- a/css/console.css +++ /dev/null @@ -1,168 +0,0 @@ -@import "./common.css"; -@import "../lib/layui/css/layui.css"; - -.yskj-card-body{ - padding: 20px; - position: relative; - width: 100%; - box-sizing: border-box; -} -.yskj-card-body-tb{ - padding: 20px 0; - position: relative; - width: 100%; - box-sizing: border-box; -} -.home .layui-card{ - -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08); - box-shadow: 0 0 20px rgba(0,0,0,.08); - border-radius: 5px; -} -.cart-data .stat-text{ - color: #455a64; - font-size: 24px; - padding-bottom: 5px; -} -.cart-data .stat-heading{ - color: #99abb4; -} -.cart-data .img-box{ - display: inline-block; - vertical-align: middle; - padding-right: 20px; -} -.cart-data .img-box img{ - width: 60px; -} -.cart-data .cart-r{ - display: inline-block; - vertical-align: middle; -} - -.my-card-title{ - color:#212529; - font-size: 16px; - padding-bottom: 20px; - font-weight: bolder; -} - -/**图表样式**/ -.map-body{ - height: 360px; -} -.map-china{ - height: 360px; -} -/***进度条***/ -.progress-box { - margin-bottom: 20px; - display: flex; -} -.progress-box .por-title { - font-weight: 600; - color: #868e96; - padding-bottom: 5px; -} -.progress-box .por-txt { - font-size: 13px; - padding-bottom: 5px; -} -.progress-box .pro-head{ - width: 50px; - height: 50px; - line-height: 50px; - display: inline-block; - vertical-align: middle; - float: left; - overflow: hidden; - padding-right: 20px; -} -.progress-box .pro-head img{ - background: #BEA8AB; - width: 100%; - height: 100%; - border-radius: 100%; -} -.progress-box .pro-data{ - display: inline-block; - vertical-align: middle; - flex: 1; - /*float: left;*/ - /*width: 70%;*/ -} - -/**日历**/ -#calendar .layui-laydate{ - border-radius: 5px; - border:0; - -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08); - box-shadow: 0 0 20px rgba(0,0,0,.08); -} - -/************home2样式************/ -.data-body { - display: flex; - padding:20px; - padding-bottom: 0; - color:#333333; -} -.data-body .media-cont { - -ms-flex-align: center !important; - align-items: center !important; - -ms-flex: 1 1 auto; - flex: 1 1 auto; -} -.data-body .media-cont .tit{ - font-size: 16px; - padding-bottom:5px; -} -.data-body .media-cont .num{ - font-size: 24px; - line-height: 22px; -} -.data-body .w-img{ - width: 60px; - height: 60px; -} -.data-body .w-img img{ - width: 100%; - height: 100%; -} -.line-home-a{ - height: 60px; -} - -.cart-data .stat-text { - color: #455a64; - font-size: 24px; - padding-bottom: 5px; -} -.extra-small-font { - font-size: 12px; -} - -.cart-data .stat-heading { - color: #99abb4; -} - -.cart-data .img-box { - display: inline-block; - vertical-align: middle; -} - -.cart-data .img-box img { - width: 60px; -} - -.cart-data .cart-r { - display: inline-block; - vertical-align: middle; - padding-left: 20px; -} - -.my-card-title { - color: #212529; - font-size: 16px; - padding-bottom: 20px; - font-weight: bolder; -} diff --git a/css/console1.css b/css/console1.css deleted file mode 100644 index c8dd89f..0000000 --- a/css/console1.css +++ /dev/null @@ -1,149 +0,0 @@ -@import "./common.css"; -@import "../lib/layui/css/layui.css"; -.home .layui-card{ - -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08); - box-shadow: 0 0 20px rgba(0,0,0,.08); - border-radius: 5px; -} -.cart-data .stat-text{ - color: #455a64; - font-size: 24px; - padding-bottom: 5px; -} -.cart-data .stat-heading{ - color: #99abb4; -} -.cart-data .img-box{ - display: inline-block; - vertical-align: middle; - padding-right: 20px; -} -.cart-data .img-box img{ - width: 60px; -} -.cart-data .cart-r{ - display: inline-block; - vertical-align: middle; -} - -.my-card-title{ - color:#212529; - font-size: 16px; - padding-bottom: 20px; - font-weight: bolder; -} - -/**图表样式**/ -.map-body{ - height: 360px; -} -.map-china{ - height: 360px; -} -/***进度条***/ -.progress-box { - margin-bottom: 20px; - display: flex; -} -.progress-box .por-title { - font-weight: 600; - color: #868e96; - padding-bottom: 5px; -} -.progress-box .por-txt { - font-size: 13px; - padding-bottom: 5px; -} -.progress-box .pro-head{ - width: 50px; - height: 50px; - line-height: 50px; - display: inline-block; - vertical-align: middle; - float: left; - overflow: hidden; - padding-right: 20px; -} -.progress-box .pro-head img{ - background: #BEA8AB; - width: 100%; - height: 100%; - border-radius: 100%; -} -.progress-box .pro-data{ - display: inline-block; - vertical-align: middle; - flex: 1; - /*float: left;*/ - /*width: 70%;*/ -} - -/**日历**/ -#calendar .layui-laydate{ - border-radius: 5px; - border:0; - -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08); - box-shadow: 0 0 20px rgba(0,0,0,.08); -} - -/************home2样式************/ -.data-body { - display: flex; - padding:20px; - padding-bottom: 0; - color:#333333; -} -.data-body .media-cont { - -ms-flex-align: center !important; - align-items: center !important; - -ms-flex: 1 1 auto; - flex: 1 1 auto; -} -.data-body .media-cont .tit{ - font-size: 16px; - padding-bottom:5px; -} -.data-body .media-cont .num{ - font-size: 24px; - line-height: 22px; -} -.data-body .w-img{ - width: 60px; - height: 60px; -} -.data-body .w-img img{ - width: 100%; - height: 100%; -} -.line-home-a{ - height: 60px; -} - -.cart-data .stat-text { - color: #455a64; - font-size: 24px; - padding-bottom: 5px; -} -.extra-small-font { - font-size: 12px; -} - -.cart-data .stat-heading { - color: #99abb4; -} - -.cart-data .img-box { - display: inline-block; - vertical-align: middle; -} - -.cart-data .img-box img { - width: 60px; -} - -.cart-data .cart-r { - display: inline-block; - vertical-align: middle; - padding-left: 20px; -} - diff --git a/css/oksub.css b/css/oksub.css index fd45876..5d3e894 100644 --- a/css/oksub.css +++ b/css/oksub.css @@ -1,36 +1,5 @@ @import "../css/common.css"; /**页面的公共样式**/ @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} - .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;} -::-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);} - /**控制台样式*/ .console .home .layui-card{-webkit-box-shadow:0 0 20px rgba(0,0,0,.08);box-shadow:0 0 20px rgba(0,0,0,.08);border-radius:5px} @@ -98,6 +67,7 @@ } /*修改密码*/ +.seting-pass{background: #FFFFFF;} .seting-pass .user_right p{margin:10px 0 25px;font-size:12px;text-align:center;color:#ff5722} .seting-pass .layui-table th{text-align:center} .seting-pass .changePwd{width:30%;margin:3% 0 0 5%}