123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- /*!
- *引入时间格式字体
- */@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;
- }
|