console
<div class="show-grid">
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
<div class="col-1">
1
</div>
</div>
<div class="show-grid">
<div class="col-2">
2
</div>
<div class="col-2">
2
</div>
<div class="col-2">
2
</div>
<div class="col-2">
2
</div>
<div class="col-2">
2
</div>
<div class="col-2">
2
</div>
</div>
<div class="show-grid">
<div class="col-3">
3
</div>
<div class="col-3">
3
</div>
<div class="col-3">
3
</div>
<div class="col-3">
3
</div>
</div>
<div class="show-grid">
<div class="col-4">
4
</div>
<div class="col-4">
4
</div>
<div class="col-4">
4
</div>
</div>
<div class="show-grid">
<div class="col-2">
2
</div>
<div class="col-10">
10
</div>
</div>
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
margin: 0;
padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
display: block;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th {
text-align: left;
font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
border: 0;
}
i,
cite,
em,
var,
address,
dfn {
font-style: normal;
}
[hidefocus],
summary {
outline: 0;
}
li {
list-style: none;
}
sup,
sub {
font-size: 83%;
}
pre,
code,
kbd,
samp {
font-family: inherit;
}
q:before,
q:after {
content: none;
}
textarea {
overflow: auto;
resize: none;
}
label,
summary {
cursor: default;
}
a,
button {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
color: #333;
outline: 0;
}
a,
a:hover {
color: #333;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
font-size: 14px;
color: #333333;
}
.clearfix:after,
.clearfix:before {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
ul.icon_lists li {
float: left;
width: 13%;
text-align: center;
list-style: none;
cursor: pointer;
color: #555;
-webkit-transition: all .3s;
transition: all .3s;
position: relative;
margin: 3px 0;
border-radius: 4px;
background-color: #fff;
overflow: hidden;
}
ul.icon_lists i {
font-size: 24px;
display: inline-block;
margin: 10px;
padding: 10px;
}
ul.icon_lists li .name {
font-size: 12px
}
ul.icon_lists li:hover i {
color: #fff;
}
ul.icon_lists li:hover {
background-color: #108ee9;
color: #fff;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-11,
.col-12 {
background: rgba(0, 160, 233, .7);
padding: 16px 0;
color: #fff;
text-align: center;
}
.col-1:nth-of-type(odd),
.col-1:nth-of-type(odd),
.col-2:nth-of-type(odd),
.col-3:nth-of-type(odd),
.col-4:nth-of-type(odd),
.col-5:nth-of-type(odd),
.col-6:nth-of-type(odd),
.col-7:nth-of-type(odd),
.col-8:nth-of-type(odd),
.col-9:nth-of-type(odd),
.col-10:nth-of-type(odd),
.col-11:nth-of-type(odd),
.col-11:nth-of-type(odd),
.col-12:nth-of-type(odd) {
background: #00a0e9;
}
.show-grid {
margin-bottom: 20px;
}
.aside-title {
display: block;
padding: 0 24px;
}
.aside-title span {
border-bottom: 1px solid #e9e9e9;
display: block;
font-size: 18px;
font-weight: 700;
line-height: 65px;
height: 65px;
}
.sidebar {
background: #fff;
border-right: 1px solid #e9e9e9;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 0px;
left: 0;
width: 256px;
bottom: 0;
z-index: 10;
}
.sidebar li {
padding: 0 24px;
line-height: 42px;
height: 42px;
}
.main-wrapper {
background: #fff;
border-radius: 6px;
overflow: hidden;
padding: 24px;
position: relative;
margin: 0 16px 0 272px;
}
.code-box {
border: 1px solid #ebedf0;
border-radius: 2px;
display: inline-block;
width: 100%;
position: relative;
margin: 0 0 16px;
-webkit-transition: all .2s;
transition: all .2s;
}
.code-box-demo {
border-bottom: 1px solid #ebedf0;
padding: 42px 24px 50px;
color: rgba(0, 0, 0, .65);
}
.code-box-meta.markdown {
position: relative;
padding: 18px 32px;
border-radius: 0 0 2px 2px;
-webkit-transition: background-color .4s;
transition: background-color .4s;
width: 100%;
font-size: 14px;
}
.code-box-title {
position: absolute;
top: -14px;
padding: 1px 8px;
margin-left: -8px;
color: #777;
border-radius: 2px 2px 0 0;
background: #fff;
-webkit-transition: background-color .4s;
transition: background-color .4s;
font-weight: 500px;
}
.code-box-title a {
color: #314659;
font-size: 14px;
font-weight: 700;
}
.pagination {
margin: 20px 0;
}
.pagination ul {
display: inline-block;
margin-bottom: 0;
margin-left: 0;
}
.pagination ul>li {
display: inline;
}
.pagination ul>li>a,
.pagination ul>li>span {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
margin-right: 8px;
border-radius: 4px;
}
.pagination ul>.active>a,
.pagination ul>.active>span {
color: #1890ff;
border: 1px solid #1890ff;
-webkit-transition: color .3s ease;
transition: color .3s ease;
}
.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
color: #1890ff;
border: 1px solid #1890ff;
}
.pagination-centered {
text-align: center;
}
.pagination-righted {
text-align: right;
}
.breadcrumb {
padding: 8px 15px;
margin: 0 0 20px;
list-style: none;
}
.breadcrumb>li {
display: inline-block;
}
.breadcrumb>li>.divider {
padding: 0 5px;
color: #ccc;
}
.breadcrumb>.active {
color: #999;
}
.table {
width: 100%;
margin-bottom: 18px;
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table thead th {
vertical-align: bottom;
}
.table th {
font-weight: bold;
}
.table th,
.table td {
padding: 16px;
line-height: 18px;
text-align: left;
vertical-align: middle;
border-top: 1px solid #e8e8e8;
}
.table.table-bordered {
border: 1px solid #e8e8e8;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.table.table-bordered th,
.table.table-bordered td {
border-left: 1px solid #e8e8e8;
}
.table.table-bordered th {
background-color: #fafafa;
}
.form-group {
margin-bottom: 15px;
position: relative;
}
.form-group label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #e6e6e6;
border-radius: 4px;
-webkit-transition: all .3s;
transition: all .3s;
}
.form-control:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
border-color: #40a9ff;
}
.checkbox,
.radio {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.checkbox label,
.radio label {
cursor: pointer;
}
.checkbox input,
.radio input {
margin-right: 4px;
}
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
.form-group:after {
content: '';
display: block;
clear: both;
height: 0;
overflow: hidden;
}
.checkbox-inline,
.radio-inline {
position: relative;
display: inline-block;
padding-right: 20px;
margin-bottom: 0;
font-weight: 400;
vertical-align: middle;
cursor: pointer;
}
.Validform_checktip {
font-size: 12px;
line-height: 18px;
vertical-align: middle;
position: relative;
color: #555555;
display: block;
border-radius: 4px;
}
.Validform_wrong {
border: 1px solid #fcdbd9;
background-color: #fef0ef;
padding: 8px 15px;
margin-top: 5px;
color: #f5222d;
}
.Validform_right {
border: 1px solid #b7eb8f;
background-color: #f6ffed;
padding: 8px 15px;
margin-top: 5px;
color: #52c41a;
}
.msg.msg-error {
color: #ea4a36;
}
.msg {
font-size: 12px;
line-height: 18px;
vertical-align: middle;
display: inline-block;
position: relative;
color: #555555;
margin-bottom: 16px;
}
.msg.msg-error > .msg-con {
border: 1px solid #ffe3e0;
background-color: #fff2f2;
}
.msg > .msg-con {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 8px 15px;
}
.msg > .msg-icon {
display: inline-block;
position: absolute;
top: 3px;
left: 6px;
}
.msg.msg-success {
color: #4ab933;
}
.msg.msg-success > .msg-con {
border: 1px solid #dcf9d6;
background-color: #edffe9;
}
.msg.msg-warning {
color: #cf700b;
}
.msg.msg-warning > .msg-con {
border: 1px solid #fee8d7;
background-color: #fef1e3;
}
.msg.msg-notice {
color: #ee9f28;
}
.msg.msg-notice > .msg-con {
border: 1px solid #faf1d7;
background-color: #fffff1;
}
.msg.msg-tips {
color: #ee9f28;
}
.msg.msg-tips > .msg-con {
border: 1px solid #faf1d7;
background-color: #fffff1;
}
.msg.msg-info {
color: #3a9ed5;
}
.msg.msg-info > .msg-con {
border: 1px solid #e4f3fd;
background-color: #f2faff;
}
.msg.msg-question {
color: #333;
}
.msg.msg-question > .msg-con {
border: 1px solid #eaeaea;
background-color: #f7f7f7;
}
.msg.msg-clear {
display: block;
}
.msg.msg-clear > .msg-con {
display: inline-block;
}
.msg.msg-block {
display: block;
margin-bottom: 18px;
}
.msg.msg-block {
display: block;
margin-bottom: 18px;
}
.msg.msg-large {
font-size: 14px;
line-height: 22px;
font-weight: bold;
}
.steps-round {
font-size: 0px;
overflow: hidden;
line-height: 0px;
margin: 18px 0px;
padding: 0px 6px;
}
.steps-round > div {
display: inline-block;
vertical-align: top;
position: relative;
}
.steps-round > div .wrap:before,
.steps-round > div .wrap:after {
display: table;
content: "";
line-height: 0;
}
.steps-round > .finished .round {
border: 4px #1890ff solid;
background-color: #1890ff;
color: #ffffff;
}
.steps-round > div .round {
width: 32px;
height: 32px;
-webkit-border-radius: 32px;
-moz-border-radius: 32px;
border-radius: 32px;
display: inline-block;
vertical-align: middle;
font-size: 12px;
color: #FFF;
line-height: 22px;
text-align: center;
float: left;
}
.steps-round > .finished .bar {
background-color: #1890ff;
}
.steps-round > div .bar {
margin: 10px 10px 0px 40px;
width: 200px;
height: 6px;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.steps-round > div .wrap:after {
clear: both;
}
.steps-round > div:first-child > label {
width: auto;
max-width: 50%;
margin-left: 0;
left: 0;
}
.steps-round > div > label {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 12px;
line-height: 12px;
height: 12px;
margin-top: 6px;
color: #28a3ef;
cursor: default;
text-align: center;
width: 50%;
margin-left: -25%;
position: relative;
left: 15px;
}
.steps-round > .current .round {
border: 4px #1890ff solid;
background-color: #1890ff;
}
.steps-round > .current .bar {
background-color: #1890ff;
}
.steps-round > .todo > label {
color: #999999;
}
.steps-round > .todo .round {
border: 4px #d3d3d3 solid;
background-color: #FFF;
color: #999999;
}
.steps-round > .todo .bar {
background-color: #eeeeee;
}
.steps-round > div:last-child,
.steps-round > div.last {
width: 30px !important;
}
.steps-round > div:last-child > label,
.steps-round > div.last > label {
position: absolute;
width: auto;
margin-left: 0;
left: auto;
right: 0;
}
.steps-round-auto {
display: table;
width: 100%;
}
.steps-round-auto > div {
display: table-cell;
}
.steps-round-auto > div .bar {
width: auto;
}
.steps-3 > div {
width: 50%;
}
.steps-4 > div {
width: 33%;
}
.steps-5 > div {
width: 25%;
}
.steps-6 > div {
width: 20%;
}
.steps-7 > div {
width: 16%;
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0px 15px;
font-size: 14px;
border-radius: 4px;
height: 32px;
line-height: 32px;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn .icon {
margin-right: 8px
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-warning {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.show-grid:after,
.show-grid:before {
content: " ";
display: table;
}
.show-grid:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-1 {
width: 8.33333333%;
}
.col-2 {
width: 16.66666667%;
}
.col-3 {
width: 25%;
}
.col-4 {
width: 33.33333333%;
}
.col-5 {
width: 41.66666667%;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.33333333%;
}
.col-8 {
width: 66.66666667%;
}
.col-9 {
width: 75%;
}
.col-10 {
width: 83.33333333%;
}
.col-11 {
width: 91.66666667%;
}
.col-12 {
width: 100%;
}