You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1739 lines
33 KiB
Plaintext
1739 lines
33 KiB
Plaintext
/*定义滚动条高宽及背景
|
|
高宽分别对应横竖滚动条的尺寸*/
|
|
|
|
.flex-item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.flex-item i {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 8px;
|
|
height: 16px;
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
|
|
/*定义滚动条轨道
|
|
内阴影+圆角*/
|
|
|
|
::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 6px #ddd;
|
|
border-radius: 10px;
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
|
|
/*定义滑块
|
|
内阴影+圆角*/
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px #999;
|
|
background-color: #999;
|
|
}
|
|
|
|
.g-admin-layout .layui-header {
|
|
background-color: #23262E
|
|
}
|
|
|
|
.g-admin-layout .layui-side {
|
|
top: 60px;
|
|
width: 200px;
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.g-admin-layout .layui-body {
|
|
position: fixed;
|
|
top: 60px;
|
|
bottom: 44px
|
|
}
|
|
|
|
.g-admin-layout .layui-main {
|
|
width: auto;
|
|
margin: 0 15px
|
|
}
|
|
|
|
.g-admin-layout .layui-footer {
|
|
position: fixed;
|
|
left: 200px;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 44px;
|
|
line-height: 44px;
|
|
padding: 0 15px;
|
|
background-color: #eee
|
|
}
|
|
|
|
.g-admin-layout .layui-logo {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 200px;
|
|
height: 100%;
|
|
line-height: 60px;
|
|
text-align: center;
|
|
color: #009688;
|
|
font-size: 16px
|
|
}
|
|
|
|
.g-admin-layout .layui-header .layui-nav {
|
|
background: 0 0
|
|
}
|
|
|
|
.g-layout-left {
|
|
position: absolute !important;
|
|
left: 200px;
|
|
top: 0
|
|
}
|
|
|
|
.g-layout-right {
|
|
position: absolute !important;
|
|
right: 0;
|
|
top: 0
|
|
}
|
|
|
|
.drop-down .drop-down-item {
|
|
width: 100%;
|
|
display: flex !important;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
padding-left: 10px !important;
|
|
padding-right: 10px !important;
|
|
}
|
|
|
|
.flex-center {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.align-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.head-nav {
|
|
font-style: italic;
|
|
}
|
|
|
|
.head-nav .current {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.menus-wrapper {
|
|
position: absolute;
|
|
width: 220px;
|
|
height: 100%;
|
|
left: 65px;
|
|
}
|
|
|
|
.sideMenuBar {
|
|
position: fixed;
|
|
left: 0;
|
|
width: 65px;
|
|
height: 100%;
|
|
}
|
|
|
|
.sub-menu-divider {
|
|
position: relative;
|
|
width: 220px;
|
|
top: 55px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.sub-menu-divider .line {
|
|
width: 70px;
|
|
height: 1px;
|
|
background: #5f626e;
|
|
}
|
|
|
|
.sub-menu-divider span {
|
|
color: #5f626e;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.top-menu-item {
|
|
width: 65px;
|
|
height: 65px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
color: rgba(255, 255, 255, .7);
|
|
cursor: pointer;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.top-menu-item:hover {
|
|
background-color: #ffffff22;
|
|
color: #f2f2f2;
|
|
}
|
|
|
|
.top-menu-item img {
|
|
width: 40px;
|
|
height: 40px;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.top-menu-item i {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.top-menu-item span {
|
|
font-style: normal;
|
|
font-size: 10px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.layui-side .layui-nav .layui-nav-child a {
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.theme-picker {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 10px 10px;
|
|
}
|
|
|
|
.theme-picker .theme {
|
|
box-sizing: border-box;
|
|
width: 280px;
|
|
height: 60px;
|
|
margin-bottom: 12px;
|
|
line-height: 60px;
|
|
padding-left: 30px;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
cursor: pointer;
|
|
color: white;
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_paginate {
|
|
padding-top: 10px;
|
|
text-align: left
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button {
|
|
border: 1px solid #eee;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
text-align: center;
|
|
color: #666;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
padding: 0 10px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
|
|
background: #82a0a0;
|
|
color: #fff;
|
|
border: 1px solid #82a0a0;
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
|
|
background: #82a0a0;
|
|
color: #fff;
|
|
border: 1px solid #82a0a0;
|
|
}
|
|
|
|
::-webkit-input-placeholder {
|
|
color: #ccc
|
|
}
|
|
|
|
html {
|
|
background-color: #f2f2f2;
|
|
color: #666
|
|
}
|
|
|
|
.g-admin-tabsbody-item,
|
|
[template] {
|
|
display: none
|
|
}
|
|
|
|
.g-admin-layout .layui-header {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 50px
|
|
}
|
|
|
|
.g-admin-layout .layui-header .layui-nav .layui-nav-child a {
|
|
color: #333
|
|
}
|
|
|
|
.g-admin-layout .layui-side {
|
|
width: 220px;
|
|
top: 0;
|
|
z-index: 1001
|
|
}
|
|
|
|
.g-admin-layout .layui-header .layui-nav .layui-nav-item,
|
|
.g-admin-layout .layui-logo {
|
|
height: 50px;
|
|
line-height: 50px
|
|
}
|
|
|
|
.g-admin-layout .layui-logo {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1002;
|
|
width: 220px;
|
|
height: 49px;
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
font-weight: 300;
|
|
background-repeat: no-repeat;
|
|
background-position: center center
|
|
}
|
|
|
|
.g-admin-pagetabs,
|
|
.g-admin-layout .layui-body,
|
|
.g-admin-layout .layui-footer,
|
|
.g-admin-layout .g-layout-left {
|
|
left: 220px
|
|
}
|
|
|
|
.g-admin-pagetabs {
|
|
position: fixed;
|
|
top: 50px;
|
|
right: 0;
|
|
z-index: 999
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-breadcrumb {
|
|
padding: 0 15px
|
|
}
|
|
|
|
.g-admin-layout .layui-body {
|
|
position: fixed;
|
|
top: 90px;
|
|
bottom: 0
|
|
}
|
|
|
|
.g-admin-layout .layui-body .g-admin-tabsbody-item {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.g-admin-layout .layui-header .layui-nav-img {
|
|
width: 26px;
|
|
height: 26px
|
|
}
|
|
|
|
.g-admin-layout .layui-header .layui-nav-child {
|
|
top: 55px
|
|
}
|
|
|
|
.g-admin-layout .layui-header .g-layout-right .layui-nav-child {
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.g-admin-layout .layui-header .layui-nav .layui-nav-child dd.layui-this,
|
|
.g-admin-layout .layui-header .layui-nav .layui-nav-child dd.layui-this a {
|
|
background: 0 0
|
|
}
|
|
|
|
.g-admin-pagetabs,
|
|
.g-admin-layout .layui-body,
|
|
.g-admin-layout .layui-footer,
|
|
.g-admin-layout .layui-header .g-layout-right,
|
|
.g-admin-layout .layui-header .layui-nav .layui-nav-item,
|
|
.g-admin-layout .g-layout-left,
|
|
.g-admin-layout .layui-logo,
|
|
.g-admin-layout .layui-side {
|
|
transition: all .3s;
|
|
-webkit-transition: all .3s
|
|
}
|
|
|
|
.layui-icon-login-qq {
|
|
color: #3492ED
|
|
}
|
|
|
|
.layui-icon-login-wechat {
|
|
color: #4DAF29
|
|
}
|
|
|
|
.layui-icon-login-weibo {
|
|
color: #CF1900
|
|
}
|
|
|
|
.layui-form[wid100] .layui-form-label {
|
|
width: 100px
|
|
}
|
|
|
|
.layui-form[wid100] .layui-input-block {
|
|
margin-left: 130px
|
|
}
|
|
|
|
@media screen and (max-width: 450px) {
|
|
.layui-form[wid100] .layui-form-item .layui-input-inline {
|
|
margin-left: 132px
|
|
}
|
|
|
|
.layui-form[wid100] .layui-form-item .layui-input-inline + .layui-form-mid {
|
|
margin-left: 130px
|
|
}
|
|
}
|
|
|
|
.layui-form-item .layui-input-company {
|
|
width: auto;
|
|
padding-right: 10px;
|
|
line-height: 38px
|
|
}
|
|
|
|
.layui-bg-white {
|
|
background-color: #fff
|
|
}
|
|
|
|
.g-admin-loading {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin: -16px -15px;
|
|
font-size: 30px;
|
|
color: #c2c2c2
|
|
}
|
|
|
|
.g-admin-fixed {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 999
|
|
}
|
|
|
|
.g-admin-link {
|
|
color: #029789 !important
|
|
}
|
|
|
|
.g-admin-link:hover {
|
|
opacity: .8
|
|
}
|
|
|
|
.layui-layer-admin .layui-layer-title {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
border: 0;
|
|
background-color: #20222A;
|
|
color: #fff
|
|
}
|
|
|
|
.layui-layer-admin i[close] {
|
|
position: absolute;
|
|
padding: 5px;
|
|
right: 10px;
|
|
top: 12px;
|
|
color: #fff;
|
|
cursor: pointer
|
|
}
|
|
|
|
.layui-layer-admin .layui-layer-content {
|
|
padding: 20px;
|
|
line-height: 22px
|
|
}
|
|
|
|
.layui-layer-admin .layui-layer-content cite {
|
|
font-style: normal;
|
|
color: #FF5722
|
|
}
|
|
|
|
.layui-layer-adminRight {
|
|
top: 50px !important;
|
|
bottom: 0;
|
|
box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
|
|
border-radius: 0;
|
|
overflow: auto
|
|
}
|
|
|
|
.g-admin-note .layui-layer-content {
|
|
padding: 0
|
|
}
|
|
|
|
.g-admin-note textarea {
|
|
display: block;
|
|
width: 300px;
|
|
height: 132px;
|
|
min-width: 300px;
|
|
min-height: 132px;
|
|
line-height: 20px;
|
|
padding: 10px 20px;
|
|
border: none;
|
|
box-sizing: border-box;
|
|
color: #666;
|
|
word-wrap: break-word
|
|
}
|
|
|
|
.g-admin-layout .g-layout-left {
|
|
padding: 0 10px
|
|
}
|
|
|
|
.g-admin-layout .g-layout-left .layui-nav-item {
|
|
margin: 0 20px
|
|
}
|
|
|
|
.g-admin-layout .layui-input-search {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
height: 32px;
|
|
border: none;
|
|
cursor: text
|
|
}
|
|
|
|
.g-admin-layout .g-layout-left a,
|
|
.g-admin-layout .g-layout-right {
|
|
padding: 0
|
|
}
|
|
|
|
.layui-header .layui-nav-item .layui-icon {
|
|
position: relative;
|
|
top: 1px;
|
|
font-size: 16px
|
|
}
|
|
|
|
.layui-header .g-layout-right .layui-badge-dot {
|
|
margin-left: 0
|
|
}
|
|
|
|
.layui-header .layui-nav .layui-this:after,
|
|
.g-admin-layout .layui-header .layui-nav-bar {
|
|
top: 0 !important;
|
|
bottom: auto;
|
|
height: 3px;
|
|
background-color: #fff;
|
|
background-color: rgba(255, 255, 255, .3)
|
|
}
|
|
|
|
.g-admin-body-shade {
|
|
position: fixed;
|
|
display: none;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, .3);
|
|
z-index: 1000
|
|
}
|
|
|
|
/*.layui-side-menu .layui-side-scroll {
|
|
width: 240px
|
|
}*/
|
|
|
|
.layui-side-menu .layui-nav {
|
|
width: 220px;
|
|
margin-top: 50px;
|
|
background: 0 0
|
|
}
|
|
|
|
.layui-side-menu .layui-nav .layui-nav-item a {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
padding-right: 30px
|
|
}
|
|
|
|
.layui-side-menu .layui-nav .layui-nav-item > a {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px
|
|
}
|
|
|
|
.layui-side-menu .layui-nav .layui-nav-item a:hover {
|
|
background: 0 0
|
|
}
|
|
|
|
.layui-side-menu .layui-nav .layui-nav-itemed > .layui-nav-child {
|
|
padding: 5px 0
|
|
}
|
|
|
|
.layui-side-menu .layui-nav .layui-nav-item .layui-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 20px;
|
|
margin-top: -19px
|
|
}
|
|
|
|
.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child {
|
|
background: 0 0 !important
|
|
}
|
|
|
|
.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child a {
|
|
padding-left: 60px
|
|
}
|
|
|
|
.layui-side-menu .layui-nav .layui-nav-more {
|
|
right: 15px
|
|
}
|
|
|
|
|
|
/* @media screen and (max-width: 992px) {
|
|
.g-admin-layout .layui-side {
|
|
transform: translate3d(-220px, 0, 0);
|
|
-webkit-transform: translate3d(-220px, 0, 0);
|
|
width: 220px
|
|
}
|
|
|
|
.g-admin-pagetabs, .g-admin-layout .layui-body, .g-admin-layout .layui-footer, .g-admin-layout .g-layout-left {
|
|
left: 0
|
|
}
|
|
} */
|
|
|
|
.g-admin-sidebar-fold .g-admin-layout .layui-logo {
|
|
width: 60px;
|
|
}
|
|
|
|
.g-admin-sidebar-fold .g-admin-layout .layui-logo span {
|
|
display: none
|
|
}
|
|
|
|
.g-admin-sidebar-fold .layui-side {
|
|
left: 0;
|
|
width: 60px
|
|
}
|
|
|
|
.g-admin-sidebar-fold .g-admin-pagetabs,
|
|
.g-admin-sidebar-fold .g-admin-layout .layui-body,
|
|
.g-admin-sidebar-fold .g-admin-layout .layui-footer,
|
|
.g-admin-sidebar-fold .g-admin-layout .g-layout-left {
|
|
left: 60px
|
|
}
|
|
|
|
.g-admin-sidebar-fold .layui-side-menu .layui-nav {
|
|
position: static;
|
|
width: 60px
|
|
}
|
|
|
|
.g-admin-sidebar-fold .layui-side-menu .layui-nav-item {
|
|
position: static
|
|
}
|
|
|
|
.g-admin-sidebar-fold .layui-side-menu .layui-nav-item > a {
|
|
padding-right: 0
|
|
}
|
|
|
|
.g-admin-sidebar-fold .layui-side-menu .layui-nav-item cite,
|
|
.g-admin-sidebar-fold .layui-side-menu .layui-nav > .layui-nav-item > .layui-nav-child,
|
|
.g-admin-sidebar-fold .layui-side-menu .layui-nav > .layui-nav-item > a .layui-nav-more {
|
|
display: none;
|
|
padding: 8px 0;
|
|
width: 200px
|
|
}
|
|
|
|
.g-admin-sidebar-fold .layui-side-menu .layui-nav > .layui-nav-itemed > a {
|
|
background: rgba(0, 0, 0, .3)
|
|
}
|
|
|
|
.g-admin-side-spread-sm .g-admin-pagetabs,
|
|
.g-admin-side-spread-sm .g-admin-layout .layui-body,
|
|
.g-admin-side-spread-sm .g-admin-layout .layui-footer,
|
|
.g-admin-side-spread-sm .g-admin-layout .g-layout-left {
|
|
left: 0;
|
|
transform: translate3d(220px, 0, 0);
|
|
-webkit-transform: translate3d(220px, 0, 0)
|
|
}
|
|
|
|
.g-admin-side-spread-sm .g-admin-layout .g-layout-right {
|
|
transform: translate3d(220px, 0, 0);
|
|
-webkit-transform: translate3d(220px, 0, 0)
|
|
}
|
|
|
|
.g-admin-side-spread-sm .layui-side {
|
|
transform: translate3d(0, 0, 0);
|
|
-webkit-transform: translate3d(0, 0, 0)
|
|
}
|
|
|
|
.g-admin-side-spread-sm .g-admin-body-shade {
|
|
display: block
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-tab-title li:first-child .layui-tab-close,
|
|
.g-admin-tabs-select.layui-nav .layui-nav-bar,
|
|
.g-admin-tabs-select.layui-nav .layui-nav-more {
|
|
display: none
|
|
}
|
|
|
|
.g-admin-pagetabs {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
padding: 0 80px 0 40px;
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
|
|
}
|
|
|
|
.g-admin-pagetabs .g-admin-tabs-control {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 40px;
|
|
height: 100%;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
transition: all .3s;
|
|
-webkit-transition: all .3s;
|
|
box-sizing: border-box;
|
|
border-left: 1px solid #f6f6f6
|
|
}
|
|
|
|
.g-admin-pagetabs .g-admin-tabs-control:hover {
|
|
background-color: #f6f6f6
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-icon-prev {
|
|
left: 0;
|
|
border-left: none;
|
|
border-right: 1px solid #f6f6f6
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-icon-next {
|
|
right: 40px
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-icon-down {
|
|
right: 0
|
|
}
|
|
|
|
.g-admin-tabs-select.layui-nav {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
background: 0 0
|
|
}
|
|
|
|
.g-admin-tabs-select.layui-nav .layui-nav-item {
|
|
line-height: 40px
|
|
}
|
|
|
|
.g-admin-tabs-select.layui-nav .layui-nav-item > a {
|
|
height: 40px
|
|
}
|
|
|
|
.g-admin-tabs-select.layui-nav .layui-nav-item a {
|
|
color: #666
|
|
}
|
|
|
|
.g-admin-tabs-select.layui-nav .layui-nav-child {
|
|
top: 40px;
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.g-admin-tabs-select.layui-nav .layui-nav-child dd.layui-this,
|
|
.g-admin-tabs-select.layui-nav .layui-nav-child dd.layui-this a {
|
|
background-color: #f2f2f2 !important;
|
|
color: #333
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-tab {
|
|
margin: 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-tab-title {
|
|
height: 40px;
|
|
border: none
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-tab-title li {
|
|
min-width: 0;
|
|
line-height: 40px;
|
|
max-width: 160px;
|
|
text-overflow: ellipsis;
|
|
padding-right: 40px;
|
|
overflow: hidden;
|
|
border-right: 1px solid #f6f6f6;
|
|
vertical-align: top
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-tab-title li:first-child {
|
|
padding-right: 15px
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-tab-title li .layui-tab-close {
|
|
position: absolute;
|
|
right: 8px;
|
|
top: 50%;
|
|
margin: -7px 0 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
border-radius: 50%;
|
|
font-size: 12px
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-tab-title li:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 0;
|
|
height: 2px;
|
|
border-radius: 0;
|
|
background-color: #292B34;
|
|
transition: all .3s;
|
|
-webkit-transition: all .3s
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-tab-title li:hover:after {
|
|
width: 100%
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-tab-title li.layui-this,
|
|
.g-admin-pagetabs .layui-tab-title li:hover {
|
|
background-color: #E3DEDE
|
|
}
|
|
|
|
.g-admin-pagetabs .layui-tab-title li.layui-this:after {
|
|
width: 100%;
|
|
border: none;
|
|
height: 2px;
|
|
background-color: #292B34
|
|
}
|
|
|
|
.g-admin-tabspage-none .g-admin-layout .layui-header {
|
|
border-bottom: none;
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
|
|
}
|
|
|
|
.g-admin-tabspage-none .g-admin-layout .layui-body {
|
|
top: 50px
|
|
}
|
|
|
|
.g-admin-tabspage-none .g-admin-header {
|
|
display: block
|
|
}
|
|
|
|
.g-admin-tabspage-none .g-admin-header .layui-breadcrumb {
|
|
border-top: 1px solid #f6f6f6
|
|
}
|
|
|
|
.g-admin-layout .layui-header {
|
|
border-bottom: 1px solid #f6f6f6;
|
|
box-sizing: border-box;
|
|
background-color: #fff
|
|
}
|
|
|
|
.g-admin-layout .layui-header a,
|
|
.g-admin-layout .layui-header a cite {
|
|
color: #333
|
|
}
|
|
|
|
.g-admin-layout .layui-header a:hover {
|
|
color: #000
|
|
}
|
|
|
|
.g-admin-layout .layui-header .layui-nav .layui-nav-more {
|
|
border-top-color: #666
|
|
}
|
|
|
|
.g-admin-layout .layui-header .layui-nav .layui-nav-mored {
|
|
border-color: transparent transparent #666
|
|
}
|
|
|
|
.g-admin-layout .layui-header .layui-nav .layui-this:after,
|
|
.g-admin-layout .layui-header .layui-nav-bar {
|
|
height: 2px;
|
|
background-color: #20222A
|
|
}
|
|
|
|
.g-admin-layout .layui-logo {
|
|
background-color: #20222A;
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
|
|
}
|
|
|
|
.g-admin-layout .layui-logo,
|
|
.g-admin-layout .layui-logo a {
|
|
color: #fff;
|
|
color: rgba(255, 255, 255, .8)
|
|
}
|
|
|
|
.layui-side-menu {
|
|
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05)
|
|
}
|
|
|
|
.g-admin-layout .layui-footer {
|
|
text-align: center;
|
|
box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .05)
|
|
}
|
|
|
|
.g-admin-setTheme-side,
|
|
.layui-side-menu {
|
|
background-color: #20222A;
|
|
color: #fff
|
|
}
|
|
|
|
.g-admin-setTheme-header,
|
|
.g-admin-layout .layui-footer {
|
|
background-color: #fff
|
|
}
|
|
|
|
.layui-tab-admin .layui-tab-title {
|
|
background-color: #393D49;
|
|
color: #fff
|
|
}
|
|
|
|
.layui-fluid {
|
|
padding: 15px
|
|
}
|
|
|
|
.g-admin-header {
|
|
display: none;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
margin-bottom: 0;
|
|
border-radius: 0
|
|
}
|
|
|
|
.g-admin-header .layui-breadcrumb {
|
|
padding: 0 15px
|
|
}
|
|
|
|
.layui-card-header {
|
|
position: relative
|
|
}
|
|
|
|
.layui-card-header .layui-icon {
|
|
line-height: initial;
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 50%;
|
|
margin-top: -7px
|
|
}
|
|
|
|
.g-admin-iframe {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.g-admin-carousel {
|
|
height: 185px !important;
|
|
background-color: #fff
|
|
}
|
|
|
|
.g-admin-carousel .layui-carousel-ind li {
|
|
background-color: #e2e2e2
|
|
}
|
|
|
|
.g-admin-carousel .layui-carousel-ind li:hover {
|
|
background-color: #c2c2c2
|
|
}
|
|
|
|
.g-admin-carousel .layui-carousel-ind li.layui-this {
|
|
background-color: #999
|
|
}
|
|
|
|
.g-admin-carousel .layui-carousel,
|
|
.g-admin-carousel > [carousel-item] > * {
|
|
background-color: #fff
|
|
}
|
|
|
|
.g-admin-carousel .layui-col-space10 {
|
|
margin: 0
|
|
}
|
|
|
|
.g-admin-carousel .layui-carousel-ind {
|
|
position: absolute;
|
|
top: -41px;
|
|
text-align: right
|
|
}
|
|
|
|
.g-admin-carousel .layui-carousel-ind ul {
|
|
background: 0 0
|
|
}
|
|
|
|
.layui-card .layui-tab-brief .layui-tab-title {
|
|
height: 42px;
|
|
border-bottom-color: #f6f6f6
|
|
}
|
|
|
|
.layui-card .layui-tab-brief .layui-tab-title li {
|
|
margin: 0 15px;
|
|
padding: 0;
|
|
line-height: 42px
|
|
}
|
|
|
|
.layui-card .layui-tab-brief .layui-tab-title li.layui-this {
|
|
color: #333
|
|
}
|
|
|
|
.layui-card .layui-tab-brief .layui-tab-title .layui-this:after {
|
|
height: 43px
|
|
}
|
|
|
|
.layui-card .layui-tab-brief .layui-tab-content {
|
|
padding: 15px
|
|
}
|
|
|
|
.layui-card .layui-table-view {
|
|
margin: 0
|
|
}
|
|
|
|
.g-admin-shortcut li {
|
|
text-align: center
|
|
}
|
|
|
|
.g-admin-shortcut li .layui-icon {
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
text-align: center;
|
|
border-radius: 2px;
|
|
font-size: 30px;
|
|
background-color: #F8F8F8;
|
|
color: #333;
|
|
transition: all .3s;
|
|
-webkit-transition: all .3s
|
|
}
|
|
|
|
.g-admin-shortcut li cite {
|
|
position: relative;
|
|
top: 2px;
|
|
display: block;
|
|
color: #666;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
font-size: 14px
|
|
}
|
|
|
|
.g-admin-shortcut li:hover .layui-icon {
|
|
background-color: #f2f2f2
|
|
}
|
|
|
|
.g-admin-backlog .g-admin-backlog-body {
|
|
display: block;
|
|
padding: 10px 15px;
|
|
background-color: #f8f8f8;
|
|
color: #999;
|
|
border-radius: 2px;
|
|
transition: all .3s;
|
|
-webkit-transition: all .3s
|
|
}
|
|
|
|
.g-admin-backlog-body h3 {
|
|
padding-bottom: 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.g-admin-backlog-body p cite {
|
|
font-style: normal;
|
|
font-size: 30px;
|
|
font-weight: 300;
|
|
color: #009688
|
|
}
|
|
|
|
.g-admin-backlog-body:hover {
|
|
background-color: #f2f2f2;
|
|
color: #888
|
|
}
|
|
|
|
.g-admin-version .layui-table {
|
|
padding: 6px 0
|
|
}
|
|
|
|
.g-admin-version .layui-table td,
|
|
.g-admin-version .layui-table th {
|
|
line-height: 25px
|
|
}
|
|
|
|
.g-admin-dataview {
|
|
height: 332px !important
|
|
}
|
|
|
|
.g-admin-dataview > [carousel-item]:before {
|
|
display: none
|
|
}
|
|
|
|
.g-admin-dataview > [carousel-item] > div {
|
|
height: 332px
|
|
}
|
|
|
|
.g-admin-takerates {
|
|
padding-top: 5px
|
|
}
|
|
|
|
.g-admin-takerates .layui-progress {
|
|
margin: 50px 0 60px
|
|
}
|
|
|
|
.g-admin-takerates .layui-progress:last-child {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.g-admin-takerates .layui-progress h3 {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -35px;
|
|
color: #999;
|
|
font-size: 14px
|
|
}
|
|
|
|
.g-admin-takerates .layui-progress-bar {
|
|
text-align: left
|
|
}
|
|
|
|
.g-admin-takerates .layui-progress-text {
|
|
top: -35px;
|
|
line-height: 26px;
|
|
font-size: 26px
|
|
}
|
|
|
|
.g-admin-news {
|
|
height: 60px !important;
|
|
padding: 5px 0
|
|
}
|
|
|
|
.g-admin-news a {
|
|
display: block;
|
|
line-height: 60px;
|
|
text-align: center
|
|
}
|
|
|
|
.g-admin-news .layui-carousel-ind {
|
|
height: 45px
|
|
}
|
|
|
|
.g-admin-list li {
|
|
margin-bottom: 6px;
|
|
padding-bottom: 6px;
|
|
border-bottom-color: #f6f6f6;
|
|
list-style-position: inside;
|
|
list-style-type: disc;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.g-admin-list li a {
|
|
color: #666
|
|
}
|
|
|
|
.g-admin-list li a:hover {
|
|
color: #009688
|
|
}
|
|
|
|
.g-admin-list li:last-child {
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.g-admin-text p {
|
|
margin-bottom: 10px;
|
|
text-indent: 2em
|
|
}
|
|
|
|
.g-admin-text p:last-child {
|
|
margin: 0
|
|
}
|
|
|
|
.g-admin-font-em {
|
|
font-size: 13px;
|
|
color: #758697
|
|
}
|
|
|
|
.layui-card-header .layui-a-tips {
|
|
position: absolute;
|
|
right: 15px;
|
|
color: #01AAED
|
|
}
|
|
|
|
.layuiadmin-card-text {
|
|
background-color: #f8f8f8;
|
|
color: #777;
|
|
padding: 24px
|
|
}
|
|
|
|
.layuiadmin-card-text .layui-text-top {
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.layuiadmin-card-text .layui-text-top i {
|
|
margin-right: 10px;
|
|
font-size: 24px;
|
|
color: #009688
|
|
}
|
|
|
|
.layuiadmin-card-text .layui-text-top a {
|
|
line-height: 24px;
|
|
font-size: 16px;
|
|
vertical-align: top
|
|
}
|
|
|
|
.layuiadmin-card-text .layui-text-center {
|
|
height: 44px;
|
|
line-height: 22px;
|
|
margin-bottom: 10px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.layuiadmin-card-text .layui-text-bottom {
|
|
position: relative
|
|
}
|
|
|
|
.layuiadmin-card-text .layui-text-bottom a {
|
|
color: #777;
|
|
font-size: 12px;
|
|
text-overflow: ellipsis;
|
|
word-break: break-all
|
|
}
|
|
|
|
.layuiadmin-card-text .layui-text-bottom span {
|
|
color: #CCC;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
right: 0
|
|
}
|
|
|
|
.layuiadmin-badge,
|
|
.layuiadmin-btn-group,
|
|
.layuiadmin-span-color {
|
|
position: absolute;
|
|
right: 15px
|
|
}
|
|
|
|
.layuiadmin-card-link a:hover,
|
|
.layuiadmin-card-team li a:hover,
|
|
.layuiadmin-card-text a:hover {
|
|
color: #01AAED;
|
|
transition: all .3s
|
|
}
|
|
|
|
.layuiadmin-card-status {
|
|
padding: 0 10px 10px
|
|
}
|
|
|
|
.layuiadmin-card-status dd {
|
|
padding: 15px 0;
|
|
border-bottom: 1px solid #EEE;
|
|
display: -webkit-flex;
|
|
display: flex
|
|
}
|
|
|
|
.layuiadmin-card-status dd:last-child {
|
|
border: none
|
|
}
|
|
|
|
.layuiadmin-card-status dd div.layui-status-img,
|
|
.layuiadmin-card-team .layui-team-img {
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 50%;
|
|
background-color: #009688;
|
|
margin-right: 15px
|
|
}
|
|
|
|
.layuiadmin-card-status dd div.layui-status-img a {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
text-align: center;
|
|
line-height: 32px
|
|
}
|
|
|
|
.layuiadmin-card-status dd div.layui-status-img img,
|
|
.layuiadmin-card-team .layui-team-img img {
|
|
width: 50%;
|
|
height: 50%
|
|
}
|
|
|
|
.layuiadmin-card-status dd div a {
|
|
color: #01AAED
|
|
}
|
|
|
|
.layuiadmin-card-status dd div span {
|
|
color: #BBB
|
|
}
|
|
|
|
.layuiadmin-card-link {
|
|
padding-left: 10px;
|
|
font-size: 0
|
|
}
|
|
|
|
.layuiadmin-card-link a {
|
|
display: inline-block;
|
|
width: 25%;
|
|
color: #666;
|
|
font-size: 14px;
|
|
margin-bottom: 12px
|
|
}
|
|
|
|
.layuiadmin-card-link button {
|
|
vertical-align: top
|
|
}
|
|
|
|
.layuiadmin-card-link button:hover {
|
|
color: #009688
|
|
}
|
|
|
|
.layuiadmin-card-team li {
|
|
padding: 10px 0 10px 10px
|
|
}
|
|
|
|
.layuiadmin-card-team .layui-team-img {
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
width: 24px;
|
|
height: 24px;
|
|
text-align: center;
|
|
line-height: 24px
|
|
}
|
|
|
|
.layuiadmin-card-team span {
|
|
color: #777
|
|
}
|
|
|
|
.layuiadmin-badge {
|
|
top: 50%;
|
|
margin-top: -9px;
|
|
color: #01AAED
|
|
}
|
|
|
|
.layuiadmin-card-list {
|
|
padding: 15px
|
|
}
|
|
|
|
.layuiadmin-card-list p.layuiadmin-big-font {
|
|
font-size: 36px;
|
|
color: #666;
|
|
line-height: 36px;
|
|
padding: 5px 0 10px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-break: break-all;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.layuiadmin-card-list p.layuiadmin-normal-font {
|
|
padding-bottom: 10px;
|
|
font-size: 20px;
|
|
color: #666;
|
|
line-height: 24px
|
|
}
|
|
|
|
.layuiadmin-span-color {
|
|
font-size: 14px
|
|
}
|
|
|
|
.layuiadmin-span-color i {
|
|
padding-left: 5px
|
|
}
|
|
|
|
.layuiadmin-card-status li {
|
|
position: relative;
|
|
padding: 10px 0;
|
|
border-bottom: 1px solid #EEE
|
|
}
|
|
|
|
.layuiadmin-card-status li h3 {
|
|
padding-bottom: 5px;
|
|
font-weight: 700
|
|
}
|
|
|
|
.layuiadmin-card-status li p {
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.layuiadmin-card-status li > span {
|
|
color: #999
|
|
}
|
|
|
|
.layuiadmin-home2-usernote .layuiadmin-reply {
|
|
display: none;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 12px
|
|
}
|
|
|
|
.layuiadmin-home2-usernote li:hover .layuiadmin-reply {
|
|
display: block
|
|
}
|
|
|
|
.layuiadmin-page-table td span {
|
|
color: #2F4056
|
|
}
|
|
|
|
.layuiadmin-page-table td span.first {
|
|
color: #FF5722
|
|
}
|
|
|
|
.layuiadmin-page-table td span.second {
|
|
color: #FFB800
|
|
}
|
|
|
|
.layuiadmin-page-table td span.third {
|
|
color: #5FB878
|
|
}
|
|
|
|
.layuiAdmin-msg-detail h1 {
|
|
font-size: 16px
|
|
}
|
|
|
|
.layuiAdmin-msg-detail .layui-card-header {
|
|
height: auto;
|
|
line-height: 30px;
|
|
padding: 15px
|
|
}
|
|
|
|
.layuiAdmin-msg-detail .layui-card-header span {
|
|
padding: 0 5px;
|
|
color: #999
|
|
}
|
|
|
|
.layuiAdmin-msg-detail .layui-card-header span:first-child {
|
|
padding-left: 0
|
|
}
|
|
|
|
.layuiAdmin-msg-detail .layui-card-body {
|
|
padding: 15px
|
|
}
|
|
|
|
.layuiadmin-content-bread {
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.layuiadmin-order-progress {
|
|
position: relative;
|
|
top: 12px
|
|
}
|
|
|
|
.layui-card-header.layuiadmin-card-header-auto {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
height: auto
|
|
}
|
|
|
|
.layuiadmin-card-header-auto i.layuiadmin-button-btn {
|
|
position: relative;
|
|
right: 0;
|
|
top: 0;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.layuiadmin-card-header-auto .layui-form-item:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.g-admin-setTheme {
|
|
padding: 15px;
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.g-admin-setTheme > h5 {
|
|
padding: 20px 0 10px;
|
|
color: #000
|
|
}
|
|
|
|
.g-admin-setTheme > h5:first-child {
|
|
padding-top: 0
|
|
}
|
|
|
|
.g-admin-setTheme-color {
|
|
width: 330px;
|
|
font-size: 0
|
|
}
|
|
|
|
.g-admin-setTheme-color li {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 80px;
|
|
height: 50px;
|
|
margin: 0 15px 15px 0;
|
|
background-color: #f2f2f2;
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
color: #666
|
|
}
|
|
|
|
.g-admin-setTheme-color li:after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 20;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 1px;
|
|
height: 0;
|
|
border: 1px solid #f2f2f2;
|
|
transition: all .3s;
|
|
-webkit-transition: all .3s;
|
|
opacity: 0
|
|
}
|
|
|
|
.g-admin-setTheme-color li.layui-this:after,
|
|
.g-admin-setTheme-color li:hover:after {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 4px;
|
|
top: -5px;
|
|
left: -5px;
|
|
border-color: #5FB878;
|
|
opacity: 1
|
|
}
|
|
|
|
.g-admin-setTheme-header {
|
|
position: relative;
|
|
z-index: 10;
|
|
height: 10px;
|
|
border-top: 1px solid #f2f2f2;
|
|
border-right: 1px solid #f2f2f2
|
|
}
|
|
|
|
.g-admin-setTheme-side {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 20px;
|
|
height: 100%;
|
|
z-index: 11;
|
|
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05)
|
|
}
|
|
|
|
.g-admin-setTheme-logo {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 10px;
|
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
|
|
}
|
|
|
|
.g-admin-form-right {
|
|
text-align: right
|
|
}
|
|
|
|
.g-admin-about p {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.g-admin-menu-list .layui-card-header {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
font-size: 16px
|
|
}
|
|
|
|
.g-admin-menu-list .layui-card-header:active {
|
|
background-color: #f2f2f2
|
|
}
|
|
|
|
.g-admin-menu-list .layui-card-header .layui-icon {
|
|
position: relative;
|
|
top: 1px;
|
|
left: 0;
|
|
display: inline-block;
|
|
margin: 0 10px;
|
|
font-size: 18px
|
|
}
|
|
|
|
@-webkit-keyframes layui-rl {
|
|
from {
|
|
-webkit-transform: translate3d(100%, 0, 0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0, 0, 0)
|
|
}
|
|
}
|
|
|
|
@keyframes layui-rl {
|
|
from {
|
|
transform: translate3d(100%, 0, 0)
|
|
}
|
|
|
|
to {
|
|
transform: translate3d(0, 0, 0)
|
|
}
|
|
}
|
|
|
|
.layui-anim-rl {
|
|
-webkit-animation-name: layui-rl;
|
|
animation-name: layui-rl
|
|
}
|
|
|
|
@-webkit-keyframes layui-lr {
|
|
from {
|
|
-webkit-transform: translate3d(0 0, 0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes layui-lr {
|
|
from {
|
|
transform: translate3d(0, 0, 0)
|
|
}
|
|
|
|
to {
|
|
transform: translate3d(100%, 0, 0)
|
|
}
|
|
}
|
|
|
|
.layui-anim-lr,
|
|
.layui-anim-rl.layer-anim-close {
|
|
-webkit-animation-name: layui-lr;
|
|
animation-name: layui-lr
|
|
}
|
|
|
|
.g-admin-tips {
|
|
margin-top: 30px;
|
|
text-align: center
|
|
}
|
|
|
|
.g-admin-tips .layui-icon[face] {
|
|
display: inline-block;
|
|
font-size: 300px;
|
|
color: #393D49
|
|
}
|
|
|
|
.g-admin-tips .layui-text {
|
|
width: 500px;
|
|
margin: 30px auto;
|
|
padding-top: 20px;
|
|
border-top: 5px solid #009688;
|
|
font-size: 16px
|
|
}
|
|
|
|
.g-admin-tips h1 {
|
|
font-size: 100px;
|
|
line-height: 100px;
|
|
color: #009688
|
|
}
|
|
|
|
.g-admin-tips .layui-text .layui-anim {
|
|
display: inline-block
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.g-admin-panel-selection {
|
|
margin: 0;
|
|
width: auto
|
|
}
|
|
|
|
.layui-body .layui-nav .layui-nav-item {
|
|
display: block
|
|
}
|
|
|
|
.g-admin-layout .layui-body .g-admin-tabsbody-item {
|
|
-webkit-overflow-scrolling: touch;
|
|
overflow: auto
|
|
}
|
|
}
|
|
|
|
.col-xs-1,
|
|
.col-xs-2,
|
|
.col-xs-3,
|
|
.col-xs-4,
|
|
.col-xs-5,
|
|
.col-xs-6,
|
|
.col-xs-7,
|
|
.col-xs-8,
|
|
.col-xs-9,
|
|
.col-xs-10,
|
|
.col-xs-11,
|
|
.col-xs-12 {
|
|
min-height: 1px;
|
|
position: relative;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
box-sizing: border-box;
|
|
-webkit-transition: all 0.3s ease-in;
|
|
-moz-transition: all 0.3s ease-in;
|
|
-o-transition: all 0.3s ease-in;
|
|
transition: all 0.3s ease-in
|
|
}
|
|
|
|
.col-xs-1,
|
|
.col-xs-2,
|
|
.col-xs-3,
|
|
.col-xs-4,
|
|
.col-xs-5,
|
|
.col-xs-6,
|
|
.col-xs-7,
|
|
.col-xs-8,
|
|
.col-xs-9,
|
|
.col-xs-10,
|
|
.col-xs-11,
|
|
.col-xs-12 {
|
|
float: left
|
|
}
|
|
|
|
.col-xs-12 {
|
|
width: 100%
|
|
}
|
|
|
|
.col-xs-11 {
|
|
width: 91.66666667%
|
|
}
|
|
|
|
.col-xs-10 {
|
|
width: 83.33333333%
|
|
}
|
|
|
|
.col-xs-9 {
|
|
width: 75%
|
|
}
|
|
|
|
.col-xs-8 {
|
|
width: 66.66666667%
|
|
}
|
|
|
|
.col-xs-7 {
|
|
width: 58.33333333%
|
|
}
|
|
|
|
.col-xs-6 {
|
|
width: 50%
|
|
}
|
|
|
|
.col-xs-5 {
|
|
width: 41.66666667%
|
|
}
|
|
|
|
.col-xs-4 {
|
|
width: 33.33333333%
|
|
}
|
|
|
|
.col-xs-3 {
|
|
width: 25%
|
|
}
|
|
|
|
.col-xs-2 {
|
|
width: 16.66666667%
|
|
}
|
|
|
|
.col-xs-1 {
|
|
width: 8.33333333%
|
|
}
|