123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475 |
- /*bootstrap css begin*/
- .container-fluid {
- width: 100%;
- padding-right: 15px;
- padding-left: 15px;
- margin-right: auto;
- margin-left: auto;
- }
- *, *::before, *::after {
- box-sizing: border-box;
- }
- body {
- margin: 0;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- font-size: 1rem;
- font-weight: 400;
- line-height: 1.5;
- color: #212529;
- text-align: left;
- background-color: #fff;
- }
- .row {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- margin-right: -15px;
- margin-left: -15px;
- }
- .mt-1, .my-1 {
- margin-top: 0.25rem !important;
- }
- .nav-tabs {
- border-bottom: 1px solid #dee2e6;
- }
- .nav {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
- }
- ol, ul, dl {
- margin-top: 0;
- margin-bottom: 1rem;
- }
- .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
- color: #495057;
- background-color: #fff;
- border-color: #dee2e6 #dee2e6 #fff;
- }
- .nav-tabs .nav-link {
- margin-bottom: -1px;
- border: 1px solid transparent;
- border-top-left-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
- }
- .nav-link {
- display: block;
- padding: 0.5rem 1rem;
- }
- a {
- color: #007bff;
- text-decoration: none;
- background-color: transparent;
- }
- h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
- font-weight: 500;
- line-height: 1.2;
- }
- .tab-content > .tab-pane {
- display: none;
- }
- .fade:not(.show) {
- opacity: 0;
- }
- .fade {
- transition: opacity 0.15s linear;
- }
- .col-12 {
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .col {
- -ms-flex-preferred-size: 0;
- -ms-flex-positive: 1;
- }
- .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .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-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
- position: relative;
- width: 100%;
- padding-right: 15px;
- padding-left: 15px;
- }
- input, button, select, optgroup, textarea {
- margin: 0;
- font-family: inherit;
- font-size: inherit;
- line-height: inherit;
- }
- .tab-content > .active {
- display: block;
- }
- button, [type="button"], [type="reset"], [type="submit"] {
- -webkit-appearance: button;
- }
- button, select {
- text-transform: none;
- }
- button, input {
- overflow: visible;
- }
- .btn {
- display: inline-block;
- font-weight: 400;
- color: #212529;
- text-align: center;
- vertical-align: middle;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- /*background-color: transparent;*/
- /*border: 1px solid transparent;*/
- /*padding: 0.375rem 0.75rem;*/
- font-size: 1rem;
- line-height: 1.5;
- border-radius: 0.25rem;
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
- }
- .btn:not(:disabled):not(.disabled) {
- cursor: pointer;
- }
- .btn-sm, .btn-group-sm > .btn {
- padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
- line-height: 1.5;
- border-radius: 0.2rem;
- }
- .btn-info {
- color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
- }
- /*bootstrap css end*/
- .nav-height-item {
- height: calc(100vh - 86px);
- }
- .nav-height-editor {
- height: calc(100vh - 12px);
- }
- .editor-style {
- height: calc(100% - 30px);
- width: 100%;
- border: 1px solid #e1e1e1;
- overflow: hidden;
- }
- .editor-btn {
- flex: 0 0 100%;
- height: 30px;
- }
- div#text {
- padding: 4px 0 0 0;
- }
- .mt-1 {
- margin-top: 4px;
- }
- .ztree {
- height: 100%;
- width: 100%;
- overflow: auto;
- }
- .fade {
- opacity: 1;
- }
- .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
- border-bottom: 2px solid #1088e9;
- color: #1088e9;
- }
- .nav-tabs .nav-link {
- padding: 0 2px;
- border: none;
- color: #777;
- }
- .nav-tabs .nav-link h6 {
- font-size: 14px;
- margin: 8px 0;
- }
- .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
- border: none;
- }
- .nav-tabs {
- border-bottom: none;
- }
- .nav > li > a:focus, .nav > li > a:hover {
- background-color: white;
- border-bottom: 2px solid #1088e9;
- color: #1088e9;
- }
- .nav-tabs > li {
- flex: 1 1 auto;
- text-align: center;
- }
- .zl-side-splitter.side-splitter-tb {
- height: calc(100vh - 12px);
- position: relative;
- /*z-index: 1008;*/
- width: 8px;
- background-color: #eaeaea;
- box-shadow: 1px 0 0 #e0e0e0 inset, -1px 0 0 #e0e0e0 inset;
- }
- .zl-side-splitter:hover {
- background-color: white;
- cursor: col-resize;
- }
- button.zl-side-btn-svg {
- width: 8px;
- height: 60px;
- padding: 0;
- border: none;
- position: absolute;
- top: 50%;
- margin-top: -30px;
- background-color: #ffffff00;
- }
- button.zl-side-btn-svg:hover {
- box-shadow: 0 0 0 1px #4b93ea inset;
- cursor: pointer;
- }
- .zl-side {
- width: 240px;
- /*transition: width .1s;*/
- position: relative;
- }
- .zl-main {
- width: calc(100% - 250px);
- display: flex;
- flex-wrap: wrap;
- /*transition: width .1s;*/
- position: relative;
- }
- .zl-side-splitter.is-flod svg {
- transform: rotate(180deg);
- }
- .lay-message-title {
- background-color: #e7e8e9;
- display: inline-block;
- padding: 0 6px 0 20px;
- font-size: 12px;
- color: darkblue;
- cursor: pointer;
- position: relative;
- text-align: center;
- }
- .lay-message-value {
- height: 100px;
- padding: 8px;
- overflow: auto;
- background-color: #f7f7f7;
- box-shadow: 0px -1px 2px #5f7f76;
- }
- .lay-message {
- position: absolute;
- bottom: 0px;
- width: 100%;
- z-index: 1001;
- margin-left: 1px;
- }
- .lay-message.message-close > .lay-message-value {
- display: none;
- }
- .lay-message.message-close > .lay-message-title {
- width: 100%;
- text-align: left;
- }
- .lay-message-title:hover {
- background-color: white;
- outline: 1px solid #e1e1e1;
- cursor: pointer;
- }
- .message-icon {
- transform: rotate(270deg);
- position: relative;
- top: -4px;
- }
- .message-title-icon {
- opacity: 0;
- display: inline-block;
- height: 15px;
- position: relative;
- top: 2px;
- overflow: hidden;
- }
- .lay-message-title:hover .message-title-name {
- opacity: 1;
- }
- .lay-message-title:hover .message-title-icon {
- opacity: 1;
- }
- .lay-message.message-close .message-icon {
- transform: rotate(90deg);
- }
- .ztree li span.button.property_icon_ico_docu {
- margin-right: 2px;
- background: url(../icons/property.gif) no-repeat scroll 0 0 transparent;
- vertical-align: top;
- background-size: 16px 16px;
- }
- .ztree li span.button.property_date_icon_ico_docu {
- margin-right: 2px;
- background: url(../icons/日期.svg) no-repeat scroll 0 0 transparent;
- vertical-align: top;
- background-size: 16px 16px;
- }
- .ztree li span.button.property_bool_icon_ico_docu {
- margin-right: 2px;
- background: url(../icons/是否.svg) no-repeat scroll 0 0 transparent;
- vertical-align: top;
- background-size: 16px 16px;
- }
- .ztree li span.button.property_number_icon_ico_docu {
- margin-right: 2px;
- background: url(../icons/数字.svg) no-repeat scroll 0 0 transparent;
- vertical-align: top;
- background-size: 16px 16px;
- }
- .ztree li span.button.property_text_icon_ico_docu {
- margin-right: 2px;
- background: url(../icons/文本.svg) no-repeat scroll 0 0 transparent;
- vertical-align: top;
- background-size: 16px 16px;
- }
- .ztree li span.button.property_enum_icon_ico_docu {
- margin-right: 2px;
- background: url(../icons/选项.svg) no-repeat scroll 0 0 transparent;
- vertical-align: top;
- background-size: 16px 16px;
- }
- .ztree li span.button.method_icon_ico_docu {
- margin-right: 2px;
- background: url(../icons/function.gif) no-repeat scroll 0 0 transparent;
- vertical-align: top;
- background-size: 16px 16px;
- }
- .ztree li span.button.class_icon_ico_open, .ztree li span.button.class_icon_ico_close {
- margin-right: 2px;
- background: url(../icons/class.gif) no-repeat scroll 0 0 transparent;
- vertical-align: top;
- background-size: 16px 16px;
- }
- .ztree li span.button.namespace_icon_ico_open, .ztree li span.button.namespace_icon_ico_close {
- margin-right: 2px;
- background: url(../icons/namespace.gif) no-repeat scroll 0 0 transparent;
- vertical-align: top;
- background-size: 16px 16px;
- }
- .app-property-search > div > input {
- display: block;
- width: 100%;
- height: 100%;
- padding: 5px 15px 5px 40px;
- border: 1px solid transparent;
- background-color: transparent;
- font-size: 12px;
- }
- .app-property-search {
- border-image-slice: 0 0 100 0;
- background-color: #f1f1f1;
- margin-top: 1px;
- }
- .app-property-search > div {
- position: relative;
- height: 40px;
- }
- .app-property-search > div > i {
- position: absolute;
- top: 0;
- left: 0;
- display: block;
- width: 40px;
- height: 40px;
- text-align: center;
- pointer-events: none;
- opacity: .5;
- font-size: 14px;
- line-height: 42px;
- }
- .app-property-search > div > input:focus, .app-property-search > div input:hover {
- background-color: #e9e9e9;
- }
- .enum-content {
- background: yellow;
- border:1px dashed gray;
- text-decoration:underline;
- }
- .ztree li span {
- font-size: 14px;
- }
|