@hzy1123581324/z-view-ui
Version:
z-view-ui是使用vue3开发的组件,开发中,有部分组件功能未实现,慎用
2,742 lines (2,129 loc) • 35.9 kB
CSS
/*****栅格布局*******/
.row {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.row::after,
.row::before {
content: "";
display: table;
}
.row::after {
clear: both;
}
.row-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.col-0,
.row-flex:after,
.row-flex:before {
display: none;
}
.row-flex.is-justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.row-flex.is-justify-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.row-flex.is-justify-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.row-flex.is-justify-space-around {
-ms-flex-pack: distribute;
justify-content: space-around
}
.row-flex.is-align-middle {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.row-flex.is-align-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}
[class^=col-],[class*=' col-'] {
float: left;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.upload-picture-card,
.upload-dragger {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer
}
.col-0 {
width: 0
}
.col-offset-0 {
margin-left: 0
}
.col-pull-0 {
right: 0
}
.col-push-0 {
left: 0
}
.col-1 {
width: 4.16667%
}
.col-offset-1 {
margin-left: 4.16667%
}
.col-pull-1 {
right: 4.16667%
}
.col-push-1 {
left: 4.16667%
}
.col-2 {
width: 8.33333%
}
.col-offset-2 {
margin-left: 8.33333%
}
.col-pull-2 {
right: 8.33333%
}
.col-push-2 {
left: 8.33333%
}
.col-3 {
width: 12.5%
}
.col-offset-3 {
margin-left: 12.5%
}
.col-pull-3 {
right: 12.5%
}
.col-push-3 {
left: 12.5%
}
.col-4 {
width: 16.66667%
}
.col-offset-4 {
margin-left: 16.66667%
}
.col-pull-4 {
right: 16.66667%
}
.col-push-4 {
left: 16.66667%
}
.col-5 {
width: 20.83333%
}
.col-offset-5 {
margin-left: 20.83333%
}
.col-pull-5 {
right: 20.83333%
}
.col-push-5 {
left: 20.83333%
}
.col-6 {
width: 25%
}
.col-offset-6 {
margin-left: 25%
}
.col-pull-6 {
right: 25%
}
.col-push-6 {
left: 25%
}
.col-7 {
width: 29.16667%
}
.col-offset-7 {
margin-left: 29.16667%
}
.col-pull-7 {
right: 29.16667%
}
.col-push-7 {
left: 29.16667%
}
.col-8 {
width: 33.33333%
}
.col-offset-8 {
margin-left: 33.33333%
}
.col-pull-8 {
right: 33.33333%
}
.col-push-8 {
left: 33.33333%
}
.col-9 {
width: 37.5%
}
.col-offset-9 {
margin-left: 37.5%
}
.col-pull-9 {
right: 37.5%
}
.col-push-9 {
left: 37.5%
}
.col-10 {
width: 41.66667%
}
.col-offset-10 {
margin-left: 41.66667%
}
.col-pull-10 {
right: 41.66667%
}
.col-push-10 {
left: 41.66667%
}
.col-11 {
width: 45.83333%
}
.col-offset-11 {
margin-left: 45.83333%
}
.col-pull-11 {
right: 45.83333%
}
.col-push-11 {
left: 45.83333%
}
.col-12 {
width: 50%
}
.col-offset-12 {
margin-left: 50%
}
.col-pull-12 {
position: relative;
right: 50%
}
.col-push-12 {
left: 50%
}
.col-13 {
width: 54.16667%
}
.col-offset-13 {
margin-left: 54.16667%
}
.col-pull-13 {
right: 54.16667%
}
.col-push-13 {
left: 54.16667%
}
.col-14 {
width: 58.33333%
}
.col-offset-14 {
margin-left: 58.33333%
}
.col-pull-14 {
right: 58.33333%
}
.col-push-14 {
left: 58.33333%
}
.col-15 {
width: 62.5%
}
.col-offset-15 {
margin-left: 62.5%
}
.col-pull-15 {
right: 62.5%
}
.col-push-15 {
left: 62.5%
}
.col-16 {
width: 66.66667%
}
.col-offset-16 {
margin-left: 66.66667%
}
.col-pull-16 {
right: 66.66667%
}
.col-push-16 {
left: 66.66667%
}
.col-17 {
width: 70.83333%
}
.col-offset-17 {
margin-left: 70.83333%
}
.col-pull-17 {
right: 70.83333%
}
.col-push-17 {
left: 70.83333%
}
.col-18 {
width: 75%
}
.col-offset-18 {
margin-left: 75%
}
.col-pull-18 {
right: 75%
}
.col-push-18 {
left: 75%
}
.col-19 {
width: 79.16667%
}
.col-offset-19 {
margin-left: 79.16667%
}
.col-pull-19 {
right: 79.16667%
}
.col-push-19 {
left: 79.16667%
}
.col-20 {
width: 83.33333%
}
.col-offset-20 {
margin-left: 83.33333%
}
.col-pull-20 {
right: 83.33333%
}
.col-push-20 {
left: 83.33333%
}
.col-21 {
width: 87.5%
}
.col-offset-21 {
margin-left: 87.5%
}
.col-pull-21 {
right: 87.5%
}
.col-push-21 {
left: 87.5%
}
.col-22 {
width: 91.66667%
}
.col-offset-22 {
margin-left: 91.66667%
}
.col-pull-22 {
right: 91.66667%
}
.col-push-22 {
left: 91.66667%
}
.col-23 {
width: 95.83333%
}
.col-offset-23 {
margin-left: 95.83333%
}
.col-pull-23 {
right: 95.83333%
}
.col-push-23 {
left: 95.83333%
}
.col-24 {
width: 100%
}
.col-offset-24 {
margin-left: 100%
}
.col-pull-24 {
right: 100%
}
.col-push-24 {
left: 100%
}
@media only screen and (max-width:768px) {
.col-xs-0 {
display: none;
width: 0
}
.col-xs-offset-0 {
margin-left: 0
}
.col-xs-pull-0 {
position: relative;
right: 0
}
.col-xs-push-0 {
position: relative;
left: 0
}
.col-xs-1 {
width: 4.16667%
}
.col-xs-offset-1 {
margin-left: 4.16667%
}
.col-xs-pull-1 {
position: relative;
right: 4.16667%
}
.col-xs-push-1 {
position: relative;
left: 4.16667%
}
.col-xs-2 {
width: 8.33333%
}
.col-xs-offset-2 {
margin-left: 8.33333%
}
.col-xs-pull-2 {
position: relative;
right: 8.33333%
}
.col-xs-push-2 {
position: relative;
left: 8.33333%
}
.col-xs-3 {
width: 12.5%
}
.col-xs-offset-3 {
margin-left: 12.5%
}
.col-xs-pull-3 {
position: relative;
right: 12.5%
}
.col-xs-push-3 {
position: relative;
left: 12.5%
}
.col-xs-4 {
width: 16.66667%
}
.col-xs-offset-4 {
margin-left: 16.66667%
}
.col-xs-pull-4 {
position: relative;
right: 16.66667%
}
.col-xs-push-4 {
position: relative;
left: 16.66667%
}
.col-xs-5 {
width: 20.83333%
}
.col-xs-offset-5 {
margin-left: 20.83333%
}
.col-xs-pull-5 {
position: relative;
right: 20.83333%
}
.col-xs-push-5 {
position: relative;
left: 20.83333%
}
.col-xs-6 {
width: 25%
}
.col-xs-offset-6 {
margin-left: 25%
}
.col-xs-pull-6 {
position: relative;
right: 25%
}
.col-xs-push-6 {
position: relative;
left: 25%
}
.col-xs-7 {
width: 29.16667%
}
.col-xs-offset-7 {
margin-left: 29.16667%
}
.col-xs-pull-7 {
position: relative;
right: 29.16667%
}
.col-xs-push-7 {
position: relative;
left: 29.16667%
}
.col-xs-8 {
width: 33.33333%
}
.col-xs-offset-8 {
margin-left: 33.33333%
}
.col-xs-pull-8 {
position: relative;
right: 33.33333%
}
.col-xs-push-8 {
position: relative;
left: 33.33333%
}
.col-xs-9 {
width: 37.5%
}
.col-xs-offset-9 {
margin-left: 37.5%
}
.col-xs-pull-9 {
position: relative;
right: 37.5%
}
.col-xs-push-9 {
position: relative;
left: 37.5%
}
.col-xs-10 {
width: 41.66667%
}
.col-xs-offset-10 {
margin-left: 41.66667%
}
.col-xs-pull-10 {
position: relative;
right: 41.66667%
}
.col-xs-push-10 {
position: relative;
left: 41.66667%
}
.col-xs-11 {
width: 45.83333%
}
.col-xs-offset-11 {
margin-left: 45.83333%
}
.col-xs-pull-11 {
position: relative;
right: 45.83333%
}
.col-xs-push-11 {
position: relative;
left: 45.83333%
}
.col-xs-12 {
width: 50%
}
.col-xs-offset-12 {
margin-left: 50%
}
.col-xs-pull-12 {
position: relative;
right: 50%
}
.col-xs-push-12 {
position: relative;
left: 50%
}
.col-xs-13 {
width: 54.16667%
}
.col-xs-offset-13 {
margin-left: 54.16667%
}
.col-xs-pull-13 {
position: relative;
right: 54.16667%
}
.col-xs-push-13 {
position: relative;
left: 54.16667%
}
.col-xs-14 {
width: 58.33333%
}
.col-xs-offset-14 {
margin-left: 58.33333%
}
.col-xs-pull-14 {
position: relative;
right: 58.33333%
}
.col-xs-push-14 {
position: relative;
left: 58.33333%
}
.col-xs-15 {
width: 62.5%
}
.col-xs-offset-15 {
margin-left: 62.5%
}
.col-xs-pull-15 {
position: relative;
right: 62.5%
}
.col-xs-push-15 {
position: relative;
left: 62.5%
}
.col-xs-16 {
width: 66.66667%
}
.col-xs-offset-16 {
margin-left: 66.66667%
}
.col-xs-pull-16 {
position: relative;
right: 66.66667%
}
.col-xs-push-16 {
position: relative;
left: 66.66667%
}
.col-xs-17 {
width: 70.83333%
}
.col-xs-offset-17 {
margin-left: 70.83333%
}
.col-xs-pull-17 {
position: relative;
right: 70.83333%
}
.col-xs-push-17 {
position: relative;
left: 70.83333%
}
.col-xs-18 {
width: 75%
}
.col-xs-offset-18 {
margin-left: 75%
}
.col-xs-pull-18 {
position: relative;
right: 75%
}
.col-xs-push-18 {
position: relative;
left: 75%
}
.col-xs-19 {
width: 79.16667%
}
.col-xs-offset-19 {
margin-left: 79.16667%
}
.col-xs-pull-19 {
position: relative;
right: 79.16667%
}
.col-xs-push-19 {
position: relative;
left: 79.16667%
}
.col-xs-20 {
width: 83.33333%
}
.col-xs-offset-20 {
margin-left: 83.33333%
}
.col-xs-pull-20 {
position: relative;
right: 83.33333%
}
.col-xs-push-20 {
position: relative;
left: 83.33333%
}
.col-xs-21 {
width: 87.5%
}
.col-xs-offset-21 {
margin-left: 87.5%
}
.col-xs-pull-21 {
position: relative;
right: 87.5%
}
.col-xs-push-21 {
position: relative;
left: 87.5%
}
.col-xs-22 {
width: 91.66667%
}
.col-xs-offset-22 {
margin-left: 91.66667%
}
.col-xs-pull-22 {
position: relative;
right: 91.66667%
}
.col-xs-push-22 {
position: relative;
left: 91.66667%
}
.col-xs-23 {
width: 95.83333%
}
.col-xs-offset-23 {
margin-left: 95.83333%
}
.col-xs-pull-23 {
position: relative;
right: 95.83333%
}
.col-xs-push-23 {
position: relative;
left: 95.83333%
}
.col-xs-24 {
width: 100%
}
.col-xs-offset-24 {
margin-left: 100%
}
.col-xs-pull-24 {
position: relative;
right: 100%
}
.col-xs-push-24 {
position: relative;
left: 100%
}
}
@media only screen and (min-width:768px) {
.col-sm-0 {
display: none;
width: 0
}
.col-sm-offset-0 {
margin-left: 0
}
.col-sm-pull-0 {
position: relative;
right: 0
}
.col-sm-push-0 {
position: relative;
left: 0
}
.col-sm-1 {
width: 4.16667%
}
.col-sm-offset-1 {
margin-left: 4.16667%
}
.col-sm-pull-1 {
position: relative;
right: 4.16667%
}
.col-sm-push-1 {
position: relative;
left: 4.16667%
}
.col-sm-2 {
width: 8.33333%
}
.col-sm-offset-2 {
margin-left: 8.33333%
}
.col-sm-pull-2 {
position: relative;
right: 8.33333%
}
.col-sm-push-2 {
position: relative;
left: 8.33333%
}
.col-sm-3 {
width: 12.5%
}
.col-sm-offset-3 {
margin-left: 12.5%
}
.col-sm-pull-3 {
position: relative;
right: 12.5%
}
.col-sm-push-3 {
position: relative;
left: 12.5%
}
.col-sm-4 {
width: 16.66667%
}
.col-sm-offset-4 {
margin-left: 16.66667%
}
.col-sm-pull-4 {
position: relative;
right: 16.66667%
}
.col-sm-push-4 {
position: relative;
left: 16.66667%
}
.col-sm-5 {
width: 20.83333%
}
.col-sm-offset-5 {
margin-left: 20.83333%
}
.col-sm-pull-5 {
position: relative;
right: 20.83333%
}
.col-sm-push-5 {
position: relative;
left: 20.83333%
}
.col-sm-6 {
width: 25%
}
.col-sm-offset-6 {
margin-left: 25%
}
.col-sm-pull-6 {
position: relative;
right: 25%
}
.col-sm-push-6 {
position: relative;
left: 25%
}
.col-sm-7 {
width: 29.16667%
}
.col-sm-offset-7 {
margin-left: 29.16667%
}
.col-sm-pull-7 {
position: relative;
right: 29.16667%
}
.col-sm-push-7 {
position: relative;
left: 29.16667%
}
.col-sm-8 {
width: 33.33333%
}
.col-sm-offset-8 {
margin-left: 33.33333%
}
.col-sm-pull-8 {
position: relative;
right: 33.33333%
}
.col-sm-push-8 {
position: relative;
left: 33.33333%
}
.col-sm-9 {
width: 37.5%
}
.col-sm-offset-9 {
margin-left: 37.5%
}
.col-sm-pull-9 {
position: relative;
right: 37.5%
}
.col-sm-push-9 {
position: relative;
left: 37.5%
}
.col-sm-10 {
width: 41.66667%
}
.col-sm-offset-10 {
margin-left: 41.66667%
}
.col-sm-pull-10 {
position: relative;
right: 41.66667%
}
.col-sm-push-10 {
position: relative;
left: 41.66667%
}
.col-sm-11 {
width: 45.83333%
}
.col-sm-offset-11 {
margin-left: 45.83333%
}
.col-sm-pull-11 {
position: relative;
right: 45.83333%
}
.col-sm-push-11 {
position: relative;
left: 45.83333%
}
.col-sm-12 {
width: 50%
}
.col-sm-offset-12 {
margin-left: 50%
}
.col-sm-pull-12 {
position: relative;
right: 50%
}
.col-sm-push-12 {
position: relative;
left: 50%
}
.col-sm-13 {
width: 54.16667%
}
.col-sm-offset-13 {
margin-left: 54.16667%
}
.col-sm-pull-13 {
position: relative;
right: 54.16667%
}
.col-sm-push-13 {
position: relative;
left: 54.16667%
}
.col-sm-14 {
width: 58.33333%
}
.col-sm-offset-14 {
margin-left: 58.33333%
}
.col-sm-pull-14 {
position: relative;
right: 58.33333%
}
.col-sm-push-14 {
position: relative;
left: 58.33333%
}
.col-sm-15 {
width: 62.5%
}
.col-sm-offset-15 {
margin-left: 62.5%
}
.col-sm-pull-15 {
position: relative;
right: 62.5%
}
.col-sm-push-15 {
position: relative;
left: 62.5%
}
.col-sm-16 {
width: 66.66667%
}
.col-sm-offset-16 {
margin-left: 66.66667%
}
.col-sm-pull-16 {
position: relative;
right: 66.66667%
}
.col-sm-push-16 {
position: relative;
left: 66.66667%
}
.col-sm-17 {
width: 70.83333%
}
.col-sm-offset-17 {
margin-left: 70.83333%
}
.col-sm-pull-17 {
position: relative;
right: 70.83333%
}
.col-sm-push-17 {
position: relative;
left: 70.83333%
}
.col-sm-18 {
width: 75%
}
.col-sm-offset-18 {
margin-left: 75%
}
.col-sm-pull-18 {
position: relative;
right: 75%
}
.col-sm-push-18 {
position: relative;
left: 75%
}
.col-sm-19 {
width: 79.16667%
}
.col-sm-offset-19 {
margin-left: 79.16667%
}
.col-sm-pull-19 {
position: relative;
right: 79.16667%
}
.col-sm-push-19 {
position: relative;
left: 79.16667%
}
.col-sm-20 {
width: 83.33333%
}
.col-sm-offset-20 {
margin-left: 83.33333%
}
.col-sm-pull-20 {
position: relative;
right: 83.33333%
}
.col-sm-push-20 {
position: relative;
left: 83.33333%
}
.col-sm-21 {
width: 87.5%
}
.col-sm-offset-21 {
margin-left: 87.5%
}
.col-sm-pull-21 {
position: relative;
right: 87.5%
}
.col-sm-push-21 {
position: relative;
left: 87.5%
}
.col-sm-22 {
width: 91.66667%
}
.col-sm-offset-22 {
margin-left: 91.66667%
}
.col-sm-pull-22 {
position: relative;
right: 91.66667%
}
.col-sm-push-22 {
position: relative;
left: 91.66667%
}
.col-sm-23 {
width: 95.83333%
}
.col-sm-offset-23 {
margin-left: 95.83333%
}
.col-sm-pull-23 {
position: relative;
right: 95.83333%
}
.col-sm-push-23 {
position: relative;
left: 95.83333%
}
.col-sm-24 {
width: 100%
}
.col-sm-offset-24 {
margin-left: 100%
}
.col-sm-pull-24 {
position: relative;
right: 100%
}
.col-sm-push-24 {
position: relative;
left: 100%
}
}
@media only screen and (min-width:992px) {
.col-md-0 {
display: none;
width: 0
}
.col-md-offset-0 {
margin-left: 0
}
.col-md-pull-0 {
position: relative;
right: 0
}
.col-md-push-0 {
position: relative;
left: 0
}
.col-md-1 {
width: 4.16667%
}
.col-md-offset-1 {
margin-left: 4.16667%
}
.col-md-pull-1 {
position: relative;
right: 4.16667%
}
.col-md-push-1 {
position: relative;
left: 4.16667%
}
.col-md-2 {
width: 8.33333%
}
.col-md-offset-2 {
margin-left: 8.33333%
}
.col-md-pull-2 {
position: relative;
right: 8.33333%
}
.col-md-push-2 {
position: relative;
left: 8.33333%
}
.col-md-3 {
width: 12.5%
}
.col-md-offset-3 {
margin-left: 12.5%
}
.col-md-pull-3 {
position: relative;
right: 12.5%
}
.col-md-push-3 {
position: relative;
left: 12.5%
}
.col-md-4 {
width: 16.66667%
}
.col-md-offset-4 {
margin-left: 16.66667%
}
.col-md-pull-4 {
position: relative;
right: 16.66667%
}
.col-md-push-4 {
position: relative;
left: 16.66667%
}
.col-md-5 {
width: 20.83333%
}
.col-md-offset-5 {
margin-left: 20.83333%
}
.col-md-pull-5 {
position: relative;
right: 20.83333%
}
.col-md-push-5 {
position: relative;
left: 20.83333%
}
.col-md-6 {
width: 25%
}
.col-md-offset-6 {
margin-left: 25%
}
.col-md-pull-6 {
position: relative;
right: 25%
}
.col-md-push-6 {
position: relative;
left: 25%
}
.col-md-7 {
width: 29.16667%
}
.col-md-offset-7 {
margin-left: 29.16667%
}
.col-md-pull-7 {
position: relative;
right: 29.16667%
}
.col-md-push-7 {
position: relative;
left: 29.16667%
}
.col-md-8 {
width: 33.33333%
}
.col-md-offset-8 {
margin-left: 33.33333%
}
.col-md-pull-8 {
position: relative;
right: 33.33333%
}
.col-md-push-8 {
position: relative;
left: 33.33333%
}
.col-md-9 {
width: 37.5%
}
.col-md-offset-9 {
margin-left: 37.5%
}
.col-md-pull-9 {
position: relative;
right: 37.5%
}
.col-md-push-9 {
position: relative;
left: 37.5%
}
.col-md-10 {
width: 41.66667%
}
.col-md-offset-10 {
margin-left: 41.66667%
}
.col-md-pull-10 {
position: relative;
right: 41.66667%
}
.col-md-push-10 {
position: relative;
left: 41.66667%
}
.col-md-11 {
width: 45.83333%
}
.col-md-offset-11 {
margin-left: 45.83333%
}
.col-md-pull-11 {
position: relative;
right: 45.83333%
}
.col-md-push-11 {
position: relative;
left: 45.83333%
}
.col-md-12 {
width: 50%
}
.col-md-offset-12 {
margin-left: 50%
}
.col-md-pull-12 {
position: relative;
right: 50%
}
.col-md-push-12 {
position: relative;
left: 50%
}
.col-md-13 {
width: 54.16667%
}
.col-md-offset-13 {
margin-left: 54.16667%
}
.col-md-pull-13 {
position: relative;
right: 54.16667%
}
.col-md-push-13 {
position: relative;
left: 54.16667%
}
.col-md-14 {
width: 58.33333%
}
.col-md-offset-14 {
margin-left: 58.33333%
}
.col-md-pull-14 {
position: relative;
right: 58.33333%
}
.col-md-push-14 {
position: relative;
left: 58.33333%
}
.col-md-15 {
width: 62.5%
}
.col-md-offset-15 {
margin-left: 62.5%
}
.col-md-pull-15 {
position: relative;
right: 62.5%
}
.col-md-push-15 {
position: relative;
left: 62.5%
}
.col-md-16 {
width: 66.66667%
}
.col-md-offset-16 {
margin-left: 66.66667%
}
.col-md-pull-16 {
position: relative;
right: 66.66667%
}
.col-md-push-16 {
position: relative;
left: 66.66667%
}
.col-md-17 {
width: 70.83333%
}
.col-md-offset-17 {
margin-left: 70.83333%
}
.col-md-pull-17 {
position: relative;
right: 70.83333%
}
.col-md-push-17 {
position: relative;
left: 70.83333%
}
.col-md-18 {
width: 75%
}
.col-md-offset-18 {
margin-left: 75%
}
.col-md-pull-18 {
position: relative;
right: 75%
}
.col-md-push-18 {
position: relative;
left: 75%
}
.col-md-19 {
width: 79.16667%
}
.col-md-offset-19 {
margin-left: 79.16667%
}
.col-md-pull-19 {
position: relative;
right: 79.16667%
}
.col-md-push-19 {
position: relative;
left: 79.16667%
}
.col-md-20 {
width: 83.33333%
}
.col-md-offset-20 {
margin-left: 83.33333%
}
.col-md-pull-20 {
position: relative;
right: 83.33333%
}
.col-md-push-20 {
position: relative;
left: 83.33333%
}
.col-md-21 {
width: 87.5%
}
.col-md-offset-21 {
margin-left: 87.5%
}
.col-md-pull-21 {
position: relative;
right: 87.5%
}
.col-md-push-21 {
position: relative;
left: 87.5%
}
.col-md-22 {
width: 91.66667%
}
.col-md-offset-22 {
margin-left: 91.66667%
}
.col-md-pull-22 {
position: relative;
right: 91.66667%
}
.col-md-push-22 {
position: relative;
left: 91.66667%
}
.col-md-23 {
width: 95.83333%
}
.col-md-offset-23 {
margin-left: 95.83333%
}
.col-md-pull-23 {
position: relative;
right: 95.83333%
}
.col-md-push-23 {
position: relative;
left: 95.83333%
}
.col-md-24 {
width: 100%
}
.col-md-offset-24 {
margin-left: 100%
}
.col-md-pull-24 {
position: relative;
right: 100%
}
.col-md-push-24 {
position: relative;
left: 100%
}
}
@media only screen and (min-width:1200px) {
.col-lg-0 {
display: none;
width: 0
}
.col-lg-offset-0 {
margin-left: 0
}
.col-lg-pull-0 {
position: relative;
right: 0
}
.col-lg-push-0 {
position: relative;
left: 0
}
.col-lg-1 {
width: 4.16667%
}
.col-lg-offset-1 {
margin-left: 4.16667%
}
.col-lg-pull-1 {
position: relative;
right: 4.16667%
}
.col-lg-push-1 {
position: relative;
left: 4.16667%
}
.col-lg-2 {
width: 8.33333%
}
.col-lg-offset-2 {
margin-left: 8.33333%
}
.col-lg-pull-2 {
position: relative;
right: 8.33333%
}
.col-lg-push-2 {
position: relative;
left: 8.33333%
}
.col-lg-3 {
width: 12.5%
}
.col-lg-offset-3 {
margin-left: 12.5%
}
.col-lg-pull-3 {
position: relative;
right: 12.5%
}
.col-lg-push-3 {
position: relative;
left: 12.5%
}
.col-lg-4 {
width: 16.66667%
}
.col-lg-offset-4 {
margin-left: 16.66667%
}
.col-lg-pull-4 {
position: relative;
right: 16.66667%
}
.col-lg-push-4 {
position: relative;
left: 16.66667%
}
.col-lg-5 {
width: 20.83333%
}
.col-lg-offset-5 {
margin-left: 20.83333%
}
.col-lg-pull-5 {
position: relative;
right: 20.83333%
}
.col-lg-push-5 {
position: relative;
left: 20.83333%
}
.col-lg-6 {
width: 25%
}
.col-lg-offset-6 {
margin-left: 25%
}
.col-lg-pull-6 {
position: relative;
right: 25%
}
.col-lg-push-6 {
position: relative;
left: 25%
}
.col-lg-7 {
width: 29.16667%
}
.col-lg-offset-7 {
margin-left: 29.16667%
}
.col-lg-pull-7 {
position: relative;
right: 29.16667%
}
.col-lg-push-7 {
position: relative;
left: 29.16667%
}
.col-lg-8 {
width: 33.33333%
}
.col-lg-offset-8 {
margin-left: 33.33333%
}
.col-lg-pull-8 {
position: relative;
right: 33.33333%
}
.col-lg-push-8 {
position: relative;
left: 33.33333%
}
.col-lg-9 {
width: 37.5%
}
.col-lg-offset-9 {
margin-left: 37.5%
}
.col-lg-pull-9 {
position: relative;
right: 37.5%
}
.col-lg-push-9 {
position: relative;
left: 37.5%
}
.col-lg-10 {
width: 41.66667%
}
.col-lg-offset-10 {
margin-left: 41.66667%
}
.col-lg-pull-10 {
position: relative;
right: 41.66667%
}
.col-lg-push-10 {
position: relative;
left: 41.66667%
}
.col-lg-11 {
width: 45.83333%
}
.col-lg-offset-11 {
margin-left: 45.83333%
}
.col-lg-pull-11 {
position: relative;
right: 45.83333%
}
.col-lg-push-11 {
position: relative;
left: 45.83333%
}
.col-lg-12 {
width: 50%
}
.col-lg-offset-12 {
margin-left: 50%
}
.col-lg-pull-12 {
position: relative;
right: 50%
}
.col-lg-push-12 {
position: relative;
left: 50%
}
.col-lg-13 {
width: 54.16667%
}
.col-lg-offset-13 {
margin-left: 54.16667%
}
.col-lg-pull-13 {
position: relative;
right: 54.16667%
}
.col-lg-push-13 {
position: relative;
left: 54.16667%
}
.col-lg-14 {
width: 58.33333%
}
.col-lg-offset-14 {
margin-left: 58.33333%
}
.col-lg-pull-14 {
position: relative;
right: 58.33333%
}
.col-lg-push-14 {
position: relative;
left: 58.33333%
}
.col-lg-15 {
width: 62.5%
}
.col-lg-offset-15 {
margin-left: 62.5%
}
.col-lg-pull-15 {
position: relative;
right: 62.5%
}
.col-lg-push-15 {
position: relative;
left: 62.5%
}
.col-lg-16 {
width: 66.66667%
}
.col-lg-offset-16 {
margin-left: 66.66667%
}
.col-lg-pull-16 {
position: relative;
right: 66.66667%
}
.col-lg-push-16 {
position: relative;
left: 66.66667%
}
.col-lg-17 {
width: 70.83333%
}
.col-lg-offset-17 {
margin-left: 70.83333%
}
.col-lg-pull-17 {
position: relative;
right: 70.83333%
}
.col-lg-push-17 {
position: relative;
left: 70.83333%
}
.col-lg-18 {
width: 75%
}
.col-lg-offset-18 {
margin-left: 75%
}
.col-lg-pull-18 {
position: relative;
right: 75%
}
.col-lg-push-18 {
position: relative;
left: 75%
}
.col-lg-19 {
width: 79.16667%
}
.col-lg-offset-19 {
margin-left: 79.16667%
}
.col-lg-pull-19 {
position: relative;
right: 79.16667%
}
.col-lg-push-19 {
position: relative;
left: 79.16667%
}
.col-lg-20 {
width: 83.33333%
}
.col-lg-offset-20 {
margin-left: 83.33333%
}
.col-lg-pull-20 {
position: relative;
right: 83.33333%
}
.col-lg-push-20 {
position: relative;
left: 83.33333%
}
.col-lg-21 {
width: 87.5%
}
.col-lg-offset-21 {
margin-left: 87.5%
}
.col-lg-pull-21 {
position: relative;
right: 87.5%
}
.col-lg-push-21 {
position: relative;
left: 87.5%
}
.col-lg-22 {
width: 91.66667%
}
.col-lg-offset-22 {
margin-left: 91.66667%
}
.col-lg-pull-22 {
position: relative;
right: 91.66667%
}
.col-lg-push-22 {
position: relative;
left: 91.66667%
}
.col-lg-23 {
width: 95.83333%
}
.col-lg-offset-23 {
margin-left: 95.83333%
}
.col-lg-pull-23 {
position: relative;
right: 95.83333%
}
.col-lg-push-23 {
position: relative;
left: 95.83333%
}
.col-lg-24 {
width: 100%
}
.col-lg-offset-24 {
margin-left: 100%
}
.col-lg-pull-24 {
position: relative;
right: 100%
}
.col-lg-push-24 {
position: relative;
left: 100%
}
}
@media only screen and (min-width:1920px) {
.col-xl-0 {
display: none;
width: 0
}
.col-xl-offset-0 {
margin-left: 0
}
.col-xl-pull-0 {
position: relative;
right: 0
}
.col-xl-push-0 {
position: relative;
left: 0
}
.col-xl-1 {
width: 4.16667%
}
.col-xl-offset-1 {
margin-left: 4.16667%
}
.col-xl-pull-1 {
position: relative;
right: 4.16667%
}
.col-xl-push-1 {
position: relative;
left: 4.16667%
}
.col-xl-2 {
width: 8.33333%
}
.col-xl-offset-2 {
margin-left: 8.33333%
}
.col-xl-pull-2 {
position: relative;
right: 8.33333%
}
.col-xl-push-2 {
position: relative;
left: 8.33333%
}
.col-xl-3 {
width: 12.5%
}
.col-xl-offset-3 {
margin-left: 12.5%
}
.col-xl-pull-3 {
position: relative;
right: 12.5%
}
.col-xl-push-3 {
position: relative;
left: 12.5%
}
.col-xl-4 {
width: 16.66667%
}
.col-xl-offset-4 {
margin-left: 16.66667%
}
.col-xl-pull-4 {
position: relative;
right: 16.66667%
}
.col-xl-push-4 {
position: relative;
left: 16.66667%
}
.col-xl-5 {
width: 20.83333%
}
.col-xl-offset-5 {
margin-left: 20.83333%
}
.col-xl-pull-5 {
position: relative;
right: 20.83333%
}
.col-xl-push-5 {
position: relative;
left: 20.83333%
}
.col-xl-6 {
width: 25%
}
.col-xl-offset-6 {
margin-left: 25%
}
.col-xl-pull-6 {
position: relative;
right: 25%
}
.col-xl-push-6 {
position: relative;
left: 25%
}
.col-xl-7 {
width: 29.16667%
}
.col-xl-offset-7 {
margin-left: 29.16667%
}
.col-xl-pull-7 {
position: relative;
right: 29.16667%
}
.col-xl-push-7 {
position: relative;
left: 29.16667%
}
.col-xl-8 {
width: 33.33333%
}
.col-xl-offset-8 {
margin-left: 33.33333%
}
.col-xl-pull-8 {
position: relative;
right: 33.33333%
}
.col-xl-push-8 {
position: relative;
left: 33.33333%
}
.col-xl-9 {
width: 37.5%
}
.col-xl-offset-9 {
margin-left: 37.5%
}
.col-xl-pull-9 {
position: relative;
right: 37.5%
}
.col-xl-push-9 {
position: relative;
left: 37.5%
}
.col-xl-10 {
width: 41.66667%
}
.col-xl-offset-10 {
margin-left: 41.66667%
}
.col-xl-pull-10 {
position: relative;
right: 41.66667%
}
.col-xl-push-10 {
position: relative;
left: 41.66667%
}
.col-xl-11 {
width: 45.83333%
}
.col-xl-offset-11 {
margin-left: 45.83333%
}
.col-xl-pull-11 {
position: relative;
right: 45.83333%
}
.col-xl-push-11 {
position: relative;
left: 45.83333%
}
.col-xl-12 {
width: 50%
}
.col-xl-offset-12 {
margin-left: 50%
}
.col-xl-pull-12 {
position: relative;
right: 50%
}
.col-xl-push-12 {
position: relative;
left: 50%
}
.col-xl-13 {
width: 54.16667%
}
.col-xl-offset-13 {
margin-left: 54.16667%
}
.col-xl-pull-13 {
position: relative;
right: 54.16667%
}
.col-xl-push-13 {
position: relative;
left: 54.16667%
}
.col-xl-14 {
width: 58.33333%
}
.col-xl-offset-14 {
margin-left: 58.33333%
}
.col-xl-pull-14 {
position: relative;
right: 58.33333%
}
.col-xl-push-14 {
position: relative;
left: 58.33333%
}
.col-xl-15 {
width: 62.5%
}
.col-xl-offset-15 {
margin-left: 62.5%
}
.col-xl-pull-15 {
position: relative;
right: 62.5%
}
.col-xl-push-15 {
position: relative;
left: 62.5%
}
.col-xl-16 {
width: 66.66667%
}
.col-xl-offset-16 {
margin-left: 66.66667%
}
.col-xl-pull-16 {
position: relative;
right: 66.66667%
}
.col-xl-push-16 {
position: relative;
left: 66.66667%
}
.col-xl-17 {
width: 70.83333%
}
.col-xl-offset-17 {
margin-left: 70.83333%
}
.col-xl-pull-17 {
position: relative;
right: 70.83333%
}
.col-xl-push-17 {
position: relative;
left: 70.83333%
}
.col-xl-18 {
width: 75%
}
.col-xl-offset-18 {
margin-left: 75%
}
.col-xl-pull-18 {
position: relative;
right: 75%
}
.col-xl-push-18 {
position: relative;
left: 75%
}
.col-xl-19 {
width: 79.16667%
}
.col-xl-offset-19 {
margin-left: 79.16667%
}
.col-xl-pull-19 {
position: relative;
right: 79.16667%
}
.col-xl-push-19 {
position: relative;
left: 79.16667%
}
.col-xl-20 {
width: 83.33333%
}
.col-xl-offset-20 {
margin-left: 83.33333%
}
.col-xl-pull-20 {
position: relative;
right: 83.33333%
}
.col-xl-push-20 {
position: relative;
left: 83.33333%
}
.col-xl-21 {
width: 87.5%
}
.col-xl-offset-21 {
margin-left: 87.5%
}
.col-xl-pull-21 {
position: relative;
right: 87.5%
}
.col-xl-push-21 {
position: relative;
left: 87.5%
}
.col-xl-22 {
width: 91.66667%
}
.col-xl-offset-22 {
margin-left: 91.66667%
}
.col-xl-pull-22 {
position: relative;
right: 91.66667%
}
.col-xl-push-22 {
position: relative;
left: 91.66667%
}
.col-xl-23 {
width: 95.83333%
}
.col-xl-offset-23 {
margin-left: 95.83333%
}
.col-xl-pull-23 {
position: relative;
right: 95.83333%
}
.col-xl-push-23 {
position: relative;
left: 95.83333%
}
.col-xl-24 {
width: 100%
}
.col-xl-offset-24 {
margin-left: 100%
}
.col-xl-pull-24 {
position: relative;
right: 100%
}
.col-xl-push-24 {
position: relative;
left: 100%
}
}