270 lines
4.4 KiB
Plaintext
270 lines
4.4 KiB
Plaintext
/*layui优化*/
|
|
table {
|
|
.layui-form-switch {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
.layui-form-select {
|
|
z-index: 1000;
|
|
}
|
|
.layui-form-item .layui-input-inline,
|
|
.layui-input-block {
|
|
width: 500px;
|
|
}
|
|
.layui-form-onswitch,
|
|
.layui-form-checked[lay-skin="primary"] i {
|
|
border-color: #1aa094;
|
|
background-color: #1aa094;
|
|
}
|
|
/*公共样式*/
|
|
html,body,#app,.main,.right {
|
|
height: 100%;
|
|
}
|
|
body {
|
|
background-color: rgba(238, 238, 238, 0.2);
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
color: #1aa094;
|
|
&:hover {
|
|
color: #333;
|
|
}
|
|
}
|
|
.cl {
|
|
zoom: 1;
|
|
&:after {
|
|
content: '\20';
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
.l {
|
|
float: left;
|
|
}
|
|
.r {
|
|
float: right;
|
|
}
|
|
.p20 {
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
foo, .foo {
|
|
color: #f00;
|
|
}
|
|
/*滚动条*/
|
|
::-webkit-scrollbar-corner {
|
|
background: #1aa094;
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: 0px;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
background: #1aa094;
|
|
&:window-inactive {
|
|
background: #1aa094;
|
|
}
|
|
}
|
|
|
|
/*右侧滚动条*/
|
|
.right::-webkit-scrollbar {
|
|
width: 5px;
|
|
background-color: #eee;
|
|
}
|
|
.right::-webkit-scrollbar-thumb {
|
|
background: #009688;
|
|
border-radius: 10px;
|
|
}
|
|
.right::-webkit-scrollbar-track-piece {
|
|
background: transparent;
|
|
}
|
|
|
|
/*顶栏*/
|
|
header {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
background-color: #eee;
|
|
position: fixed;
|
|
z-index: 1001;
|
|
color: #333;
|
|
h1 {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
width: 150px;
|
|
display: block;
|
|
color: #fff;
|
|
float: left;
|
|
background-color: #404852;
|
|
text-align: center;
|
|
font-size: 36px;
|
|
}
|
|
.breadcrumb {
|
|
margin-left: 150px;
|
|
padding-left: 20px;
|
|
i {
|
|
float: left;
|
|
}
|
|
ul {
|
|
float: left;
|
|
}
|
|
li {
|
|
float: left;
|
|
margin: 0 3px;
|
|
}
|
|
}
|
|
}
|
|
.main {
|
|
min-height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
/*左栏*/
|
|
.left {
|
|
position: fixed;
|
|
left: 0;
|
|
width: 150px;
|
|
padding-top: 50px;
|
|
height: 100%;
|
|
background: #3c444d;
|
|
overflow-x: auto;
|
|
z-index: 100;
|
|
box-sizing: border-box;
|
|
ul {
|
|
li {
|
|
float: left;
|
|
color: #333;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
&.hidden {
|
|
div {
|
|
display: none;
|
|
}
|
|
i {
|
|
&.arrow {
|
|
transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
-moz-transform: rotate(180deg);
|
|
-webkit-transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
padding-bottom: 4px;
|
|
}
|
|
}
|
|
}
|
|
a {
|
|
color: #ececec;
|
|
padding: 10px 0 10px 20px;
|
|
display: block;
|
|
}
|
|
i {
|
|
&:first-child {
|
|
margin-right: 5px;
|
|
}
|
|
&.arrow {
|
|
float: right;
|
|
margin-right: 20px;
|
|
font-size: 12px;
|
|
padding-top: 4px;
|
|
}
|
|
&.active {
|
|
color: #eee;
|
|
position: absolute;
|
|
right: -6px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
top: 0px;
|
|
margin: 0;
|
|
font-size: 20px;
|
|
z-index: 1;
|
|
transform: rotateY(180deg);
|
|
}
|
|
}
|
|
& > div {
|
|
position: relative;
|
|
background-color: #404852;
|
|
a {
|
|
padding-left: 45px;
|
|
color: #b2b2b2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.left ul li a:hover,
|
|
.left ul li a.active {
|
|
color: #009688;
|
|
background: #28313c;
|
|
}
|
|
/*右侧*/
|
|
.right {
|
|
margin-left:150px;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
overflow: auto;
|
|
padding-top: 70px;
|
|
iframe {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-left: 150px;
|
|
padding-top: 50px;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
& > a {
|
|
& > i {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
.arz {
|
|
margin: 20px 0 0 30px;
|
|
a {
|
|
color: #fff;
|
|
padding: 10px 18px;
|
|
background: #009688;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
border-radius: 2px;
|
|
i {
|
|
position: relative;
|
|
right: 3px;
|
|
top: 1px;
|
|
}
|
|
&:hover {
|
|
opacity: .8;
|
|
filter: alpha(opacity=80);
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bform {
|
|
margin: 20px 30px 0 10px;
|
|
}
|
|
/*分页*/
|
|
.page {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
overflow: hidden;
|
|
li {
|
|
float: left;
|
|
}
|
|
}
|
|
.page li a, .page li span {
|
|
padding: 5px 10px;
|
|
background-color: #009688;
|
|
color: #fff;
|
|
margin-right: 5px;
|
|
display: block;
|
|
}
|
|
.page li a:hover, .page li span {
|
|
background-color: #999;
|
|
}
|