/*! *引入时间格式字体 */@font-face{font-family:"electronicFont";src:url("../fonts/DS-Digital/DS-DIGIT.ttf"), url("../fonts/DS-Digital/DS-DIGII.ttf"), url("../fonts/DS-Digital/DS-DIGIB.ttf"), url("../fonts/DS-Digital/DS-DIGI.ttf");} .dlg_icon_close { display: inline-block; width: 1.5rem; height: 2px; background: #299BFF; transform: rotate(45deg); } .dlg_icon_close::after { content: ''; display: block; width: 1.5rem; height: 2px; background: #299BFF; transform: rotate(-90deg); } .pagebar{height: 4rem;width: 100%;text-align: center;} .pagination a { text-decoration: none; color: #b4b9b4; } .pagination a, .pagination span { border: 1px solid #9ea69e; display: inline-block; padding: 0.1em 0.4em; margin-right: 5px; margin-bottom: 5px; } .pagination .current { background: transparent; color: #a89d9d; border: 1px solid #a89d9d; font-weight: bold; font-size: 1.33rem; } .pagination .current.prev, .pagination .current.next{ color:#4f524f; border-color:#646c64; background:#101b10; } .btn{ background: #fff !important; border-radius: 3px; border: 2px solid #134BEA; font-size: 1.4rem; height: 3rem; line-height: 3rem; cursor: pointer; color: #134BEA; } .btn_disabled{ background: #fff !important; border-radius: 3px; border: 2px solid #898FA2; font-size: 1.4rem; height: 3rem; line-height: 3rem; cursor: pointer; color: #898FA2; } .btn:hover{ font-weight: bold; font-size: 1.6rem; } .btn>i{margin-right: 0.5rem;} .loading_small{background-image: url('/images/loadingsmall.gif');display: block;width: 16px;height: 16px;} .label-max-content { width: max-content; } .show { display: block !important; } .hidden { display: none !important; } .invisible { visibility: hidden; } .text_overflow{ overflow: hidden;text-overflow:ellipsis;white-space:nowrap;display: block; } .text_overflow150{ overflow: hidden;text-overflow:ellipsis;white-space:nowrap;width: 150px;display: block; } .l_r{text-align:right} .l_c{text-align:center} .l_l{text-align:left} .f_l{float: left;} .f_r{float: right;} .fs10{font-size: 0.8rem} .fs12{font-size: 1rem} .abs{position:absolute} .input_hint{ float: left; width: 100%; color: #a4a0a0; font-size: 0.7rem; } .table { width: 100%; border-spacing: 0px !important; border-collapse: collapse !important; font-size: 14px; } .table th, .table td { height: 40px; line-height: 40px; text-align: center; } .table thead { color: #2AAEF2; background-color: #0D1B6B; } .table tbody { display: block; width: 100%; overflow: hidden; color: #cfcfcf; } .table thead tr, .table tbody tr, .table tfoot tr { box-sizing: border-box; table-layout: fixed; display: table; width: 100%; } .table tbody tr.activerow{border-left: 2px solid yellow;} .table tbody tr:nth-of-type(odd) { background: #091240; } .table tbody tr:nth-of-type(even) { background: #212e73; } .hidden { display: none !important; } .search_box { float: left; } .button_ok { background-image: linear-gradient(#1E9FFF, rgb(68 68 195)); height: 35px; width: 90px; line-height: 32px; font-size: 14px; border-radius: 5px; border: none; letter-spacing: 5px; cursor: pointer; color: #ffffff; float: right; } .button_cancel { background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.6)); height: 35px; width: 90px; line-height: 32px; color: #3e3b3b; font-size: 14px; border-radius: 5px; border: none; letter-spacing: 5px; cursor: pointer; } .orgname{ line-height: 1.5rem; margin-left: 1rem; margin-right: 1rem; font-weight: 700; font-size: 1.2rem; max-width: 24%; } .stationname{cursor: pointer;} .stationname i{ padding: 1rem; color: #fff; cursor: pointer; font-size: 2.6rem; vertical-align: middle; } .station_list{ position: absolute; z-index: 199999999; color: #1E293B; font-size: 1.17rem; width: 18rem; padding: 1rem 0.5rem; line-height: 3rem; background: #F3F5FA; box-shadow: 0px 0px 2px 1px rgba(163,139,243,0.56); } .station_list_item:hover{ background: #F6FAFF; } .station_list_item{ width: 95%; padding: 0 2.5%; border-bottom: 0px solid #ffffff36;cursor:pointer; } .station_list_item.active{ background: #E2E8F5; } .station_list_item.active i{ display: inline-block !important; color: #134BEA; }