|
@@ -2,11 +2,13 @@
|
|
|
|
|
|
html,
|
|
html,
|
|
body {
|
|
body {
|
|
- font: 14px/1.571429 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
|
|
|
|
|
|
+ font: 14px/1.571429 "Segoe UI", "Lucida Grande", Helvetica, Arial,
|
|
|
|
+ "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei",
|
|
|
|
+ "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
|
|
color: #76838f;
|
|
color: #76838f;
|
|
- margin: 0;
|
|
|
|
|
|
+ margin: auto;
|
|
width: 100%;
|
|
width: 100%;
|
|
- max-width: 980px;
|
|
|
|
|
|
+ max-width: 960px;
|
|
min-width: 320px;
|
|
min-width: 320px;
|
|
min-height: 100%;
|
|
min-height: 100%;
|
|
font-size: 62.5%;
|
|
font-size: 62.5%;
|
|
@@ -203,86 +205,7 @@ input[type=search] {
|
|
::-webkit-file-upload-button {
|
|
::-webkit-file-upload-button {
|
|
font: inherit;
|
|
font: inherit;
|
|
-webkit-appearance: button
|
|
-webkit-appearance: button
|
|
-}
|
|
|
|
-
|
|
|
|
-@media print {
|
|
|
|
-
|
|
|
|
- *,
|
|
|
|
- ::after,
|
|
|
|
- ::before,
|
|
|
|
- ::first-letter,
|
|
|
|
- blockquote::first-line,
|
|
|
|
- div::first-line,
|
|
|
|
- li::first-line,
|
|
|
|
- p::first-line {
|
|
|
|
- -webkit-box-shadow: none !important;
|
|
|
|
- box-shadow: none !important;
|
|
|
|
- text-shadow: none !important
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- a,
|
|
|
|
- a:visited {
|
|
|
|
- text-decoration: underline
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- abbr[title]::after {
|
|
|
|
- content: ' ('attr(title) ')'
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- blockquote,
|
|
|
|
- pre {
|
|
|
|
- border: 1px solid #999;
|
|
|
|
- page-break-inside: avoid
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- thead {
|
|
|
|
- display: table-header-group
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- img,
|
|
|
|
- tr {
|
|
|
|
- page-break-inside: avoid
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- h2,
|
|
|
|
- h3,
|
|
|
|
- p {
|
|
|
|
- orphans: 3;
|
|
|
|
- widows: 3
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- h2,
|
|
|
|
- h3 {
|
|
|
|
- page-break-after: avoid
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .navbar {
|
|
|
|
- display: none
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .btn>.caret,
|
|
|
|
- .dropup>.btn>.caret {
|
|
|
|
- border-top-color: #000 !important
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .tag {
|
|
|
|
- border: 1px solid #000
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .table {
|
|
|
|
- border-collapse: collapse !important
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .table td,
|
|
|
|
- .table th {
|
|
|
|
- background-color: #fff !important
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .table-bordered td,
|
|
|
|
- .table-bordered th {
|
|
|
|
- border: 1px solid #ddd !important
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
+}
|
|
|
|
|
|
*,
|
|
*,
|
|
::after,
|
|
::after,
|
|
@@ -426,11 +349,6 @@ label {
|
|
margin-bottom: .5rem
|
|
margin-bottom: .5rem
|
|
}
|
|
}
|
|
|
|
|
|
-button:focus {
|
|
|
|
- outline: 1px dotted;
|
|
|
|
- outline: 5px auto -webkit-focus-ring-color
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
button,
|
|
button,
|
|
input,
|
|
input,
|
|
select,
|
|
select,
|
|
@@ -440,6 +358,11 @@ textarea {
|
|
margin: 0
|
|
margin: 0
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+button:focus {
|
|
|
|
+ outline: 1px dotted;
|
|
|
|
+ outline: 5px auto -webkit-focus-ring-color
|
|
|
|
+}
|
|
|
|
+
|
|
input[type=checkbox]:disabled,
|
|
input[type=checkbox]:disabled,
|
|
input[type=radio]:disabled {
|
|
input[type=radio]:disabled {
|
|
cursor: not-allowed
|
|
cursor: not-allowed
|
|
@@ -660,11 +583,12 @@ pre code {
|
|
}
|
|
}
|
|
|
|
|
|
.container {
|
|
.container {
|
|
|
|
+ text-align: center;
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
- padding-right: .9375rem;
|
|
|
|
- padding-left: .9375rem
|
|
|
|
|
|
+ padding-right: auto;
|
|
|
|
+ padding-left: auto
|
|
}
|
|
}
|
|
|
|
|
|
.container::after {
|
|
.container::after {
|
|
@@ -673,36 +597,6 @@ pre code {
|
|
content: ''
|
|
content: ''
|
|
}
|
|
}
|
|
|
|
|
|
-@media (min-width:480px) {
|
|
|
|
- .container {
|
|
|
|
- width: 606px
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media (min-width:768px) {
|
|
|
|
- .container {
|
|
|
|
- width: 750px
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media (min-width:992px) {
|
|
|
|
- .container {
|
|
|
|
- width: 970px
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media (min-width:1200px) {
|
|
|
|
- .container {
|
|
|
|
- width: 1170px
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media (min-width:1600px) {
|
|
|
|
- .container {
|
|
|
|
- width: 1310px
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.container-fluid {
|
|
.container-fluid {
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
@@ -755,430 +649,6 @@ pre code {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.col-lg,
|
|
|
|
-.col-lg-1,
|
|
|
|
-.col-lg-10,
|
|
|
|
-.col-lg-11,
|
|
|
|
-.col-lg-12,
|
|
|
|
-.col-lg-2,
|
|
|
|
-.col-lg-3,
|
|
|
|
-.col-lg-4,
|
|
|
|
-.col-lg-5,
|
|
|
|
-.col-lg-6,
|
|
|
|
-.col-lg-7,
|
|
|
|
-.col-lg-8,
|
|
|
|
-.col-lg-9,
|
|
|
|
-.col-md,
|
|
|
|
-.col-md-1,
|
|
|
|
-.col-md-10,
|
|
|
|
-.col-md-11,
|
|
|
|
-.col-md-12,
|
|
|
|
-.col-md-2,
|
|
|
|
-.col-md-3,
|
|
|
|
-.col-md-4,
|
|
|
|
-.col-md-5,
|
|
|
|
-.col-md-6,
|
|
|
|
-.col-md-7,
|
|
|
|
-.col-md-8,
|
|
|
|
-.col-md-9,
|
|
|
|
-.col-sm,
|
|
|
|
-.col-sm-1,
|
|
|
|
-.col-sm-10,
|
|
|
|
-.col-sm-11,
|
|
|
|
-.col-sm-12,
|
|
|
|
-.col-sm-2,
|
|
|
|
-.col-sm-3,
|
|
|
|
-.col-sm-4,
|
|
|
|
-.col-sm-5,
|
|
|
|
-.col-sm-6,
|
|
|
|
-.col-sm-7,
|
|
|
|
-.col-sm-8,
|
|
|
|
-.col-sm-9,
|
|
|
|
-.col-xl,
|
|
|
|
-.col-xl-1,
|
|
|
|
-.col-xl-10,
|
|
|
|
-.col-xl-11,
|
|
|
|
-.col-xl-12,
|
|
|
|
-.col-xl-2,
|
|
|
|
-.col-xl-3,
|
|
|
|
-.col-xl-4,
|
|
|
|
-.col-xl-5,
|
|
|
|
-.col-xl-6,
|
|
|
|
-.col-xl-7,
|
|
|
|
-.col-xl-8,
|
|
|
|
-.col-xl-9,
|
|
|
|
-.col-xs,
|
|
|
|
-.col-xs-1,
|
|
|
|
-.col-xs-10,
|
|
|
|
-.col-xs-11,
|
|
|
|
-.col-xs-12,
|
|
|
|
-.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-xxl,
|
|
|
|
-.col-xxl-1,
|
|
|
|
-.col-xxl-10,
|
|
|
|
-.col-xxl-11,
|
|
|
|
-.col-xxl-12,
|
|
|
|
-.col-xxl-2,
|
|
|
|
-.col-xxl-3,
|
|
|
|
-.col-xxl-4,
|
|
|
|
-.col-xxl-5,
|
|
|
|
-.col-xxl-6,
|
|
|
|
-.col-xxl-7,
|
|
|
|
-.col-xxl-8,
|
|
|
|
-.col-xxl-9 {
|
|
|
|
- position: relative;
|
|
|
|
- min-height: 1px;
|
|
|
|
- padding-right: .9375rem;
|
|
|
|
- padding-left: .9375rem
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media (min-width:480px) {
|
|
|
|
-
|
|
|
|
- .col-lg,
|
|
|
|
- .col-lg-1,
|
|
|
|
- .col-lg-10,
|
|
|
|
- .col-lg-11,
|
|
|
|
- .col-lg-12,
|
|
|
|
- .col-lg-2,
|
|
|
|
- .col-lg-3,
|
|
|
|
- .col-lg-4,
|
|
|
|
- .col-lg-5,
|
|
|
|
- .col-lg-6,
|
|
|
|
- .col-lg-7,
|
|
|
|
- .col-lg-8,
|
|
|
|
- .col-lg-9,
|
|
|
|
- .col-md,
|
|
|
|
- .col-md-1,
|
|
|
|
- .col-md-10,
|
|
|
|
- .col-md-11,
|
|
|
|
- .col-md-12,
|
|
|
|
- .col-md-2,
|
|
|
|
- .col-md-3,
|
|
|
|
- .col-md-4,
|
|
|
|
- .col-md-5,
|
|
|
|
- .col-md-6,
|
|
|
|
- .col-md-7,
|
|
|
|
- .col-md-8,
|
|
|
|
- .col-md-9,
|
|
|
|
- .col-sm,
|
|
|
|
- .col-sm-1,
|
|
|
|
- .col-sm-10,
|
|
|
|
- .col-sm-11,
|
|
|
|
- .col-sm-12,
|
|
|
|
- .col-sm-2,
|
|
|
|
- .col-sm-3,
|
|
|
|
- .col-sm-4,
|
|
|
|
- .col-sm-5,
|
|
|
|
- .col-sm-6,
|
|
|
|
- .col-sm-7,
|
|
|
|
- .col-sm-8,
|
|
|
|
- .col-sm-9,
|
|
|
|
- .col-xl,
|
|
|
|
- .col-xl-1,
|
|
|
|
- .col-xl-10,
|
|
|
|
- .col-xl-11,
|
|
|
|
- .col-xl-12,
|
|
|
|
- .col-xl-2,
|
|
|
|
- .col-xl-3,
|
|
|
|
- .col-xl-4,
|
|
|
|
- .col-xl-5,
|
|
|
|
- .col-xl-6,
|
|
|
|
- .col-xl-7,
|
|
|
|
- .col-xl-8,
|
|
|
|
- .col-xl-9,
|
|
|
|
- .col-xs,
|
|
|
|
- .col-xs-1,
|
|
|
|
- .col-xs-10,
|
|
|
|
- .col-xs-11,
|
|
|
|
- .col-xs-12,
|
|
|
|
- .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-xxl,
|
|
|
|
- .col-xxl-1,
|
|
|
|
- .col-xxl-10,
|
|
|
|
- .col-xxl-11,
|
|
|
|
- .col-xxl-12,
|
|
|
|
- .col-xxl-2,
|
|
|
|
- .col-xxl-3,
|
|
|
|
- .col-xxl-4,
|
|
|
|
- .col-xxl-5,
|
|
|
|
- .col-xxl-6,
|
|
|
|
- .col-xxl-7,
|
|
|
|
- .col-xxl-8,
|
|
|
|
- .col-xxl-9 {
|
|
|
|
- padding-right: .9375rem;
|
|
|
|
- padding-left: .9375rem
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media (min-width:768px) {
|
|
|
|
-
|
|
|
|
- .col-lg,
|
|
|
|
- .col-lg-1,
|
|
|
|
- .col-lg-10,
|
|
|
|
- .col-lg-11,
|
|
|
|
- .col-lg-12,
|
|
|
|
- .col-lg-2,
|
|
|
|
- .col-lg-3,
|
|
|
|
- .col-lg-4,
|
|
|
|
- .col-lg-5,
|
|
|
|
- .col-lg-6,
|
|
|
|
- .col-lg-7,
|
|
|
|
- .col-lg-8,
|
|
|
|
- .col-lg-9,
|
|
|
|
- .col-md,
|
|
|
|
- .col-md-1,
|
|
|
|
- .col-md-10,
|
|
|
|
- .col-md-11,
|
|
|
|
- .col-md-12,
|
|
|
|
- .col-md-2,
|
|
|
|
- .col-md-3,
|
|
|
|
- .col-md-4,
|
|
|
|
- .col-md-5,
|
|
|
|
- .col-md-6,
|
|
|
|
- .col-md-7,
|
|
|
|
- .col-md-8,
|
|
|
|
- .col-md-9,
|
|
|
|
- .col-sm,
|
|
|
|
- .col-sm-1,
|
|
|
|
- .col-sm-10,
|
|
|
|
- .col-sm-11,
|
|
|
|
- .col-sm-12,
|
|
|
|
- .col-sm-2,
|
|
|
|
- .col-sm-3,
|
|
|
|
- .col-sm-4,
|
|
|
|
- .col-sm-5,
|
|
|
|
- .col-sm-6,
|
|
|
|
- .col-sm-7,
|
|
|
|
- .col-sm-8,
|
|
|
|
- .col-sm-9,
|
|
|
|
- .col-xl,
|
|
|
|
- .col-xl-1,
|
|
|
|
- .col-xl-10,
|
|
|
|
- .col-xl-11,
|
|
|
|
- .col-xl-12,
|
|
|
|
- .col-xl-2,
|
|
|
|
- .col-xl-3,
|
|
|
|
- .col-xl-4,
|
|
|
|
- .col-xl-5,
|
|
|
|
- .col-xl-6,
|
|
|
|
- .col-xl-7,
|
|
|
|
- .col-xl-8,
|
|
|
|
- .col-xl-9,
|
|
|
|
- .col-xs,
|
|
|
|
- .col-xs-1,
|
|
|
|
- .col-xs-10,
|
|
|
|
- .col-xs-11,
|
|
|
|
- .col-xs-12,
|
|
|
|
- .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-xxl,
|
|
|
|
- .col-xxl-1,
|
|
|
|
- .col-xxl-10,
|
|
|
|
- .col-xxl-11,
|
|
|
|
- .col-xxl-12,
|
|
|
|
- .col-xxl-2,
|
|
|
|
- .col-xxl-3,
|
|
|
|
- .col-xxl-4,
|
|
|
|
- .col-xxl-5,
|
|
|
|
- .col-xxl-6,
|
|
|
|
- .col-xxl-7,
|
|
|
|
- .col-xxl-8,
|
|
|
|
- .col-xxl-9 {
|
|
|
|
- padding-right: .9375rem;
|
|
|
|
- padding-left: .9375rem
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media (min-width:992px) {
|
|
|
|
-
|
|
|
|
- .col-lg,
|
|
|
|
- .col-lg-1,
|
|
|
|
- .col-lg-10,
|
|
|
|
- .col-lg-11,
|
|
|
|
- .col-lg-12,
|
|
|
|
- .col-lg-2,
|
|
|
|
- .col-lg-3,
|
|
|
|
- .col-lg-4,
|
|
|
|
- .col-lg-5,
|
|
|
|
- .col-lg-6,
|
|
|
|
- .col-lg-7,
|
|
|
|
- .col-lg-8,
|
|
|
|
- .col-lg-9,
|
|
|
|
- .col-md,
|
|
|
|
- .col-md-1,
|
|
|
|
- .col-md-10,
|
|
|
|
- .col-md-11,
|
|
|
|
- .col-md-12,
|
|
|
|
- .col-md-2,
|
|
|
|
- .col-md-3,
|
|
|
|
- .col-md-4,
|
|
|
|
- .col-md-5,
|
|
|
|
- .col-md-6,
|
|
|
|
- .col-md-7,
|
|
|
|
- .col-md-8,
|
|
|
|
- .col-md-9,
|
|
|
|
- .col-sm,
|
|
|
|
- .col-sm-1,
|
|
|
|
- .col-sm-10,
|
|
|
|
- .col-sm-11,
|
|
|
|
- .col-sm-12,
|
|
|
|
- .col-sm-2,
|
|
|
|
- .col-sm-3,
|
|
|
|
- .col-sm-4,
|
|
|
|
- .col-sm-5,
|
|
|
|
- .col-sm-6,
|
|
|
|
- .col-sm-7,
|
|
|
|
- .col-sm-8,
|
|
|
|
- .col-sm-9,
|
|
|
|
- .col-xl,
|
|
|
|
- .col-xl-1,
|
|
|
|
- .col-xl-10,
|
|
|
|
- .col-xl-11,
|
|
|
|
- .col-xl-12,
|
|
|
|
- .col-xl-2,
|
|
|
|
- .col-xl-3,
|
|
|
|
- .col-xl-4,
|
|
|
|
- .col-xl-5,
|
|
|
|
- .col-xl-6,
|
|
|
|
- .col-xl-7,
|
|
|
|
- .col-xl-8,
|
|
|
|
- .col-xl-9,
|
|
|
|
- .col-xs,
|
|
|
|
- .col-xs-1,
|
|
|
|
- .col-xs-10,
|
|
|
|
- .col-xs-11,
|
|
|
|
- .col-xs-12,
|
|
|
|
- .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-xxl,
|
|
|
|
- .col-xxl-1,
|
|
|
|
- .col-xxl-10,
|
|
|
|
- .col-xxl-11,
|
|
|
|
- .col-xxl-12,
|
|
|
|
- .col-xxl-2,
|
|
|
|
- .col-xxl-3,
|
|
|
|
- .col-xxl-4,
|
|
|
|
- .col-xxl-5,
|
|
|
|
- .col-xxl-6,
|
|
|
|
- .col-xxl-7,
|
|
|
|
- .col-xxl-8,
|
|
|
|
- .col-xxl-9 {
|
|
|
|
- padding-right: .9375rem;
|
|
|
|
- padding-left: .9375rem
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media (min-width:1200px) {
|
|
|
|
-
|
|
|
|
- .col-lg,
|
|
|
|
- .col-lg-1,
|
|
|
|
- .col-lg-10,
|
|
|
|
- .col-lg-11,
|
|
|
|
- .col-lg-12,
|
|
|
|
- .col-lg-2,
|
|
|
|
- .col-lg-3,
|
|
|
|
- .col-lg-4,
|
|
|
|
- .col-lg-5,
|
|
|
|
- .col-lg-6,
|
|
|
|
- .col-lg-7,
|
|
|
|
- .col-lg-8,
|
|
|
|
- .col-lg-9,
|
|
|
|
- .col-md,
|
|
|
|
- .col-md-1,
|
|
|
|
- .col-md-10,
|
|
|
|
- .col-md-11,
|
|
|
|
- .col-md-12,
|
|
|
|
- .col-md-2,
|
|
|
|
- .col-md-3,
|
|
|
|
- .col-md-4,
|
|
|
|
- .col-md-5,
|
|
|
|
- .col-md-6,
|
|
|
|
- .col-md-7,
|
|
|
|
- .col-md-8,
|
|
|
|
- .col-md-9,
|
|
|
|
- .col-sm,
|
|
|
|
- .col-sm-1,
|
|
|
|
- .col-sm-10,
|
|
|
|
- .col-sm-11,
|
|
|
|
- .col-sm-12,
|
|
|
|
- .col-sm-2,
|
|
|
|
- .col-sm-3,
|
|
|
|
- .col-sm-4,
|
|
|
|
- .col-sm-5,
|
|
|
|
- .col-sm-6,
|
|
|
|
- .col-sm-7,
|
|
|
|
- .col-sm-8,
|
|
|
|
- .col-sm-9,
|
|
|
|
- .col-xl,
|
|
|
|
- .col-xl-1,
|
|
|
|
- .col-xl-10,
|
|
|
|
- .col-xl-11,
|
|
|
|
- .col-xl-12,
|
|
|
|
- .col-xl-2,
|
|
|
|
- .col-xl-3,
|
|
|
|
- .col-xl-4,
|
|
|
|
- .col-xl-5,
|
|
|
|
- .col-xl-6,
|
|
|
|
- .col-xl-7,
|
|
|
|
- .col-xl-8,
|
|
|
|
- .col-xl-9,
|
|
|
|
- .col-xs,
|
|
|
|
- .col-xs-1,
|
|
|
|
- .col-xs-10,
|
|
|
|
- .col-xs-11,
|
|
|
|
- .col-xs-12,
|
|
|
|
- .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-xxl,
|
|
|
|
- .col-xxl-1,
|
|
|
|
- .col-xxl-10,
|
|
|
|
- .col-xxl-11,
|
|
|
|
- .col-xxl-12,
|
|
|
|
- .col-xxl-2,
|
|
|
|
- .col-xxl-3,
|
|
|
|
- .col-xxl-4,
|
|
|
|
- .col-xxl-5,
|
|
|
|
- .col-xxl-6,
|
|
|
|
- .col-xxl-7,
|
|
|
|
- .col-xxl-8,
|
|
|
|
- .col-xxl-9 {
|
|
|
|
- padding-right: .9375rem;
|
|
|
|
- padding-left: .9375rem
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.col-xs-1 {
|
|
.col-xs-1 {
|
|
float: left;
|
|
float: left;
|
|
width: 8.333333%
|
|
width: 8.333333%
|
|
@@ -21964,3 +21434,4 @@ footer {
|
|
.sidebar-column li ul a {
|
|
.sidebar-column li ul a {
|
|
font-size: 14px
|
|
font-size: 14px
|
|
}
|
|
}
|
|
|
|
+
|