123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447 |
- .text-green{
- color: #172a30
- }
- label.title{
- display: inline-block;
- width: 100px;
- }
- .modal-feeRate {max-width: 550px}
- div.resize{
- height: 10px;
- background: #efefef;
- width: 100%;
- cursor: s-resize;
- }
- div.resize-y{
- height: 5px;
- background: #efefef;
- width: 100%;
- cursor: s-resize;
- }
- div.resize-x{
- width: 1%;
- height: 100%;
- background: #efefef;
- cursor: w-resize;
- float: left;
- }
- /*.zlfb-check{
- margin-left: 20px;
- }*/
- legend.legend{
- display:block;
- width:auto;
- font-size:0.9rem;
- top:-15px;
- background: white;
- }
- .toolsbar_feeRate {
- border-bottom: 1px solid #ccc
- }
- .li_sub {
- margin-left: 14px;
- }
- .filterType{
- width: 122px;
- }
- .filterType ul{
- width: 110px;
- }
- .a_color{
- color: #007bff
- }
- .filterType a{
- padding: 1px;
- padding-top: 7px;
- padding-bottom: 7px;
- }
- #gljPriceTenderCoe::-webkit-outer-spin-button,
- #gljPriceTenderCoe::-webkit-inner-spin-button {
- -webkit-appearance: none;
- }
- #gljPriceTenderCoe {
- -moz-appearance: textfield;
- }
- .modal-quantity-edit-height {
- height: 200px;
- overflow-y: auto;
- }
- .message-box {
- position:absolute;
- background:#000;
- padding:8px 10px;
- line-height: 18px;
- border-radius:4px;
- text-align:left;
- font:0.9rem Calibri;
- box-shadow:2px 2px 6px #ccc;
- color:#fff;
- }
- .triangle-border {
- position:absolute;
- left:10px;
- overflow:hidden;
- width:0;
- height:0;
- border-width:6px;
- border-style:solid dashed dashed dashed;
- }
- .triangle-border_dropdown {
- position:absolute;
- left:0px;
- overflow:hidden;
- width:0;
- height:0;
- border-width:4px;
- z-index: 10;
- border-style:solid dashed dashed dashed;
- }
- .tb-border_dropdown {
- top:7px;
- border-color:#000 transparent transparent transparent;
- }
- .tb-background_dropdown {
- bottom:-11px;
- border-color:#000 transparent transparent transparent;
- }
- .tb-border {
- bottom:-12px;
- border-color:#000 transparent transparent transparent;
- }
- .tb-background {
- bottom:-11px;
- border-color:#000 transparent transparent transparent;
- }
- .tb-border_up {
- top:-12px;
- border-color:transparent transparent #000 transparent;
- }
- .tb-background_up {
- top:-11px;
- border-color:transparent transparent #000 transparent;
- }
- .elf-options:hover{
- background-color: #CCCCCC;
- }
- .inline-div{
- display:inline;
- }
- /*快捷切换单位工程*/
- /*.menu a:hover {
- color: #fff;
- background: #40DE5A;
- }*/
- .menu ul ul {
- visibility: hidden;
- position: absolute;
- top: -1px;
- left: 100px;
- }
- .menu ul li:hover ul, .menu ul a:hover ul {
- visibility: visible;
- }
- .menu ul :hover ul ul {
- visibility: hidden;
- }
- .menu ul :hover ul :hover ul {
- visibility: visible;
- }
- .ui-datepicker-next, .ui-datepicker-next:hover{
- background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
- background-repeat: no-repeat;
- background-position: -28px -12px;
- }
- .ui-datepicker-prev, .ui-datepicker-prev:hover{
- background-image: url("/lib/jquery-ui/images/ui-icons_444444_256x240.png");
- background-repeat: no-repeat;
- background-position: -90px -12px;
- }
- .feerateInput {
- padding: 0;
- }
- #toolToastWrap{
- display:-webkit-box;
- display:-ms-flexbox;
- display:flex;
- -webkit-box-pack:center;
- -ms-flex-pack:center;
- justify-content:center;
- pointer-events:none;
- }
- #toolToast{
- padding:11px 20px;
- line-height:18px;
- font-size:14px;
- position:relative;
- word-wrap:break-word;
- color:#fff;
- text-align:center;
- background:rgba(0,0,0,.75);
- background-size:cover;
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- user-select:none;
- display:-webkit-box;
- display:-ms-flexbox;
- display:flex;
- -webkit-box-align:center;
- -ms-flex-align:center;
- align-items:center;
- max-width:686px;
- box-sizing:border-box;
- box-shadow:0 0 0 0 rgba(0,0,0,.15),0 2px 5px 0 rgba(0,0,0,.25);
- pointer-events:auto;
- border-radius:2px
- }
- #toolToastBtn{
- color:#0188fb;
- margin:0 2px;
- white-space:nowrap;
- cursor:pointer;
- font-weight:700
- }
- #toolToastBtn:hover{
- color:#4060c9
- }
- #toolToastBtn:active{
- color:#354ea1
- }
- .select_input{
- border:none;
- }
- /*.es-list>li:hover{
- background: lightgrey;
- }*/
- .es-list-selected{
- background: lightgrey;
- }
- .es-list>li{
- font-size:13px;
- }
- .es-list{
- white-space:nowrap;
- }
- /*.dropdown-toggle::after{
- vertical-align:.5em
- }*/
- #esInput{
- font-size:13px;
- color: black;
- }
- .ration_glj_spread{
- width: 83%;
- float: left;
- }
- .item_spread{
- width: 29.8%;
- float: left;
- background: #F1F1F1;
- word-wrap:break-word
- }
- input.text-right{
- text-align: right;
- }
- .cus-width{
- width: 100px;
- margin-left: 10px;
- }
- .more{
- padding-left:.25rem!important
- }
- .bottom-tznrTools {
- height: 30px;
- line-height: 30px;
- background:#efefef;
- bottom:30px;
- left:0px;
- z-index: 999
- }
- .zmhs-link{
- padding:0.4em 0.4em !important;
- }
- /*修改tooltip默认最大宽度 */
- .tooltip-inner{
- max-width: 400px !important;
- }
- .applySuccess{
- display: none;
- color: #43CD80;
- margin-left: 8px
- }
- .font_blue{
- color: #3FB2E5;
- }
- .nomargin{
- margin: 0px;
- }
- .border_bottom{
- border-bottom: 1px solid #ccc
- }
- .export-check{
- overflow: auto;
- height: 400px;
- }
- .shake-input {
- animation: shake-input 0.2s 4;
- }
- @keyframes shake-input {
- 0% {
- transform: translateX(0);
- }
- 30% {
- transform: translateX(-2%);
- }
- 100% {
- transform: translateX(4%)
- }
- }
- /*占位底色*/
- .occupied {
- background: #f1f1f1;
- }
- /*书签批注*/
- .annotate-color-1::before{
- color: #E2F2C5 !important;
- -webkit-text-stroke:.5px #ced4da;
- }
- .annotate-color-2::before{
- color: #F9E2CF !important;
- -webkit-text-stroke:.5px #ced4da;
- }
- .annotate-color-3::before{
- color:#F2EFD9 !important;
- -webkit-text-stroke:.5px #ced4da;
- }
- .annotate-color-4::before{
- color:#F5D1DA !important;
- -webkit-text-stroke:.5px #ced4da;
- }
- .annotate-color-5::before{
- color:#E3E3E3 !important;
- -webkit-text-stroke:.5px #ced4da;
- }
- .annotate-color-6::before{
- color:#B6F3F2 !important;
- -webkit-text-stroke:.5px #ced4da;
- }
- .annotate-color-7::before{
- color:#ECE0F5 !important;
- -webkit-text-stroke:.5px #ced4da;
- }
- .progress-bar {
- position: relative;
- width: 100%;
- }
- .progress-move {
- position: absolute;
- left: 0;
- top: 0;
- z-index: 999;
- width: 200%;
- height: 100%;
- border-radius: .25rem;
- animation: progressMove 20s linear infinite;
- }
- @keyframes progressMove {
- from {
- transform: translateX(0);
- }
- to {
- transform: translateX(-280px);
- }
- }
- .progress-cover {
- position: absolute;
- left: 0;
- top: 0;
- z-index: 1000;
- width: 100%;
- height: 100%;
- background-color: #e9ecef;
- }
- .progress-cover-move {
- animation: progressCoverMove 40s linear;
- animation-fill-mode: forwards;
- }
- @keyframes progressCoverMove {
- 0% {
- transform: translateX(0);
- }
- 20% {
- transform: translateX(330px);
- }
- 40% {
- transform: translateX(380px);
- }
- 100% {
- transform: translateX(420px);
- }
- }
- .text-ellipsis {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .border-radius {
- border-radius: .2rem !important;
- }
- .pm-i {
- width: 18px;
- }
- .calcbase-btn {
- width: 24px;
- padding-left: 0;
- padding-right: 0;
- }
- .over-height {
- max-width: 550px !important;
- }
- .hide-area {
- display: none;
- }
|