del: 移除不要的css文件
parent
b8e6e63301
commit
7c0982e7fc
|
|
@ -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 {
|
||||
|
|
|
|||
168
css/console.css
168
css/console.css
|
|
@ -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;
|
||||
}
|
||||
149
css/console1.css
149
css/console1.css
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
@ -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%}
|
||||
|
|
|
|||
Loading…
Reference in New Issue