aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/ngict-component.css
diff options
context:
space:
mode:
Diffstat (limited to 'uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/ngict-component.css')
-rw-r--r--uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/ngict-component.css467
1 files changed, 0 insertions, 467 deletions
diff --git a/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/ngict-component.css b/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/ngict-component.css
deleted file mode 100644
index c1142ae4..00000000
--- a/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/ngict-component.css
+++ /dev/null
@@ -1,467 +0,0 @@
-body {
- color: #333;
- font-size: 14px;
- font-family: "Microsoft yahei", arial;
-!important;
-}
-
-/*fontIcon*/
-[class^="ict-"], [class*=" ict-"] {
- padding-right: 3px;
-}
-
-/*common color*/
-.blue1 {
- background-color: #5b9bd1;
- color: #fff;
-}
-
-.blue1:hover {
- background-color: #487ca9;
- color: #fff;
-}
-
-.blue2 {
- background-color: #57b5e3;
- color: #fff;
-}
-
-.blue2:hover {
- background-color: #43a1cf;
- color: #fff;
-}
-
-.red {
- background-color: #e35b5a;
- color: #fff;
-}
-
-.red:hover {
- background-color: #d45150;
- color: #fff;
-}
-
-.green {
- background-color: #44b6ae;
- color: #fff;
-}
-
-.green:hover {
- background-color: #329d96;
- color: #fff;
-}
-
-.gold {
- background-color: #c0af69;
- color: #fff;
-}
-
-.gold:hover {
- background-color: #ad9a4d;
- color: #fff;
-}
-
-.grey {
- background-color: #e5e5e5;
- color: #333;
-}
-
-.grey:hover {
- background-color: #d8d8d8;
- color: #333;
-}
-
-.dark_grey {
- background-color: #333;
- color: #fff;
-}
-
-.dark_grey:hover {
- background-color: # 101010;
- color: #fff;
-}
-
-.white {
- background-color: #fff;
- border: 1px solid #e4e4e4;
- color: #333;
-}
-
-.white:hover {
- background-color: #e5e5e5;
- color: #333;
-}
-
-/***
-Responsive & Scrollable Tables
-***/
-
-.table-scrollable {
- width: 100%;
- overflow-x: auto;
- overflow-y: hidden;
- border: 1px solid #dddddd;
-}
-
-.table-scrollable > .table {
- width: 100% !important;
- margin: 0 !important;
- margin-bottom: 0;
- background-color: #fff;
-}
-
-.table-scrollable > .table > thead > tr > th,
-.table-scrollable > .table > tbody > tr > th,
-.table-scrollable > .table > tfoot > tr > th,
-.table-scrollable > .table > thead > tr > td,
-.table-scrollable > .table > tbody > tr > td,
-.table-scrollable > .table > tfoot > tr > td {
- white-space: nowrap;
-}
-
-.table-scrollable > .table-bordered {
- border: 0;
-}
-
-.table-scrollable > .table-bordered > thead > tr > th:first-child,
-.table-scrollable > .table-bordered > tbody > tr > th:first-child,
-.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
-.table-scrollable > .table-bordered > thead > tr > td:first-child,
-.table-scrollable > .table-bordered > tbody > tr > td:first-child,
-.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
- border-left: 0;
-}
-
-.table-scrollable > .table-bordered > thead > tr > th:last-child,
-.table-scrollable > .table-bordered > tbody > tr > th:last-child,
-.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
-.table-scrollable > .table-bordered > thead > tr > td:last-child,
-.table-scrollable > .table-bordered > tbody > tr > td:last-child,
-.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
- border-right: 0;
-}
-
-.table-scrollable > .table-bordered > thead > tr:last-child > th,
-.table-scrollable > .table-bordered > tbody > tr:last-child > th,
-.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
-.table-scrollable > .table-bordered > thead > tr:last-child > td,
-.table-scrollable > .table-bordered > tbody > tr:last-child > td,
-.table-scrollable > .table-bordered > tfoot > tr:last-child > td {
- border-bottom: 0;
-}
-
-/*form*/
-.form {
- padding: 0 !important;
-}
-
-.form-body {
- padding: 10px;
-}
-
-.form-actions {
- padding: 20px 10px;
- margin-top: 20px;
- *zoom: 1;
-}
-
-.form-actions.nobg {
- background-color: transparent;
-}
-
-.form-actions.top {
- margin-top: 0;
- margin-bottom: 20px;
- border-top: 0;
- border-bottom: 1px solid #e5e5e5;
-}
-
-.form-actions.fluid {
- padding: 20px 0;
-}
-
-.form-actions.fluid > [class^="col-"] {
- padding-left: 13px;
-}
-
-.form-actions:before,
-.form-actions:after {
- display: table;
- line-height: 0;
- content: "";
-}
-
-.form-actions:after {
- clear: both;
-}
-
-.form-section {
- margin: 30px 0px 25px 0px;
- padding-bottom: 5px;
- border-bottom: 1px solid #eee;
-}
-
-.form .form-section:first-child {
- margin-top: 5px;
-}
-
-.help-inline {
- font-size: 13px;
- color: #737373;
- display: inline-block;
- padding: 5px;
-}
-
-/* left, right aligned form actions */
-.form-actions.right {
- padding-left: 0;
- padding-right: 10px;
- text-align: right;
-}
-
-.form-actions.left {
- padding-left: 10px;
- padding-right: 0;
- text-align: left;
-}
-
-/* Checkbox */
-.form-group .checkbox {
- padding-left: 0;
-}
-
-.checkbox-list > label {
- display: block;
-}
-
-.checkbox-list > label.checkbox-inline {
- display: inline-block;
-}
-
-.checkbox-list > label.checkbox-inline:first-child {
- padding-left: 0;
-}
-
-/* Radios */
-
-.radio-list > label {
- display: block;
-}
-
-.radio-list > label.radio-inline {
- display: inline-block;
-}
-
-.radio-list > label.radio-inline:first-child {
- padding-left: 0;
-}
-
-.form-horizontal .radio-list .radio {
- padding-top: 1px;
-}
-
-.form-horizontal .radio-list > label {
- margin-bottom: 0;
-}
-
-.form-horizontal .radio > span {
- margin-top: 2px;
-}
-
-.help-block {
- margin-top: 5px;
- margin-bottom: 5px;
-}
-
-.form-inline input {
- margin-bottom: 0px !important;
-}
-
-.control-label {
- margin-top: 2px;
-}
-
-.form-control-static {
- font-size: 14px;
- padding-top: 7px;
-}
-
-.control-label .required {
- color: #e02222;
- font-size: 12px;
- padding-left: 2px;
-}
-
-/*TAB*/
-.nav-tabs {
- border: 0;
- font-weight: bold;
-}
-
-.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
- border: 0;
- border-top: 3px solid #F3565D;
-}
-
-.nav-tabs > li > a {
- border-radius: 0;
- font-weight: bold;
-}
-
-.nav-tabs > li > a:hover {
- background-color: #f1f3fa;
- border: 1Px solid #f1f3fa;
-}
-
-/*button*/
-.btn {
- min-width: 80px;
- letter-spacing: 1px;
-}
-
-.btnGroup .btn {
- margin-right: 15px;
-}
-
-.pagination-panel .btn {
- min-width: 4px;
-}
-
-/*radius*/
-.radius_l {
- border-radius: 20px;
-}
-
-.radius_m {
- border-radius: 8px;
-}
-
-.radius_s {
- border-radius: 3px;
-}
-
-/*Progress Bars*/
-.progress {
- border: 0;
- background-image: none !important;
- filter: none !important;
- -webkit-box-shadow: none !important;
- -moz-box-shadow: none !important;
- box-shadow: none !important;
-
-}
-
-.form-wizard .steps > li.active > a.step .number {
- background-color: #45B6AF
-}
-
-.progress > .progress-bar-success {
- background-color: #45B6AF
-}
-
-/*label*/
-label {
- font-weight: 400;
- margin-bottom: 15px;
-}
-
-/*表单中的组合*/
-.input-group-btn-vertical.fa {
- font-size: 12px;
-}
-
-.spinner {
- width: 60px;
- margin-left: 10px;
- margin-right: 30px;
-}
-
-.spinner input {
- text-align: right;
-}
-
-.input-group-btn-vertical {
- position: relative;
- white-space: nowrap;
- width: 1%;
- vertical-align: middle;
- display: table-cell;
-}
-
-.input-group-btn-vertical > .btn {
- display: block;
- float: none;
- width: 100%;
- max-width: 100%;
- padding: 6px;
- margin-left: -1px;
- position: relative;
- border-radius: 0;
-}
-
-.input-group-btn-vertical > .btn {
- min-width: 20px;
-}
-
-.input-group-btn-vertical > .btn:first-child {
- border-top-right-radius: 4px;
-}
-
-.input-group-btn-vertical > .btn:last-child {
- margin-top: -2px;
- border-bottom-right-radius: 4px;
-}
-
-.input-group-btn-vertical i {
- position: absolute;
- top: -2px;
- left: 5px;
-}
-
-.input-group .form-control {
- height: 26px !important;
-}
-
-/*separator-line*/
-.separator-line {
- height: 1px;
- width: 100%;
- background: #ddd;
- overflow: hidden;
- margin-bottom: 15px;
- margin-top: 6px;
-}
-
-/*link*/
-a {
- color: #428bca;
- text-decoration: none;
-}
-
-/*html滑块组件*/
-input[type="range"] {
- margin-top: 2px;
- background-color: #f0f3f9;
- border: 1px solid #ccd6e8;
- border-radius: 15px;
- width: 400px;
- -webkit-appearance: none;
- height: 15px;
-
-}
-
-input[type="range"]::-webkit-slider-thumb {
- -webkit-appearance: none;
- cursor: pointer;
- top: -5px;
- height: 28px;
- width: 15px;
- transform: translateY(-4px);
- background: none repeat scroll 0 0 #f0f3f9;
- background-color: #9cc2cb;
- border-radius: 20px;
-}
-
-input[type="range"]:focus {
- outline: none;
-} \ No newline at end of file