| | |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow-x: hidden; |
| | | background-color: rgba(48, 48, 48, 0.7); |
| | | background-color: rgba(255, 255, 255, 0.8); |
| | | display: none; |
| | | font-size: 14px; |
| | | border: 1px solid rgb(69, 154, 251); |
| | | border: 1px solid rgb(212, 212, 212); |
| | | border-radius: 5px; |
| | | color: rgb(238, 235, 235); |
| | | color: rgb(0, 0, 0); |
| | | } |
| | | |
| | | /* 头部 */ |
| | |
| | | height: 40px; |
| | | line-height: 40px; |
| | | font-size: 20px; |
| | | border-bottom: 1px solid rgb(69, 154, 251); |
| | | border-bottom: 1px solid rgb(184, 184, 184); |
| | | } |
| | | |
| | | .jimu-widget-FlyRoute .fly-route-header i { |
| | |
| | | font-size: 38px; |
| | | font-weight: 400; |
| | | height: 28px; |
| | | line-height: 28px; |
| | | line-height: 18px; |
| | | /* display: flex; |
| | | align-items: center; |
| | | justify-content: center; */ |
| | | |
| | | cursor: pointer; |
| | | transform: translateY(-50%); |
| | | } |
| | |
| | | width: 30%; |
| | | height: 30px; |
| | | color: #fff; |
| | | background: rgb(31, 76, 112); |
| | | background: rgb(62,159,252); |
| | | border: 1px solid rgb(69, 154, 251); |
| | | border-radius: 4px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | |
| | |
| | | .jimu-widget-FlyRoute .fly-route-continer .fly-route-new-top { |
| | | height: 24px; |
| | | line-height: 24px; |
| | | font-size: 18px; |
| | | font-size: 16px; |
| | | } |
| | | |
| | | .jimu-widget-FlyRoute .fly-route-continer .fly-route-new-top span { |
| | | margin: 0; |
| | | display: inline-block; |
| | | width: 90px; |
| | | height: 24px; |
| | | width: 80px; |
| | | /* height: 16px !important; */ |
| | | } |
| | | |
| | | .jimu-widget-FlyRoute .fly-route-continer .fly-route-new-top input { |
| | | margin: 0; |
| | | width: 140px; |
| | | width: 150px; |
| | | height: 24px; |
| | | vertical-align: top; |
| | | border: none; |
| | |
| | | } |
| | | |
| | | .item { |
| | | background: #C0C0C0; |
| | | background: #3E9FFC; |
| | | border-radius: 5px; |
| | | height: 20px; |
| | | padding-left: 5px; |
| | |
| | | text-align: center; |
| | | margin-bottom: 5px; |
| | | } |
| | | |
| | | .item:nth-child(1){ |
| | | margin-top: 20px !important; |
| | | } |
| | | |
| | | |