123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- .bgc-ebf4f3 {
- background-color: #EBF4F3;
- }
- .bgc-f6f6f6 {
- background-color: #f6f6f6;
- }
- .c-fea7a8 {
- color: #FEA7A8;
- }
- .c-f4b87f {
- color: #F4B87F;
- }
- .c-ffb5b6 {
- color: #ffb5b6;
- }
- .c-f3be88 {
- color: #f3be88;
- }
- .div-table {
- display: table;
- width: 100%;
- border-top: 1px solid #e1e1e1;
- border-left: 1px solid #e1e1e1;
- }
- .table-row {
- display: table-row;
- }
- .table-cell {
- display: table-cell;
- border-bottom: 1px solid #e1e1e1;
- border-right: 1px solid #e1e1e1;
- padding: 15px 0 8px;
- text-align: center;
- vertical-align: middle;
- }
- .table-cell.arrow-cell {
- width: 54px;
- }
- .table-cell.arrow-cell.active {
- background-color: #0AD8C8;
- }
- .table-cell.arrow-cell.active>i {
- color: #fff;
- }
- .table-cell.active {
- border: 2px solid #0AD8C8;
- position: relative;
- }
- .table-cell.active:after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- width: 25px;
- height: 27px;
- background: url(../../../images/icon_xuanzhong.png) no-repeat;
- background-size: 100% 100%;
- }
- .table-cell.arrow-cell.active:after {
- background: none;
- }
- .yy-tag {
- display: inline-block;
- background-color: #c1c1c1;
- color: #fff;
- padding: 1px 10px;
- border-radius: 12px;
- margin-top: 5px;
- }
- .yy-tag.active {
- background-color: #0AD8C8;
- }
- .source-tag {
- border: 1px solid #e1e1e1;
- width: calc(100% - 20px);
- padding: 10px 0;
- }
- .source-tag span {
- display: inline-block;
- width: 50%;
- text-align: center;
- }
- .source-tag span:first-child {
- border-right: 1px solid #e1e1e1;
- }
- .source-tag.active {
- border: 1px solid #0AD8C8;
- position: relative;
- }
- .source-tag.active:after {
- content: '';
- position: absolute;
- right: 0;
- bottom: 0;
- width: 25px;
- height: 27px;
- background: url(../../../images/icon_xuanzhong.png) no-repeat;
- background-size: 100% 100%;
- }
- .c-border-t-dashed {
- border-bottom: 1px dashed #e1e1e1;
- }
- .btn-white {
- border-color: #d1d7d4;
- color: #d1d7d4;
- }
- .c-border-dashed {
- border: 1px dashed #e1e1e1;
- }
- .my-dialog .ui-dialog-footer button {
- color: #909090;
- border-color: #e1e1e1;
- }
- .my-dialog .ui-dialog-footer button:hover,
- .my-dialog .ui-dialog-footer button:focus,
- .my-dialog .ui-dialog-footer button:active {
- color: #909090;
- border-color: #e1e1e1;
- background-color: #fff;
- }
- .my-dialog .ui-dialog-footer button:focus {
- outline: none;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
- }
- .my-dialog .ui-dialog-footer button.ui-dialog-autofocus {
- color: #fff;
- background-color: #0AD8C8;
- border-color: #0AD8C8;
- }
- .ui-dialog-footer button.ui-dialog-autofocus:hover,
- .ui-dialog-footer button.ui-dialog-autofocus:focus,
- .ui-dialog-footer button.ui-dialog-autofocus:active {
- color: #ffffff;
- background-color: #0AD8C8;
- border-color: #0AD8C8;
- }
- .h50 {
- height: 50px;
- }
- .h684 {
- height: 684px;
- }
- .btn-primary {
- border-color: #0AD8C8;
- }
- .div-btn {
- height: 50px;
- line-height: 50px;
- width: 130px;
- text-align: center;
- }
- .ml67 {
- margin-left: 67px;
- }
- .mr16 {
- margin-right: 16px;
- }
- .mt26 {
- margin-top: 26px;
- }
- .mt18 {
- margin-top: 18px;
- }
- #div_map {
- height: 474px;
- border: 1px solid #dcdcdc;
- }
|