v2版本正式上线测试版

This commit is contained in:
george
2018-07-13 17:53:34 +08:00
parent 092ecf605b
commit 7bbe5585d8
661 changed files with 40153 additions and 2053 deletions

97
static/admin/css/app.css Normal file
View File

@@ -0,0 +1,97 @@
/*
* @Author: georgehao
* @Date: 2018-04-08 09:50:56
* @Last Modified by: george
* @Last Modified time: 2018-04-10 15:47:52
*/
.nav-title{
height: 45px;
border: #e4e4e4 1px solid;
line-height: 45px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
}
.tl{
text-align: left;
}
.tr{
text-align: right;
}
.fl{
float: left;
}
.fr{
float: right;
}
.ml20{
margin-left: 20px;
}
.pp-main{
padding-left: 20px;
padding-right: 20px;
}
.pp-form .width20{
width: 20%;
}
.pp-form .width40{
width: 40%;
}
.pp-form .width60{
width: 60%;
}
.pp-form .width90{
width: 90%;
}
/*pre.prettyprinted,pre.prettyprinted ol li{
background: #393D49 !important;
}*/
/*上传框*/
.input-file{
display: inline-block;
position: relative;
overflow: hidden;
}
.input-file input[type="file"] {
position: absolute;
top: 0;
right: 0;
font-size: 14px;
background-color: #fff;
transform: translate(-300px, 0px) scale(4);
height: 40px;
opacity: 0;
filter: alpha(opacity=0);
}
.search_text{
text-align: right;padding-right: 10px;
}
.mw400{
min-width: 400px;
}
.mw200{
min-width: 200px;
}
.c66{
color:#666666;
}
.c33{
color:#333333;
}
.lh36{
line-height: 36px;
}

106
static/admin/css/main.css Normal file
View File

@@ -0,0 +1,106 @@
/*
* @Author: georgehao
* @Date: 2018-04-08 09:50:56
* @Last Modified by: haodaquan
* @Last Modified time: 2018-04-08 22:33:36
*/
.layui-header{
height:50px;
}
.layui-layout-admin .layui-logo{
line-height:50px;
height:50px;
font-size:20px;
}
.layui-nav layui-layout-right{
line-height:50px;
height: 50px;
}
.layui-layout-admin .layui-side{
top:50px;
}
.layui-layout-admin .layui-body{
top:50px;
}
.pp-nav-item{
line-height: 50px !important;
height: 50px !important;
}
.pp-nav-child a{
line-height: 30px!important;
height: 30px!important;
}
.pp-nav-item a{
line-height: 50px;
height: 50px;
}
.layui-nav .layui-nav-item .layui-nav-itemed{
line-height: 50px;
height: 50px;
}
.layui-nav-child{
top:50px;
}
.layui-layout-admin .layui-footer{
line-height: 35px;
height: 35px;
}
.pp-side-fold {
height: 30px;
background-color: #4A5064;
color: #aeb9c2;
line-height: 30px;
text-align: center;
cursor: pointer
}
.back_space1{
margin-right: 5px;
}
a.pointer{
cursor: pointer;
}
.pp-ddsided{
width: 50px;
}
a.pp-pointer{
padding-right: 0px !important;
}
.pp-sided{
width: 50px;
}
.pp-main{
left: 50px !important;
}
.pp-tab{
margin-top:0px;
}
.pp-tab-title{
background: #000;
}
.layui-this{
background: #fff;
}
.layui-tab-title li.pp-tab-li{
border: 0px;
}