parent
f745aba4f7
commit
34d57f63c6
@ -1,28 +0,0 @@
|
|||||||
@font-face {
|
|
||||||
font-family: 'Framework7 Icons';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
src: url("../fonts/Framework7Icons-Regular.eot");
|
|
||||||
src: local('Framework7 Icons'), local('Framework7Icons-Regular'), url("../fonts/Framework7Icons-Regular.woff2") format("woff2"), url("../fonts/Framework7Icons-Regular.woff") format("woff"), url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
.f7-icons, .framework7-icons {
|
|
||||||
font-family: 'Framework7 Icons';
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
font-size: 28px;
|
|
||||||
line-height: 1;
|
|
||||||
letter-spacing: normal;
|
|
||||||
text-transform: none;
|
|
||||||
display: inline-block;
|
|
||||||
white-space: nowrap;
|
|
||||||
word-wrap: normal;
|
|
||||||
direction: ltr;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
-webkit-font-feature-settings: "liga";
|
|
||||||
-moz-font-feature-settings: "liga=1";
|
|
||||||
-moz-font-feature-settings: "liga";
|
|
||||||
font-feature-settings: "liga";
|
|
||||||
}
|
|
@ -1,195 +0,0 @@
|
|||||||
.content-header2 {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
select.form-control {
|
|
||||||
line-height: 24px !important;
|
|
||||||
padding: 2px 20px 2px 16px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-control-display {
|
|
||||||
border: none;
|
|
||||||
padding-left: 0;
|
|
||||||
height: auto !important;
|
|
||||||
min-height: 34px;
|
|
||||||
}
|
|
||||||
/*form validate*/
|
|
||||||
.validation-summary-errors ul {
|
|
||||||
color: red;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.validation-summary-errors li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.field-validation-valid, .field-validation-error {
|
|
||||||
color: red;
|
|
||||||
padding-right: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.field-validation-error:before {
|
|
||||||
font-family: FontAwesome;
|
|
||||||
content: "\f057";
|
|
||||||
}
|
|
||||||
/*fancy box*/
|
|
||||||
.fancybox img.thumbnail,td .fancybox img {
|
|
||||||
max-width: 20px;
|
|
||||||
max-height: 20px;
|
|
||||||
}
|
|
||||||
.ke-container {
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
/*form search*/
|
|
||||||
.checkboxfix {
|
|
||||||
height: 34px;
|
|
||||||
padding: 7px 0;
|
|
||||||
display: inline-block;
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.checkboxfix * {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 20px;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.checkboxfix input {
|
|
||||||
position: relative;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit-multiSelect {
|
|
||||||
display: block !important;
|
|
||||||
position: absolute;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
/*table*/
|
|
||||||
td, th {
|
|
||||||
word-wrap: break-word;
|
|
||||||
white-space: normal;
|
|
||||||
word-break: break-all;
|
|
||||||
vertical-align: middle !important;
|
|
||||||
}
|
|
||||||
form .panel {
|
|
||||||
margin-top: 5px;
|
|
||||||
}
|
|
||||||
.panel {
|
|
||||||
padding: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-horizontal .control-label {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
/*backTop*/
|
|
||||||
.btn-back-top {
|
|
||||||
display: none;
|
|
||||||
right: 40px;
|
|
||||||
bottom: 40px;
|
|
||||||
position: fixed;
|
|
||||||
width: 61px;
|
|
||||||
height: 48px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-back-top::before {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
position: relative;
|
|
||||||
left: 7px;
|
|
||||||
top: 12px;
|
|
||||||
width: 22px;
|
|
||||||
height: 22px;
|
|
||||||
border-right: 6px solid white;
|
|
||||||
border-top: 6px solid white;
|
|
||||||
transform: rotate(-45deg);
|
|
||||||
transition: all 0.2s;
|
|
||||||
}
|
|
||||||
/*tree nav current*/
|
|
||||||
.skin-blue-light .sidebar-menu li > a {
|
|
||||||
display: block;
|
|
||||||
height: 39px;
|
|
||||||
line-height: 17px;
|
|
||||||
padding: 12px 7px !important;
|
|
||||||
text-shadow: none !important;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu li li > a {
|
|
||||||
border-top: 1px dotted #E4E4E4;
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li {
|
|
||||||
display: block;
|
|
||||||
position: relative;
|
|
||||||
float: none;
|
|
||||||
padding: 0;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px 0 0;
|
|
||||||
border-color: #E5E5E5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li:last-child {
|
|
||||||
border-bottom-width: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li > .treeview-menu {
|
|
||||||
background-color: #FFF;
|
|
||||||
border-color: #E5E5E5 !important;
|
|
||||||
border-top: 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu > li.active:after {
|
|
||||||
display: block;
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
top: -1px;
|
|
||||||
bottom: 0;
|
|
||||||
z-index: 1;
|
|
||||||
border: 2px solid #2B7DBC;
|
|
||||||
border-width: 0 2px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu li.active > a:after {
|
|
||||||
display: block;
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
top: 4px;
|
|
||||||
border: 8px solid transparent;
|
|
||||||
border-width: 14px 10px;
|
|
||||||
border-right-color: #2B7DBC;
|
|
||||||
}
|
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu li.open > a:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.skin-blue-light .sidebar-menu .treeview-menu li.active > a {
|
|
||||||
background-color: #F5F7FA;
|
|
||||||
color: #2B7DBC;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select2-container--default .select2-selection--single {
|
|
||||||
border-radius: unset;
|
|
||||||
border-color: #ccc;
|
|
||||||
height: 34px;
|
|
||||||
}
|
|
||||||
.pagination select {
|
|
||||||
background-color: #fafafa;
|
|
||||||
display: inline-block;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 34px;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
border-left:none;
|
|
||||||
border-top-right-radius:4px;
|
|
||||||
border-bottom-right-radius:4px;
|
|
||||||
padding: 6px 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ajax-file-upload-container {
|
|
||||||
display: none;
|
|
||||||
}
|
|
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 1.3 KiB |
@ -1,12 +0,0 @@
|
|||||||
axios.get('http://localhost/index.html')
|
|
||||||
.then(function (response) {
|
|
||||||
|
|
||||||
console.log(response);
|
|
||||||
})
|
|
||||||
.catch(function (error) {
|
|
||||||
|
|
||||||
console.log(error);
|
|
||||||
})
|
|
||||||
.finally(function () {
|
|
||||||
|
|
||||||
});
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue